jx3-gitops-repositories / jx3-terraform-gke

Jenkins X 3.x Infrastructure Git Template for Terraform and Google Cloud Platform for managing cloud resources
Apache License 2.0
8 stars 27 forks source link

GKE Terraform Plan with GSM fails (vault issue) #36

Open salaboy opened 3 years ago

salaboy commented 3 years ago

While running terraform plan into an infra configured to use GSM:

Error: Invalid index
  on .terraform/modules/jx/modules/jx-boot/outputs.tf line 2, in output "vault_installed":
   2:   value = helm_release.vault-instance.0.id != "" ? true : false
    |----------------
    | helm_release.vault-instance is empty tuple
The given key does not identify an element in this collection value.

terraform plan fails with that error.