This website requires JavaScript.
Explore
Help
Sign in
systems
/
infrastructure
Watch
1
Fork
You've already forked infrastructure
0
Code
Issues
1
Pull requests
12
Activity
Actions
fd4e5e8798
infrastructure
/
scripts
/
terraform
/
terraform.sh
10 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Init terraform
2020-02-21 18:44:25 +00:00
#!/usr/bin/env bash
set
-ex
cd
terraform/
Don't fail if secrets dont exist
2020-02-22 21:12:22 +00:00
source
secrets.sh
||
true
Move backend to S3 based
2020-02-21 22:15:32 +00:00
Create a more generic terraform helper script
2020-02-22 20:21:14 +00:00
terraform
$@
Reference in a new issue
Copy permalink