Skip to content

Commit

Permalink
tf: default volume type to gp3
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Jan 27, 2025
1 parent 8aac9e3 commit cdf447a
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 cdf447a

Please sign in to comment.