Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tf default ec_deployment deployment_template #11438

Merged
merged 6 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions testing/benchmark/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ user_name = "USER"
# of the available stack pack versions.
# stack_version = "8.4.0"

# The size of the APM Server. It is possible to go over 8GB, and cloud
# will provision additional instances / 8gb, for example, if 16gb is
# set, then there will be 2 x 8gb APM Servers in the same AZ.
# The size of the APM Server.
# In GCP, use deployment_template="gcp-compute-optimized-v3" to go
kruskall marked this conversation as resolved.
Show resolved Hide resolved
# over 8GB per instance. Otherwise, cloud will provision additional
# instances / 8gb, for example, if 16gb is set, then there will be
# 2 x 8gb APM Servers in the same AZ.
# apm_server_size = "8g"

# The number of AZs the APM Server should span.
Expand Down