-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow to disable terraform plan (#66)
- Loading branch information
1 parent
899356c
commit a21f441
Showing
4 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
#!/bin/bash | ||
# This script is created by projen, do not edit it directly. | ||
set -e | ||
|
||
terraform -chdir=terraform init --upgrade | ||
terraform -chdir=terraform fmt | ||
terraform -chdir=terraform validate | ||
|
||
#!/bin/bash | ||
# This script is created by projen, do not edit it directly. | ||
set -e | ||
|
||
terraform -chdir=terraform init --upgrade | ||
terraform -chdir=terraform fmt | ||
terraform -chdir=terraform validate | ||
terraform -chdir=terraform plan | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.