File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ tsb_fqdn:
7373tsb_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
You can’t perform that action at this time.
0 commit comments