We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa626 commit 986b929Copy full SHA for 986b929
examples/simple_regional_beta/main.tf
@@ -52,7 +52,7 @@ module "gke" {
52
enable_identity_service = true
53
release_channel = "REGULAR"
54
logging_enabled_components = ["SYSTEM_COMPONENTS"]
55
- monitoring_enabled_components = ["SYSTEM_COMPONENTS", "WORKLOADS"]
+ monitoring_enabled_components = ["SYSTEM_COMPONENTS"]
56
57
# Disable workload identity
58
identity_namespace = null
test/integration/beta_cluster/controls/gcloud.rb
@@ -112,7 +112,6 @@
112
113
it "has the expected monitoring config" do
114
expect(data['monitoringConfig']['componentConfig']['enableComponents']).to match_array([
115
- "WORKLOADS",
116
"SYSTEM_COMPONENTS"
117
])
118
end
0 commit comments