terraform Final working pipeline
variable.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...
sarthakwrites.hashnode.dev2 min read