Skip to content

Commit cdf447a

Browse files
committed
tf: default volume type to gp3
1 parent 8aac9e3 commit cdf447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/benchmark/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ variable "standalone_moxy_instance_size" {
131131
}
132132

133133
variable "standalone_apm_server_volume_type" {
134-
default = null
134+
default = "gp3"
135135
type = string
136136
description = "Optional volume type to use for APM Server VM"
137137
}

0 commit comments

Comments
 (0)