Skip to content

Commit

Permalink
Remove test that tests legacy behavior which has been removed. (Googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Aug 5, 2020
1 parent 3610f29 commit 42a62f7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2042,9 +2042,6 @@ resource "google_container_cluster" "primary" {

enable_legacy_abac = true

logging_service = "logging.googleapis.com"
monitoring_service = "monitoring.googleapis.com"

resource_labels = {
created-by = "terraform"
}
Expand Down Expand Up @@ -2077,9 +2074,6 @@ resource "google_container_cluster" "primary" {

enable_legacy_abac = false

logging_service = "none"
monitoring_service = "none"

resource_labels = {
created-by = "terraform-update"
new-label = "update"
Expand Down

0 comments on commit 42a62f7

Please sign in to comment.