feat: Add instance_metadata_tags attribute to launch templates (#1781)

This commit is contained in:
Bryant Biggs
2022-01-14 15:22:58 -05:00
committed by GitHub
parent aba94002e4
commit 85bb1a00b6
5 changed files with 5 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ module "eks" {
http_endpoint = "enabled"
http_tokens = "required"
http_put_response_hop_limit = 2
instance_metadata_tags = "enabled"
}
create_iam_role = true

View File

@@ -138,6 +138,7 @@ module "eks" {
http_endpoint = "enabled"
http_tokens = "required"
http_put_response_hop_limit = 2
instance_metadata_tags = "enabled"
}
create_iam_role = true