KB:Terraform CMDS
terraform fmt # Formats Terraform code
terraform init # Initializes the working directory
terraform validate
terraform plan -var-file="xx.tfvars" # Plans infrastructure changes using a variables file
terraform apply -var-file="xx.tfvars"
Comments
Post a Comment