Skip to content

Commit 87eefbb

Browse files
committed
feat: Add temporary Terraform state cleanup to remove keycloak_user_groups.grafana_admin_membership to fix a Keycloak state conflict.
1 parent f99e3b3 commit 87eefbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-lgtm-gke.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
env:
123123
TF_STATE_BUCKET: ${{ secrets.TF_STATE_BUCKET }}
124124

125+
# Temporary Step: Fix the Keycloak state conflict
126+
- name: TF State Cleanup (Temporary)
127+
working-directory: ${{ env.WORKING_DIR }}
128+
run: terraform state rm keycloak_user_groups.grafana_admin_membership || true
129+
125130
# Step: Syntax and structural validation
126131
- name: Terraform Validate
127132
working-directory: ${{ env.WORKING_DIR }}

0 commit comments

Comments
 (0)