sethvargo/vault-on-gke

Terraform apply issue

bgdanix opened this issue · 1 comments

What did you expect to happen?
Terraform apply should run without errors

What actually happened?
Multiple errors:
Invalid template interpolation value
kubernetes_dashboard": [REMOVED]

Fix
Modify "null_resource" "apply" in k8s.tf and use "${google_container_cluster.vault.location}" instead of region since there isn't region in GKE resource
Modify gcp.tf and remove the addon for kubernetes_dashboard

Fixed in c98b3f4. Thanks!