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 cc3e164 commit f1da227Copy full SHA for f1da227
.github/workflows/test-deployer.yml
@@ -124,7 +124,7 @@ jobs:
124
125
- name: Generate OpenTofu execution plan
126
working-directory: ../themis/tofu_aws
127
- run: tofu plan -var-file=tfvars/${{ matrix.design }}.tfvars -auto-approve
+ run: tofu plan -var-file=tfvars/${{ matrix.design }}.tfvars
128
129
- name: Provision EC2 instances
130
0 commit comments