You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid index
│
│ on .terraform/modules/eks/main.tf line 211, in resource "aws_iam_openid_connect_provider" "oidc_provider":
│ 211: thumbprint_list = concat([data.tls_certificate.this[0].certificates[0].sha1_fingerprint], var.custom_oidc_thumbprints)
│ ├────────────────
│ │ data.tls_certificate.this[0].certificates is empty list of object
│
│ The given key does not identify an element in this collection value: the collection has no elements.
Additional Information
The data object is trying to get certificate from non-existence EKS (not yet create).
The text was updated successfully, but these errors were encountered:
Welcome to Amazon EKS Blueprints!
Amazon EKS Blueprints Release version
v4.5.0
What is your environment, configuration and the example used?
https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/upstream-with-k8s-addons
What did you do and What did you see instead?
terraform init
follow byterraform plan
Additional Information
The text was updated successfully, but these errors were encountered: