Init terraform
This commit is contained in:
7
scripts/terraform-apply.sh
Executable file
7
scripts/terraform-apply.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd terraform/
|
||||
|
||||
terraform apply
|
7
scripts/terraform-lint.sh
Executable file
7
scripts/terraform-lint.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd terraform/
|
||||
|
||||
terraform fmt -check -recursive
|
7
scripts/terraform-plan.sh
Executable file
7
scripts/terraform-plan.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd terraform/
|
||||
|
||||
terraform plan
|
Reference in New Issue
Block a user