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:
@@ -3,7 +3,6 @@ locals {
|
||||
http_endpoint = "enabled"
|
||||
http_tokens = "required"
|
||||
http_put_response_hop_limit = 2
|
||||
instance_metadata_tags = "enabled"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user