We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a19ae commit 79dc9b0Copy full SHA for 79dc9b0
config/workflows.yaml
@@ -53,3 +53,17 @@ workflows:
53
steps:
54
- run: check-gitlab-approvals.sh
55
- run: terragrunt apply -no-color -input=false -compact-warnings -auto-approve $PLANFILE
56
+
57
+ terragrunt-basic-with-asdf-for-external-repos-and-approval-config:
58
+ plan:
59
+ steps:
60
+ - run: asdf install
61
+ - multienv: pull-gitlab-variables.sh
62
+ - run: terragrunt fmt -no-color -check=true -diff=true -write=false
63
+ - run: terragrunt hclfmt --terragrunt-check
64
+ - run: terragrunt plan -no-color -out $PLANFILE
65
+ apply:
66
67
+ - run: check-gitlab-approvals.sh
68
69
+ - run: terragrunt apply -no-color -input=false -compact-warnings -auto-approve $PLANFILE
0 commit comments