Init terraform

This commit is contained in:
Jake Howard
2020-02-21 18:44:25 +00:00
parent 45946741d5
commit a3cc0f7849
7 changed files with 70 additions and 0 deletions

7
scripts/terraform-apply.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
cd terraform/
terraform apply

7
scripts/terraform-lint.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
cd terraform/
terraform fmt -check -recursive

7
scripts/terraform-plan.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
cd terraform/
terraform plan