File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ module "eks" {
225
225
http_endpoint = " enabled"
226
226
http_tokens = " required"
227
227
http_put_response_hop_limit = 2
228
- instance_metadata_tags = " enabled "
228
+ instance_metadata_tags = " disabled "
229
229
}
230
230
231
231
create_iam_role = true
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ module "eks" {
138
138
http_endpoint = " enabled"
139
139
http_tokens = " required"
140
140
http_put_response_hop_limit = 2
141
- instance_metadata_tags = " enabled "
141
+ instance_metadata_tags = " disabled "
142
142
}
143
143
144
144
create_iam_role = true
Original file line number Diff line number Diff line change 3
3
http_endpoint = "enabled"
4
4
http_tokens = "required"
5
5
http_put_response_hop_limit = 2
6
- instance_metadata_tags = "enabled"
7
6
}
8
7
}
9
8
You can’t perform that action at this time.
0 commit comments