Bryant Biggs

Results 887 comments of Bryant Biggs

this should work I believe: ```hcl ... set_values = [ { name = "zoneIdFilters[0]" value = "xxx" }, { name = "zoneIdFilters[1]" value = "yyy" } ] ``` or even:...

thank you @florentio - closing with the correct guidance provided above

@vprus please see https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/FAQ.md#provider-authentication

There is always room for improvement, definitely. However, this is the crux of documentation - if users do not read the docs or find the information in the docs in...

> > However, this is the crux of documentation - if users do not read the docs or find the information in the docs in the place they expect, it...

thank you @florentio, thats correct. closing with guidance provided above

@duclm2609 can you share your configuration so we can take a look and possibly reproduce?

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#i-received-an-error-expect-exactly-one-securitygroup-tagged-with-kubernetesioclustername-

> Does that mean I should check if TF Cloud can configure EKS for us-west-2 (Oregon)? Where the EKS cluster is provisioned is controlled by users through the provider block

You can control where the EKS cluster is created by changing the region within the [AWS provider block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) This will create resources in `us-west-2`: ```hcl provider "aws" { region =...