From 35cc9f69abdf6256250781ce337be8e8dfce10b5 Mon Sep 17 00:00:00 2001 From: Jacob Avelino Date: Thu, 28 Jul 2022 23:45:52 +0000 Subject: [PATCH] Document policy controller monitoring and mutation_enabled in gke_hub_feature_membership.html.markdown --- .../docs/r/gke_hub_feature_membership.html.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/website/docs/r/gke_hub_feature_membership.html.markdown b/mmv1/third_party/terraform/website/docs/r/gke_hub_feature_membership.html.markdown index 25d7fbf64ae..9dc6104ec70 100644 --- a/mmv1/third_party/terraform/website/docs/r/gke_hub_feature_membership.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/gke_hub_feature_membership.html.markdown @@ -214,7 +214,16 @@ The following arguments are supported: * `template_library_installed` - (Optional) Installs the default template library along with Policy Controller. - + +* `mutation_enabled` - + (Optional) + Enables mutation in policy controller. If true, mutation CRDs, webhook, and controller deployment will be deployed to the cluster. + +* `monitoring` - + (Optional) + Specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: [\"cloudmonitoring\", \"prometheus\"]. Default: [\"cloudmonitoring\", \"prometheus\"] + + ## Attributes Reference In addition to the arguments listed above, the following computed attributes are exported: