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/mysql/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
| Name | Description | Type | Default | Required |
8
8
|------|-------------|:----:|:-----:|:-----:|
9
9
| activation_policy | The activation policy for the master instance. Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string |`ALWAYS`| no |
10
-
| additional_databases |The list of databases for all instances| list |`<list>`| no |
11
-
| additional_users |The list of users for all instances| list |`<list>`| no |
10
+
| additional_databases |A list of databases to be created in your cluster| list |`<list>`| no |
11
+
| additional_users |A list of users to be created in your cluster| list |`<list>`| no |
12
12
| authorized_gae_applications | The list of authorized App Engine project names | list |`<list>`| no |
13
13
| backup_configuration | The backup configuration block of the Cloud SQL resources This argument will be passed through the master instance directrly.<br><br>See [more details](https://www.terraform.io/docs/providers/google/r/sql_database_instance.html). | map |`<map>`| no |
14
14
| database_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/mysql/flags)| list |`<list>`| no |
Copy file name to clipboardExpand all lines: modules/postgresql/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
| Name | Description | Type | Default | Required |
8
8
|------|-------------|:----:|:-----:|:-----:|
9
9
| activation_policy | The activation policy for the master instance.Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string |`ALWAYS`| no |
10
-
| additional_databases |The list of databases for all instances| list |`<list>`| no |
11
-
| additional_users |The list of users for all instances| list |`<list>`| no |
10
+
| additional_databases |A list of databases to be created in your cluster| list |`<list>`| no |
11
+
| additional_users |A list of users to be created in your cluster| list |`<list>`| no |
12
12
| authorized_gae_applications | The authorized gae applications for the Cloud SQL instances | list |`<list>`| no |
13
13
| availability_type | The availability type for the master instance.This is only used to set up high availability for the PostgreSQL instance. Can be either `ZONAL` or `REGIONAL`. | string |`ZONAL`| no |
14
14
| backup_configuration | The backup configuration block of the Cloud SQL resources This argument will be passed through the master instance directrly.<br><br>See [more details](https://www.terraform.io/docs/providers/google/r/sql_database_instance.html). | map |`<map>`| no |
0 commit comments