Skip to content

Commit

Permalink
comment fips amis until fips changes are merged in infra-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Jan 9, 2025
1 parent 9d8a1f4 commit 3b511c8
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions terraform/otel-ec2/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -405,19 +405,19 @@ variable "ec2_otels" {
"otel_role" = "agent"
}
}
"amd64:al-2023-fips" = {
ami = "ami-085fa628e46dcb929"
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"
}
}
# "amd64:al-2023-fips" = {
# ami = "ami-085fa628e46dcb929"
# 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:al-2023" = {
ami = "ami-07d16074c2fdf3a19"
subnet = "subnet-09b64de757828cdd4"
Expand All @@ -431,19 +431,19 @@ variable "ec2_otels" {
"otel_role" = "agent"
}
}
"arm64:al-2023-fips" = {
ami = "ami-06014e12b8efb52e2"
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"
}
}
# "arm64:al-2023-fips" = {
# ami = "ami-06014e12b8efb52e2"
# 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:windows_2016" = {
ami = "ami-03d46abfa414238dd"
subnet = "subnet-09b64de757828cdd4"
Expand Down

0 comments on commit 3b511c8

Please sign in to comment.