mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 01:27:55 +01:00
fix: Change instance_metadata_tags to default to null/disabled due to tag key pattern conflict (#1788)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -138,7 +138,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
|
||||
|
||||
@@ -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