Skip to content

fix: Correct aws:RequestTag/eks:kubernetes-cni-node-name test - #3745

Open
alexjurkiewicz wants to merge 1 commit into
terraform-aws-modules:masterfrom
alexjurkiewicz:fix/auto-mode-custom-tags-networking-condition
Open

fix: Correct aws:RequestTag/eks:kubernetes-cni-node-name test#3745
alexjurkiewicz wants to merge 1 commit into
terraform-aws-modules:masterfrom
alexjurkiewicz:fix/auto-mode-custom-tags-networking-condition

Conversation

@alexjurkiewicz

Copy link
Copy Markdown

Description

The StringEquals test looks for a literal match, but we need StringLike as per the reference policy in the EKS docs: https://docs.aws.amazon.com/eks/latest/userguide/auto-cluster-iam-role.html#tag-prop

Motivation and Context

Breaking Changes

NO

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

The `StringEquals` test looks for a literal match, but we need `StringLike` as per the reference policy in the EKS docs: https://docs.aws.amazon.com/eks/latest/userguide/auto-cluster-iam-role.html#tag-prop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant