Skip to content

Commit f7856d1

Browse files
committed
fmt
1 parent cb3a20c commit f7856d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gke/standard/zonal/dws/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
# [START gke_standard_zonal_dws_flex_cluster]
1818

19-
# DWS Flex currently require project allowlisting, please follow steps from here
20-
# https://cloud.google.com/kubernetes-engine/docs/concepts/dws
19+
# DWS Flex currently require project allowlisting, please follow steps from here
20+
# https://cloud.google.com/kubernetes-engine/docs/concepts/dws
2121
resource "google_container_cluster" "default" {
22-
name = "gke-standard-zonal-flex-cluster"
23-
location = "us-central1-a"
22+
name = "gke-standard-zonal-flex-cluster"
23+
location = "us-central1-a"
2424
initial_node_count = 1
2525

2626
node_config {
@@ -45,8 +45,8 @@ resource "google_container_node_pool" "dws_non_q_flex" {
4545

4646
# More details on usage https://cloud.google.com/kubernetes-engine/docs/how-to/dws-flex-start-training
4747
node_config {
48-
machine_type = "e2-medium"
49-
flex_start = true
48+
machine_type = "e2-medium"
49+
flex_start = true
5050

5151
reservation_affinity {
5252
consume_reservation_type = "NO_RESERVATION"

0 commit comments

Comments
 (0)