This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
test-org-12323423
/
devops
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Script for terraform lab
main
kusum
11 months ago
parent
482f994efb
commit
3cdbeb5946
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
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 &&
Write
Preview
Loading…
Cancel
Save