Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lornaluo committed Apr 30, 2024
1 parent 38f8b7c commit f935682
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ resource "google_container_cluster" "cluster" {
advanced_machine_features {
threads_per_core = 1
enable_nested_virtualization = "%t"
}
}
}
}

Expand All @@ -2194,7 +2194,7 @@ resource "google_container_node_pool" "np" {
advanced_machine_features {
threads_per_core = 1
enable_nested_virtualization = "%t"
}
}
}
}
`, cluster, networkName, subnetworkName, enableNV, np, enableNV)
Expand Down

0 comments on commit f935682

Please sign in to comment.