1 messages
Want to hire Cloud Posse? Take our quiz. cloudposse.com/quiz
Sean Fariaabout 2 years ago
Hey everyone,
I am running into an error when trying running
I am running into an error when trying running
module "eks_cluster" {source = "cloudposse/eks-cluster/aws" Does anyone have any idea about this?╷
│ Error: Value Conversion Error
│
│ with module.eks_cluster.provider["<http://registry.terraform.io/hashicorp/kubernetes|registry.terraform.io/hashicorp/kubernetes>"],
│ on .terraform/modules/eks_cluster/auth.tf line 96, in provider "kubernetes":
│ 96: provider "kubernetes" {
│
│ An unexpected error was encountered trying to build a value. This is always an error in the provider. Please report the following to the provider developer:
│
│ Received unknown value, however the target type cannot handle unknown values. Use the corresponding `types` package type or a custom type that handles unknown values.
│
│ Path: exec
│ Target Type: []struct { APIVersion basetypes.StringValue "tfsdk:\"api_version\""; Command basetypes.StringValue "tfsdk:\"command\""; Env map[string]basetypes.StringValue "tfsdk:\"env\""; Args []basetypes.StringValue "tfsdk:\"args\"" }
│ Suggested Type: basetypes.ListValue