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.
2 parents 3dbb6d4 + 5c33265 commit 661c284Copy full SHA for 661c284
.github/workflows/plan.yml
@@ -40,22 +40,11 @@ jobs:
40
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
41
aws-region: eu-central-1
42
43
- - name: Run Terraform init on changed stacks
+ - name: Create Terraform plan on changed stacks
44
if: steps.list.outputs.stdout
45
- id: init
46
run: |
47
terramate run --changed -- terraform init
48
-
49
- - name: Run Terraform validate on changed stacks
50
- if: steps.list.outputs.stdout
51
- id: validate
52
- run: |
53
terramate run --changed -- terraform validate
54
55
- - name: Create Terraform plan on changed stacks
56
57
- id: plan
58
59
terramate run --changed -- terraform plan -out out.tfplan
60
61
- name: Generate Preview Comment
0 commit comments