diff --git a/testing/benchmark/variables.tf b/testing/benchmark/variables.tf index d50b10cffc..25671ad325 100644 --- a/testing/benchmark/variables.tf +++ b/testing/benchmark/variables.tf @@ -131,7 +131,7 @@ variable "standalone_moxy_instance_size" { } variable "standalone_apm_server_volume_type" { - default = null + default = "gp3" type = string description = "Optional volume type to use for APM Server VM" }