Skip to content

Commit 43a1aae

Browse files
committed
wip
1 parent 77c552d commit 43a1aae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

third_party/terraform/tests/resource_container_node_pool_test.go.erb

+4
Original file line numberDiff line numberDiff line change
@@ -1361,12 +1361,14 @@ func testAccContainerNodePool_withKubeletConfig(cluster, np, policy, period stri
13611361
data "google_container_engine_versions" "central1a" {
13621362
location = "us-central1-a"
13631363
}
1364+
13641365
resource "google_container_cluster" "cluster" {
13651366
name = "%s"
13661367
location = "us-central1-a"
13671368
initial_node_count = 1
13681369
min_master_version = data.google_container_engine_versions.central1a.latest_master_version
13691370
}
1371+
13701372
resource "google_container_node_pool" "with_kubelet_config" {
13711373
name = "%s"
13721374
location = "us-central1-a"
@@ -1393,12 +1395,14 @@ func testAccContainerNodePool_withLinuxNodeConfig(cluster, np string, maxBacklog
13931395
data "google_container_engine_versions" "central1a" {
13941396
location = "us-central1-a"
13951397
}
1398+
13961399
resource "google_container_cluster" "cluster" {
13971400
name = "%s"
13981401
location = "us-central1-a"
13991402
initial_node_count = 1
14001403
min_master_version = data.google_container_engine_versions.central1a.latest_master_version
14011404
}
1405+
14021406
resource "google_container_node_pool" "with_linux_node_config" {
14031407
name = "%s"
14041408
location = "us-central1-a"

0 commit comments

Comments
 (0)