Skip to content

Commit

Permalink
tf: default volume type to gp3 (#15410)
Browse files Browse the repository at this point in the history
Change default benchmark standalone apm server volume type to gp3, as gp2's burstiness makes it unreliable for benchmarks.
  • Loading branch information
carsonip authored Jan 27, 2025
1 parent 8aac9e3 commit ef0060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/benchmark/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ef0060d

Please sign in to comment.