File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : Run drift detection
62
62
id : drift
63
- run : terramate run --cloud-sync-drift-status --cloud-sync-terraform-plan-file=drift.tfplan -- terraform plan -out drift.tfplan -detailed-exitcode -lock=false
63
+ run : terramate run --cloud-sync-drift-status --cloud-sync-terraform-plan-file=drift.tfplan --continue-on-error -- terraform plan -out drift.tfplan -detailed-exitcode -lock=false
64
64
env :
65
65
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 14
14
id-token : write
15
15
contents : read
16
16
pull-requests : write
17
+ checks : read
17
18
18
19
steps :
19
20
@@ -86,17 +87,16 @@ jobs:
86
87
87
88
- name : Initialize Terraform in changed stacks
88
89
if : steps.list.outputs.stdout
89
- run : terramate run --parallel=5 --changed -- terraform init -lock-timeout=5m
90
+ run : terramate run --parallel 1 --changed -- terraform init -lock-timeout=5m
90
91
91
92
- name : Validate Terraform configuration in changed stacks
92
93
if : steps.list.outputs.stdout
93
- run : terramate run --parallel= 5 --changed -- terraform validate
94
+ run : terramate run --parallel 5 --changed -- terraform validate
94
95
95
96
- name : Plan Terraform changes in changed stacks
96
97
if : steps.list.outputs.stdout
97
98
run : |
98
- echo >preview_url.txt "https://cloud.terramate.io/o/terramate-demo/review-requests"
99
- terramate run --parallel=5 --changed --cloud-sync-preview --cloud-sync-terraform-plan-file=out.tfplan -- terraform plan -out out.tfplan -detailed-exitcode -lock=false
99
+ terramate run --parallel 5 --changed --cloud-sync-preview --cloud-sync-terraform-plan-file=out.tfplan --debug-preview-url preview_url.txt --continue-on-error -- terraform plan -out out.tfplan -detailed-exitcode -lock=false
100
100
env :
101
101
GITHUB_TOKEN : ${{ github.token }}
102
102
You can’t perform that action at this time.
0 commit comments