Browse Source

Script for terraform lab

main
kusum 11 months ago
parent
commit
3cdbeb5946
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      GSAutomation/scripts/tflab-property.sh

+ 1
- 1
GSAutomation/scripts/tflab-property.sh View File

#!/bin/bash #!/bin/bash


echo $PWD && echo $PWD &&
cd gs-tflab-property &&
cd tflab-property &&
terraform init && terraform init &&
terraform plan -out=.plan && terraform plan -out=.plan &&
terraform apply .plan && terraform apply .plan &&

Loading…
Cancel
Save