We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31a62c commit d01cd65Copy full SHA for d01cd65
terraform/otel-ec2/vars.tf
@@ -483,18 +483,5 @@ variable "ec2_otels" {
483
"otel_role" = "agent"
484
}
485
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
499
500
0 commit comments