We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aee559 commit afe8c45Copy full SHA for afe8c45
testing/benchmark/main.tf
@@ -153,7 +153,7 @@ module "standalone_apm_server" {
153
source = "../infra/terraform/modules/standalone_apm_server"
154
155
vpc_id = module.vpc.vpc_id
156
- aws_os = "amzn2-ami-hvm-*-x86_64-ebs"
+ aws_os = "al2023-ami-2023"
157
apm_instance_type = var.standalone_apm_server_instance_size
158
apm_volume_type = var.standalone_apm_server_volume_type
159
apm_volume_size = var.apm_server_tail_sampling ? coalesce(var.standalone_apm_server_volume_size, 60) : var.standalone_apm_server_volume_size
0 commit comments