Skip to content

Commit

Permalink
Prevent unncessary updates by just using CHANNEL_STANDARD.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBergmeier6176 committed Sep 28, 2023
1 parent e92ca43 commit f641ee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf/service_cluster/container.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ resource "google_container_cluster" "main" {
}
}

gateway_api_config {
channel = "CHANNEL_STANDARD"
}

lifecycle {
ignore_changes = [
dns_config,
Expand Down

0 comments on commit f641ee1

Please sign in to comment.