Skip to content

Commit

Permalink
Add disable-legacy-endpoints to tests (hashicorp#806)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and chrisst committed Jun 4, 2019
1 parent 64e4efa commit 50d18e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google-beta/resource_container_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,7 @@ resource "google_container_cluster" "with_node_config" {
service_account = "default"
metadata = {
foo = "bar"
disable-legacy-endpoints = "true"
}
labels = {
foo = "bar"
Expand Down Expand Up @@ -2466,6 +2467,7 @@ resource "google_container_cluster" "with_node_config" {
service_account = "default"
metadata = {
foo = "bar"
disable-legacy-endpoints = "true"
}
labels = {
foo = "bar"
Expand Down Expand Up @@ -2895,6 +2897,7 @@ resource "google_container_cluster" "with_node_pool_node_config" {
service_account = "default"
metadata = {
foo = "bar"
disable-legacy-endpoints = "true"
}
image_type = "COS"
labels = {
Expand Down

0 comments on commit 50d18e5

Please sign in to comment.