Skip to content

Commit d01cd65

Browse files
committed
remove extra winserver-2025 canary
1 parent f31a62c commit d01cd65

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

terraform/otel-ec2/vars.tf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -483,18 +483,5 @@ variable "ec2_otels" {
483483
"otel_role" = "agent"
484484
}
485485
}
486-
"amd64:windows_2025" = {
487-
ami = "ami-00447dbdb9a46c432"
488-
subnet = "subnet-09b64de757828cdd4"
489-
security_groups = ["sg-044ef7bc34691164a"]
490-
key_name = "caos-dev-arm"
491-
instance_type = "t3a.small"
492-
username = "ansible"
493-
platform = "windows"
494-
python = ""
495-
tags = {
496-
"otel_role" = "agent"
497-
}
498-
}
499486
}
500487
}

0 commit comments

Comments
 (0)