We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5da461 commit a6ba22aCopy full SHA for a6ba22a
1 file changed
.github/workflows/ci.yaml
@@ -39,7 +39,9 @@ jobs:
39
TF_VAR_cluster_ci_access_role_arn: ${{ secrets.AWS_OIDC_ROLE }}
40
TF_VAR_cluster_admin_access_role_arns: ${{ secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS }}
41
with:
42
- command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
+ ## Revert to original
43
+ command: 'apply'
44
+ # command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
45
tool: tofu
46
working-directory: terraform
47
validate: true
0 commit comments