mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 03:08:48 +00:00
Add Terragrunt Docs TF_IN_AUTOMATION (#3443)
This commit is contained in:
@@ -260,6 +260,10 @@ workflows:
|
||||
- env:
|
||||
name: TERRAGRUNT_TFPATH
|
||||
command: 'echo "terraform${ATLANTIS_TERRAFORM_VERSION}"'
|
||||
- env:
|
||||
# Reduce Terraform suggestion output
|
||||
name: TF_IN_AUTOMATION
|
||||
value: 'true'
|
||||
- run: terragrunt plan -input=false -out=$PLANFILE
|
||||
- run: terragrunt show -json $PLANFILE > $SHOWFILE
|
||||
apply:
|
||||
@@ -267,6 +271,10 @@ workflows:
|
||||
- env:
|
||||
name: TERRAGRUNT_TFPATH
|
||||
command: 'echo "terraform${ATLANTIS_TERRAFORM_VERSION}"'
|
||||
- env:
|
||||
# Reduce Terraform suggestion output
|
||||
name: TF_IN_AUTOMATION
|
||||
value: 'true'
|
||||
- run: terragrunt apply -input=false $PLANFILE
|
||||
```
|
||||
|
||||
@@ -285,12 +293,20 @@ workflows:
|
||||
- env:
|
||||
name: TERRAGRUNT_TFPATH
|
||||
command: 'echo "terraform${ATLANTIS_TERRAFORM_VERSION}"'
|
||||
- env:
|
||||
# Reduce Terraform suggestion output
|
||||
name: TF_IN_AUTOMATION
|
||||
value: 'true'
|
||||
- run: terragrunt plan -out $PLANFILE
|
||||
apply:
|
||||
steps:
|
||||
- env:
|
||||
name: TERRAGRUNT_TFPATH
|
||||
command: 'echo "terraform${ATLANTIS_TERRAFORM_VERSION}"'
|
||||
- env:
|
||||
# Reduce Terraform suggestion output
|
||||
name: TF_IN_AUTOMATION
|
||||
value: 'true'
|
||||
- run: terragrunt apply $PLANFILE
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user