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/mssql/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
@@ -15,7 +15,7 @@ The following dependency must be available for SQL Server module:
15
15
| additional\_users | A list of users to be created in your cluster. A random password would be set for the user if the `random_password` variable is set. | <pre>list(object({<br> name = string<br> password = string<br> random_password = bool<br> }))</pre> |`[]`| no |
16
16
| availability\_type | The availability type for the master instance.This is only used to set up high availability for the MSSQL instance. Can be either `ZONAL` or `REGIONAL`. |`string`|`"ZONAL"`| no |
| create\_timeout | The optional timeout that is applied to limit long database creates. |`string`|`"15m"`| no |
18
+
| create\_timeout | The optional timeout that is applied to limit long database creates. |`string`|`"30m"`| no |
19
19
| database\_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/sqlserver/flags)| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
20
20
| database\_version | The database version to use: SQLSERVER\_2017\_STANDARD, SQLSERVER\_2017\_ENTERPRISE, SQLSERVER\_2017\_EXPRESS, or SQLSERVER\_2017\_WEB |`string`|`"SQLSERVER_2017_STANDARD"`| no |
21
21
| db\_charset | The charset for the default database |`string`|`""`| no |
@@ -45,7 +45,7 @@ The following dependency must be available for SQL Server module:
45
45
| secondary\_zone | The preferred zone for the secondary/failover instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
46
46
| sql\_server\_audit\_config | SQL server audit config settings. |`map(string)`|`{}`| no |
47
47
| tier | The tier for the master instance. |`string`|`"db-custom-2-3840"`| no |
48
-
| update\_timeout | The optional timeout that is applied to limit long database updates. |`string`|`"15m"`| no |
48
+
| update\_timeout | The optional timeout that is applied to limit long database updates. |`string`|`"30m"`| no |
49
49
| user\_labels | The key/value labels for the master instances. |`map(string)`|`{}`| no |
50
50
| user\_name | The name of the default user |`string`|`"default"`| no |
51
51
| user\_password | The password for the default user. If not set, a random one will be generated and available in the generated\_user\_password output variable. |`string`|`""`| no |
| additional\_users | A list of users to be created in your cluster. A random password would be set for the user if the `random_password` variable is set. | <pre>list(object({<br> name = string<br> password = string<br> random_password = bool<br> type = string<br> host = string<br> }))</pre> |`[]`| no |
13
13
| availability\_type | The availability type for the master instance. Can be either `REGIONAL` or `null`. |`string`|`"REGIONAL"`| no |
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"10m"`| no |
15
+
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"30m"`| no |
16
16
| database\_flags | List of Cloud SQL flags that are applied to the database server. See [more details](https://cloud.google.com/sql/docs/mysql/flags)| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
17
17
| database\_version | The database version to use |`string`| n/a | yes |
18
18
| db\_charset | The charset for the default database |`string`|`""`| no |
19
19
| db\_collation | The collation for the default database. Example: 'utf8\_general\_ci' |`string`|`""`| no |
20
20
| db\_name | The name of the default database to create |`string`|`"default"`| no |
21
-
| delete\_timeout | The optional timout that is applied to limit long database deletes. |`string`|`"10m"`| no |
21
+
| delete\_timeout | The optional timout that is applied to limit long database deletes. |`string`|`"30m"`| no |
22
22
| deletion\_protection | Used to block Terraform from deleting a SQL Instance. |`bool`|`true`| no |
23
23
| deletion\_protection\_enabled | Enables protection of an instance from accidental deletion protection across all surfaces (API, gcloud, Cloud Console and Terraform). |`bool`|`false`| no |
24
24
| deny\_maintenance\_period | The Deny Maintenance Period fields to prevent automatic maintenance from occurring during a 90-day time period. See [more details](https://cloud.google.com/sql/docs/mysql/maintenance)| <pre>list(object({<br> end_date = string<br> start_date = string<br> time = string<br> }))</pre> |`[]`| no |
| root\_password | Mysql password for the root user. If not set, a random one will be generated and available in the root\_password output variable. |`string`|`""`| no |
51
51
| secondary\_zone | The preferred zone for the secondary/failover instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
52
52
| tier | The tier for the master instance. |`string`|`"db-n1-standard-1"`| no |
53
-
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"10m"`| no |
53
+
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"30m"`| no |
54
54
| user\_host | The host for the default user |`string`|`"%"`| no |
55
55
| user\_labels | The key/value labels for the master instances. |`map(string)`|`{}`| no |
56
56
| user\_name | The name of the default user |`string`|`"default"`| no |
| additional\_users | A list of users to be created in your cluster. A random password would be set for the user if the `random_password` variable is set. | <pre>list(object({<br> name = string<br> password = string<br> random_password = bool<br> }))</pre> |`[]`| 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 |
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"15m"`| no |
15
+
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"30m"`| no |
16
16
| 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 |
17
17
| database\_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/postgres/flags)| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
18
18
| database\_version | The database version to use |`string`| n/a | yes |
19
19
| db\_charset | The charset for the default database |`string`|`""`| no |
20
20
| db\_collation | The collation for the default database. Example: 'en\_US.UTF8' |`string`|`""`| no |
21
21
| db\_name | The name of the default database to create |`string`|`"default"`| no |
22
-
| delete\_timeout | The optional timout that is applied to limit long database deletes. |`string`|`"15m"`| no |
22
+
| delete\_timeout | The optional timout that is applied to limit long database deletes. |`string`|`"30m"`| no |
23
23
| deletion\_protection | Used to block Terraform from deleting a SQL Instance. |`bool`|`true`| no |
24
24
| deletion\_protection\_enabled | Enables protection of an instance from accidental deletion protection across all surfaces (API, gcloud, Cloud Console and Terraform). |`bool`|`false`| no |
25
25
| deny\_maintenance\_period | The Deny Maintenance Period fields to prevent automatic maintenance from occurring during a 90-day time period. See [more details](https://cloud.google.com/sql/docs/postgres/maintenance)| <pre>list(object({<br> end_date = string<br> start_date = string<br> time = string<br> }))</pre> |`[]`| no |
| region | The region of the Cloud SQL resources |`string`|`"us-central1"`| no |
51
51
| secondary\_zone | The preferred zone for the secondary/failover instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
52
52
| tier | The tier for the master instance. |`string`|`"db-f1-micro"`| no |
53
-
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"15m"`| no |
53
+
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"30m"`| no |
54
54
| 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 |
55
55
| user\_labels | The key/value labels for the master instances. |`map(string)`|`{}`| no |
56
56
| user\_name | The name of the default user |`string`|`"default"`| no |
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"15m"`| no |
174
+
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"30m"`| no |
175
175
| database\_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/mysql/flags)| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
176
176
| database\_version | The database version to use |`string`| n/a | yes |
177
177
| db\_charset | The charset for the default database |`string`|`""`| no |
178
178
| db\_collation | The collation for the default database. Example: 'utf8\_general\_ci' |`string`|`""`| no |
179
179
| db\_name | The name of the default database to create |`string`|`"default"`| no |
180
-
| delete\_timeout | The optional timout that is applied to limit long database deletes. |`string`|`"15m"`| no |
180
+
| delete\_timeout | The optional timout that is applied to limit long database deletes. |`string`|`"30m"`| no |
181
181
| deletion\_protection | Used to block Terraform from deleting a SQL Instance. |`bool`|`true`| no |
182
182
| deletion\_protection\_enabled | Enables protection of an instance from accidental deletion protection across all surfaces (API, gcloud, Cloud Console and Terraform). |`bool`|`false`| no |
183
183
| deny\_maintenance\_period | The Deny Maintenance Period fields to prevent automatic maintenance from occurring during a 90-day time period. See [more details](https://cloud.google.com/sql/docs/mysql/maintenance)| <pre>list(object({<br> end_date = string<br> start_date = string<br> time = string<br> }))</pre> |`[]`| no |
@@ -202,7 +202,7 @@ mysql -S $HOME/mysql_sockets/myproject:region:instance -u user -p
202
202
| region | The region of the Cloud SQL resources |`string`| n/a | yes |
203
203
| secondary\_zone | The preferred zone for the secondary/failover instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
204
204
| tier | The tier for the master instance. |`string`|`"db-n1-standard-1"`| no |
205
-
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"15m"`| no |
205
+
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"30m"`| no |
206
206
| user\_labels | The key/value labels for the master instances. |`map(string)`|`{}`| no |
207
207
| user\_name | The name of the default user |`string`|`"default"`| no |
208
208
| user\_password | The password for the default user. If not set, a random one will be generated and available in the generated\_user\_password output variable. |`string`|`""`| no |
0 commit comments