We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
instance_metadata_tags
null
disabled
1 parent fcd4abb commit 8e4dfa2Copy full SHA for 8e4dfa2
3 files changed
examples/eks_managed_node_group/main.tf
@@ -225,7 +225,7 @@ module "eks" {
225
http_endpoint = "enabled"
226
http_tokens = "required"
227
http_put_response_hop_limit = 2
228
- instance_metadata_tags = "enabled"
+ instance_metadata_tags = "disabled"
229
}
230
231
create_iam_role = true
examples/self_managed_node_group/main.tf
@@ -138,7 +138,7 @@ module "eks" {
138
139
140
141
142
143
144
node_groups.tf
@@ -3,7 +3,6 @@ locals {
3
4
5
6
7
8
9
0 commit comments