We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a1002 commit ffb6b37Copy full SHA for ffb6b37
Terraform/modules/argocd/applications.tf
@@ -41,7 +41,7 @@ EOF
41
command = <<EOF
42
# Configure kubectl for destroy (using hardcoded values)
43
aws eks update-kubeconfig --name otel-cluster --region us-east-1 || true
44
-kubectl delete application ${var.applications[count.index].name} -n argocd --ignore-not-found=true
+kubectl delete application ${self.triggers.name} -n argocd --ignore-not-found=true
45
EOF
46
}
47
0 commit comments