Skip to content

Commit 79dc9b0

Browse files
mariusz89016mariusz.wojakowski
andauthored
feat: Add workflow with script for pulling GitLab variables (#6)
Co-authored-by: mariusz.wojakowski <[email protected]>
1 parent 40a19ae commit 79dc9b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/workflows.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,17 @@ workflows:
5353
steps:
5454
- run: check-gitlab-approvals.sh
5555
- 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+
steps:
67+
- run: check-gitlab-approvals.sh
68+
- multienv: pull-gitlab-variables.sh
69+
- run: terragrunt apply -no-color -input=false -compact-warnings -auto-approve $PLANFILE

0 commit comments

Comments
 (0)