terraform-provider-tanzu-mission-control icon indicating copy to clipboard operation
terraform-provider-tanzu-mission-control copied to clipboard

EKS Cluster Tag conflict with Nodepool Tags

Open JuanFCabrera opened this issue 4 months ago • 1 comments

Describe the bug

removed cluster tags are still reported and preventing nodepool tags from being created, TMC, AWS and TF Statefile do not show any cluster level tags.

Error: Nodepool tags should not be same as cluster tags: key:b_program, val:connected_fleet

with module.k8s-clusters.tanzu-mission-control_ekscluster.acceptance-run-streams[0],
on modules/clusters/acceptance-run-streams.tf line 2, in resource "tanzu-mission-control_ekscluster" "acceptance-run-streams":
2: resource "tanzu-mission-control_ekscluster" "acceptance-run-streams" {

Reproduction steps

  1. created cluster with tags at cluster level 2.created nodepool tags and removed cluster tags 3.tf apply fails due to cluster tags that do not exist ...

Expected behavior

nodepool tags should be created and cluster tags removed

Additional context

No response

JuanFCabrera avatar Oct 02 '24 15:10 JuanFCabrera