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/postgresql/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ module "pg" {
170
170
| secondary\_zone | The preferred zone for the replica instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
171
171
| tier | The tier for the Cloud SQL instance. |`string`|`"db-f1-micro"`| no |
172
172
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"30m"`| no |
173
+
| use\_autokey | Enable the use of autokeys from Google Cloud KMS for CMEK. This requires autokey already configured in the project. |`bool`|`false`| no |
173
174
| user\_deletion\_policy | The deletion policy for the user. Setting ABANDON allows the resource to be abandoned rather than deleted. This is useful for Postgres, where users cannot be deleted from the API if they have been granted SQL roles. Possible values are: "ABANDON". |`string`|`null`| no |
174
175
| user\_labels | The key/value labels for the Cloud SQL instances. |`map(string)`|`{}`| no |
175
176
| user\_name | The name of the default user |`string`|`"default"`| no |
0 commit comments