-
-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the systemwontfixThis will not be worked onThis will not be worked on
Description
Describe the Bug
When using the latest version of this module with version 2.21 of the Kubernetes provider (released this morning), the new conflictsWith rules break the provider configuration in auth.tf.
I've opened a PR with a fix that's working for me - #189.
Expected Behavior
When executing a plan with version 2.8.1 of this module and version 2.21.0 of the Kubernetes provider, I expect the plan to succeed.
Steps to Reproduce
-
Upgrade to the latest Kubernetes provider:
terraform init -upgradeorterragrunt init -upgrade -
Attempt a plan:
terraform planorterragrunt plan
Screenshots
Error message:
╷
│ Error: Conflicting configuration arguments
│
│ with module.eks_cluster.provider["registry.terraform.io/hashicorp/kubernetes"],
│ on .terraform/modules/eks_cluster/auth.tf line 100, in provider "kubernetes":
│ 100: host = local.cluster_auth_map_endpoint
│
│ "host": conflicts with config_path
╵
Environment
No response
Additional Context
No response
z0rc, wyattwalter, woz5999, nnsense, guyellen and 1 more
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the systemwontfixThis will not be worked onThis will not be worked on