Jeremy Tangney
Jeremy Tangney
Essentially copied from https://cloud.google.com/architecture/provisioning-anthos-clusters-with-terraform. In that doc however, each bit is done as a separate step - so it's not an end-to-end apply. I added the depends_on ``` module "hub-server"...
Hmmm ok. Tho depends_on for modules is only available >= 0.13, let me try workaround. Still seems like there should be an out-of-the-box way in the ACM module to force...
I was also seeing this error when I tried to create multiple node-pools using the beta-private-cluster module. After some investigation, turns out it was because my node-pool definitions were referencing...
[multiple-pools-error.tf.txt](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/files/7185086/multiple-pools-error.tf.txt) The attached terraform reproduces the error. If you comment off one of the node pools, it works
Hey Morgante. That variable is not the issue. I have tried hardcoding it, doesn't make any difference. The issue is the dependence on the output of other resource - the...
Terraform v1.0.6 on darwin_amd64 + provider registry.terraform.io/hashicorp/external v2.1.0 + provider registry.terraform.io/hashicorp/google v3.84.0 + provider registry.terraform.io/hashicorp/google-beta v3.84.0 + provider registry.terraform.io/hashicorp/kubernetes v2.5.0 + provider registry.terraform.io/hashicorp/null v3.1.0 + provider registry.terraform.io/hashicorp/random v3.1.0
Hmmm I'm not so sure it's a terraform core issue. Let me try do more investigation. On Fri, 17 Sep 2021, 17:53 Morgante Pell, ***@***.***> wrote: > Thanks. Looking at...
Ok, you're the expert! Will raise On Fri, 17 Sep 2021, 18:31 Morgante Pell, ***@***.***> wrote: > I'm fairly sure it's a Terraform core issue. We're using the name (fixed)...
Sorry, I never raised a Jira against Terraform core. I just worked around it as described in my earlier comment