Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 8c0a3bd

Browse files
taint the correct resource
1 parent 6539526 commit 8c0a3bd

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
@@ -99,7 +99,7 @@ jobs:
9999
- name: Taint the connector instance
100100
id: taint
101101
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
102-
run: terraform -chdir=scripts taint azurerm_container_group.connector-instance
102+
run: terraform -chdir=scripts taint module.connector-deployment.kubernetes_deployment.connector-deployment
103103
continue-on-error: true
104104

105105
- name: Terraform Apply

0 commit comments

Comments
 (0)