You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/acm/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ data "google_client_config" "default" {}
86
86
| enable\_mutation | Whether to enable mutations for ACM Policy Controller. |`bool`|`false`| no |
87
87
| enable\_policy\_controller | Whether to enable the ACM Policy Controller on the cluster |`bool`|`true`| no |
88
88
| enable\_referential\_rules | Enables referential constraints which reference another object in it definition and are therefore eventually consistent. |`bool`|`true`| no |
89
+
| gcp\_service\_account\_email | The service account email for authentication when `secret_type` is `gcpServiceAccount`. |`string`|`null`| no |
89
90
| hierarchy\_controller | Configurations for Hierarchy Controller. See [Hierarchy Controller docs](https://cloud.google.com/anthos-config-management/docs/how-to/installing-hierarchy-controller) for more details |`map(any)`|`null`| no |
90
91
| https\_proxy | URL for the HTTPS proxy to be used when communicating with the Git repo. |`string`|`null`| no |
91
92
| install\_template\_library | Whether to install the default Policy Controller template library |`bool`|`true`| no |
0 commit comments