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 eb7ece0 commit 581bc89Copy full SHA for 581bc89
.github/workflows/terraform.yaml
@@ -111,7 +111,7 @@ jobs:
111
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
112
(github.event_name == 'workflow_dispatch' && github.event.inputs.action == 'apply')
113
run: |
114
- terraform apply -auto-approve -input=false -var='manage_state_bucket=false' tfplan
+ terraform apply -auto-approve -input=false tfplan
115
env:
116
TF_INPUT: false
117
0 commit comments