diff --git a/deploy/gcp/main.tf b/deploy/gcp/main.tf index f06823b32be..81516da15dc 100644 --- a/deploy/gcp/main.tf +++ b/deploy/gcp/main.tf @@ -251,6 +251,16 @@ resource "null_resource" "get-credentials" { KUBECONFIG = "${local.kubeconfig}" } } + provisioner "local-exec" { + when = "destroy" + command = <