STSarthak Tyagiinsarthakwrites.hashnode.dev·Jun 19, 2024 · 2 min readterraform Final working pipelinevariable.tf problem only pipeline { agent any environment { AWS_DEFAULT_REGION = "ap-southeast-1" TERRAFORM_PATH = "C:\\ProgramData\\chocolatey\\lib\\terraform\\tools\\terraform.exe" } stages { stage('Che...00