Skip to content

Commit abd305b

Browse files
committed
Update Makefile
1 parent 8e09b48 commit abd305b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ tsb_fqdn:
7373
tsb_cp:
7474
@echo cluster_id is ${cluster_id}
7575
@echo cloud is ${cloud}
76-
## terraform state list | grep "^module.cert-manager" | grep -v data | grep -v helm | tr -d ':' | xargs -I '{}' terraform taint {}
76+
#terraform state list | grep "^module.cert-manager" | grep -v data | grep -v manifest | grep -v helm | grep -v wait| tr -d ':' | xargs -I '{}' terraform taint {}
77+
terraform taint -allow-missing "module.cert-manager.time_sleep.wait_90_seconds"
7778
terraform taint -allow-missing "module.tsb_cp.null_resource.jumpbox_tctl"
7879
## working around the issue: https://github.com/hashicorp/terraform-provider-azurerm/issues/2602
7980
terraform apply -auto-approve -target=module.azure_k8s -target=module.aws_base -target=module.aws_jumpbox

0 commit comments

Comments
 (0)