Skip to content

Commit 98505ab

Browse files
authored
Update main.tf
1 parent 8418a71 commit 98505ab

File tree

1 file changed

+0
-3
lines changed
  • gke/standard/regional/hpa-logs

1 file changed

+0
-3
lines changed

gke/standard/regional/hpa-logs/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ resource "google_container_cluster" "default" {
2020
location = "us-central1"
2121
initial_node_count = 1
2222

23-
monitoring_config {
24-
enable_components = ["SYSTEM_COMPONENTS", "APISERVER", "CONTROLLER_MANAGER", "SCHEDULER"]
25-
}
2623
logging_config {
2724
enable_components = ["SYSTEM_COMPONENTS", "KCP_HPA"]
2825
}

0 commit comments

Comments
 (0)