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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ module "pg" {
126
126
| data\_cache\_enabled | Whether data cache is enabled for the instance. Defaults to false. Feature is only available for ENTERPRISE\_PLUS tier and supported database\_versions |`bool`|`false`| no |
127
127
| database\_deletion\_policy | The deletion policy for the database. Setting ABANDON allows the resource to be abandoned rather than deleted. This is useful for Postgres, where databases cannot be deleted from the API if there are users other than cloudsqlsuperuser with access. Possible values are: "ABANDON". |`string`|`null`| no |
128
128
| database\_flags | The database flags for the Cloud SQL instance. See [more details](https://cloud.google.com/sql/docs/postgres/flags)| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
129
+
| database\_integration\_roles | The roles required by default database instance service account for integration with GCP services |`list(string)`|`[]`| no |
129
130
| database\_version | The database version to use |`string`| n/a | yes |
130
131
| db\_charset | The charset for the default database |`string`|`""`| no |
131
132
| db\_collation | The collation for the default database. Example: 'en\_US.UTF8' |`string`|`""`| no |
@@ -141,6 +142,7 @@ module "pg" {
141
142
| edition | The edition of the Cloud SQL instance, can be ENTERPRISE or ENTERPRISE\_PLUS. |`string`|`null`| no |
142
143
| enable\_default\_db | Enable or disable the creation of the default database |`bool`|`true`| no |
143
144
| enable\_default\_user | Enable or disable the creation of the default user |`bool`|`true`| no |
145
+
| enable\_google\_ml\_integration | Enable database ML integration |`bool`|`false`| no |
144
146
| enable\_random\_password\_special | Enable special characters in generated random passwords. |`bool`|`false`| no |
145
147
| encryption\_key\_name | The full path to the encryption key used for the CMEK disk encryption |`string`|`null`| no |
146
148
| follow\_gae\_application | A Google App Engine application whose zone to remain in. Must be in the same region as this instance. |`string`|`null`| no |
0 commit comments