Skip to content

Commit

Permalink
terraform fmt (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyguava authored Feb 27, 2020
1 parent 4b6ab0d commit 9289d20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions deploy/gcp/examples/multi-zonal.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This will create a zonal cluster in zone us-central1-b with one additional zone.
# Work nodes will be created in primary zone us-central1-b and additional zone us-central1-c.
#
gke_name = "multi-zonal"
vpc_name = "multi-zonal"
location = "us-central1-b"
gke_name = "multi-zonal"
vpc_name = "multi-zonal"
location = "us-central1-b"
pd_instance_type = "n1-standard-2"
tikv_instance_type = "n1-highmem-4"
tidb_instance_type = "n1-standard-8"
node_locations = [
"us-central1-c"
"us-central1-c"
]
12 changes: 6 additions & 6 deletions deploy/gcp/examples/single-zonal.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This will create a zonal cluster in zone us-central1-b without additional zones.
# Work nodes will be created in a single zone only.
#
gke_name = "single-zonal"
vpc_name = "single-zonal"
location = "us-central1-b"
gke_name = "single-zonal"
vpc_name = "single-zonal"
location = "us-central1-b"
pd_instance_type = "n1-standard-2"
tikv_instance_type = "n1-highmem-4"
tidb_instance_type = "n1-standard-8"
pd_count = 3
tikv_count = 3
tidb_count = 3
pd_count = 3
tikv_count = 3
tidb_count = 3

0 comments on commit 9289d20

Please sign in to comment.