Skip to content

Commit 24c09ec

Browse files
authored
chore: update ACM Module Readme (terraform-google-modules#1553)
1 parent 0f63eab commit 24c09ec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/acm/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
This module installs [Anthos Config Management](https://cloud.google.com/anthos-config-management/docs/) (ACM) in a Kubernetes cluster.
44

55
Specifically, this module automates the following steps for [installing ACM](https://cloud.google.com/anthos-config-management/docs/how-to/installing):
6-
1. Enabling the ACM feature on the fleet.
6+
1. Enabling the ACM feature on the fleet
77
2. Registering the cluster to the fleet
88
3. Optionally, generating an SSH key for accessing Git and providing it to the Operator
99
4. Configuring the ACM feature on your cluster
10+
5. Optionally, installing ACM Policy Controller [Policy Bundle(s)](https://cloud.google.com/anthos-config-management/docs/concepts/policy-controller-bundles)
11+
6. Optionally, create and configure a Google Cloud Service Account for writing ACM metrics to Cloud Monitoring
1012

1113
## Fleet feature
1214
Only the first cluster in a fleet should activate the ACM fleet feature.
@@ -35,6 +37,11 @@ module "acm" {
3537
sync_repo = "git@github.com:GoogleCloudPlatform/anthos-config-management-samples.git"
3638
sync_branch = "1.0.0"
3739
policy_dir = "foo-corp"
40+
41+
# ACM Policy Controller Policy Essentials Policy Bundle: https://cloud.google.com/anthos-config-management/docs/how-to/using-policy-essentials-v2022
42+
policy_bundles = ["https://github.com/GoogleCloudPlatform/acm-policy-controller-library/bundles/policy-essentials-v2022#e4094aacb91a35b0219f6f4cf6a31580e85b3c28"]
43+
44+
create_metrics_gcp_sa = true
3845
}
3946
```
4047

0 commit comments

Comments
 (0)