Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Jan 2, 2025
1 parent a076005 commit f675d90
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions terraform/otel-ec2/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,32 +119,6 @@ variable "ec2_otels" {
"otel_role" = "agent"
}
}
"amd64:centos-stream" = {
ami = "ami-01529018e3919dace"
subnet = "subnet-09b64de757828cdd4"
security_groups = ["sg-044ef7bc34691164a"]
key_name = "caos-dev-arm"
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
}
"arm64:centos-stream" = {
ami = "ami-0e98f9d5c9841c9ad"
subnet = "subnet-09b64de757828cdd4"
security_groups = ["sg-044ef7bc34691164a"]
key_name = "caos-dev-arm"
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
}
"amd64:sles-12.5" = {
ami = "ami-0199192e7fdbb9b62"
subnet = "subnet-09b64de757828cdd4"
Expand Down

0 comments on commit f675d90

Please sign in to comment.