Skip to content

Commit bd3ee1a

Browse files
committed
delete depricated AMIs for now
1 parent 22c1709 commit bd3ee1a

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

terraform/otel-ec2/vars.tf

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -119,32 +119,6 @@ variable "ec2_otels" {
119119
"otel_role" = "agent"
120120
}
121121
}
122-
"amd64:centos-stream" = {
123-
ami = "ami-01529018e3919dace"
124-
subnet = "subnet-09b64de757828cdd4"
125-
security_groups = ["sg-044ef7bc34691164a"]
126-
key_name = "caos-dev-arm"
127-
instance_type = "t3a.small"
128-
username = "ec2-user"
129-
python = "/usr/bin/python3"
130-
platform = "linux"
131-
tags = {
132-
"otel_role" = "agent"
133-
}
134-
}
135-
"arm64:centos-stream" = {
136-
ami = "ami-0e98f9d5c9841c9ad"
137-
subnet = "subnet-09b64de757828cdd4"
138-
security_groups = ["sg-044ef7bc34691164a"]
139-
key_name = "caos-dev-arm"
140-
instance_type = "t4g.small"
141-
username = "ec2-user"
142-
python = "/usr/bin/python3"
143-
platform = "linux"
144-
tags = {
145-
"otel_role" = "agent"
146-
}
147-
}
148122
"amd64:sles-12.5" = {
149123
ami = "ami-0314425a95f19ff16"
150124
subnet = "subnet-09b64de757828cdd4"
@@ -197,19 +171,6 @@ variable "ec2_otels" {
197171
"otel_role" = "agent"
198172
}
199173
}
200-
"arm64:sles-15.4" = {
201-
ami = "ami-052fd3067d337faf6"
202-
subnet = "subnet-09b64de757828cdd4"
203-
security_groups = ["sg-044ef7bc34691164a"]
204-
key_name = "caos-dev-arm"
205-
instance_type = "t4g.small"
206-
username = "ec2-user"
207-
python = "/usr/bin/python3"
208-
platform = "linux"
209-
tags = {
210-
"otel_role" = "agent"
211-
}
212-
}
213174
"amd64:sles-15.5" = {
214175
ami = "ami-0e03a27c1453107db"
215176
subnet = "subnet-09b64de757828cdd4"

0 commit comments

Comments
 (0)