terraform-provider-tanzu-mission-control
terraform-provider-tanzu-mission-control copied to clipboard
EKS Cluster Tag conflict with Nodepool Tags
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
- 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