Skip to content

Commit

Permalink
tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Barron committed Sep 1, 2018
1 parent 7a4e9d3 commit 778e6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/resource_container_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1789,9 +1789,9 @@ resource "google_container_cluster" "with_tpu" {
zone = "us-central1-b"
network = "${google_compute_network.container_network.name}"
subnetwork = "${google_compute_subnetwork.container_subnetwork.name}"
subnetwork = "${google_compute_subnetwork.container_subnetwork.name}"
enable_tpu = true
enable_tpu = true
initial_node_count = 1
ip_allocation_policy {
Expand Down

0 comments on commit 778e6a1

Please sign in to comment.