mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Disable IMDSv2 on windows test instances (#26606)
This commit is contained in:
@@ -59,10 +59,6 @@ resource "aws_instance" "client_windows_2022" {
|
||||
count = var.client_count_windows_2022
|
||||
iam_instance_profile = data.aws_iam_instance_profile.nomad_e2e_cluster.name
|
||||
availability_zone = var.availability_zone
|
||||
metadata_options {
|
||||
http_endpoint = "enabled"
|
||||
http_tokens = "required"
|
||||
}
|
||||
|
||||
user_data = file("${path.module}/userdata/windows-2022.ps1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user