Skip to content

Commit 581bc89

Browse files
committed
Remove -var flag from apply step (vars already in saved plan)
1 parent eb7ece0 commit 581bc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
112112
(github.event_name == 'workflow_dispatch' && github.event.inputs.action == 'apply')
113113
run: |
114-
terraform apply -auto-approve -input=false -var='manage_state_bucket=false' tfplan
114+
terraform apply -auto-approve -input=false tfplan
115115
env:
116116
TF_INPUT: false
117117

0 commit comments

Comments
 (0)