Skip to content

Commit a6ba22a

Browse files
committed
build: deploy access entries
1 parent e5da461 commit a6ba22a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
TF_VAR_cluster_ci_access_role_arn: ${{ secrets.AWS_OIDC_ROLE }}
4040
TF_VAR_cluster_admin_access_role_arns: ${{ secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS }}
4141
with:
42-
command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
42+
## Revert to original
43+
command: 'apply'
44+
# command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
4345
tool: tofu
4446
working-directory: terraform
4547
validate: true

0 commit comments

Comments
 (0)