1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Change instance_metadata_tags to default to null/disabled due to tag key pattern conflict (#1788)

This commit is contained in:
Bryant Biggs
2022-01-18 09:03:09 -05:00
committed by GitHub
parent fcd4abb570
commit 8e4dfa2be5
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ module "eks" {
http_endpoint = "enabled"
http_tokens = "required"
http_put_response_hop_limit = 2
instance_metadata_tags = "enabled"
instance_metadata_tags = "disabled"
}
create_iam_role = true