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
@@ -49,7 +49,7 @@ module "mysql-db" {
49
49
| additional\_databases | A list of databases to be created in your cluster | <pre>list(object({<br> name = string<br> charset = string<br> collation = string<br> }))</pre> |`[]`| no |
50
50
| 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 |
51
51
| availability\_type | The availability type for the master instance. Can be either `REGIONAL` or `null`. |`string`|`"REGIONAL"`| no |
52
-
| backup\_configuration | The backup\_configuration settings subblock for the database setings| <pre>object({<br> binary_log_enabled = optional(bool, false)<br> enabled = optional(bool, false)<br> start_time = optional(string)<br> location = optional(string)<br> transaction_log_retention_days = optional(string)<br> retained_backups = optional(number)<br> retention_unit = optional(string)<br> })</pre> |`{}`| no |
52
+
| backup\_configuration | The backup\_configuration settings subblock for the database settings| <pre>object({<br> binary_log_enabled = optional(bool, false)<br> enabled = optional(bool, false)<br> start_time = optional(string)<br> location = optional(string)<br> transaction_log_retention_days = optional(string)<br> retained_backups = optional(number)<br> retention_unit = optional(string)<br> })</pre> |`{}`| no |
53
53
| connector\_enforcement | Enforce that clients use the connector library |`bool`|`false`| no |
54
54
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"30m"`| no |
55
55
| 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 |
@@ -100,7 +100,7 @@ module "mysql-db" {
100
100
| retain\_backups\_on\_delete | When this parameter is set to true, Cloud SQL retains backups of the instance even after the instance is deleted. The ON\_DEMAND backup will be retained until customer deletes the backup or the project. The AUTOMATED backup will be retained based on the backups retention setting. |`bool`|`false`| no |
101
101
| root\_password | MySQL password for the root user. |`string`|`null`| no |
102
102
| secondary\_zone | The preferred zone for the secondary/failover instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
103
-
| tier | The tier for the master instance, for ADC its defualt value will be db-perf-optimized-N-8 which is tier value for edtion ENTERPRISE\_PLUS, if user wants to change the edition, he should chose compatible tier. |`string`|`"db-n1-standard-1"`| no |
103
+
| tier | The tier for the master instance, for ADC its default value will be db-perf-optimized-N-8 which is tier value for edition ENTERPRISE\_PLUS, if user wants to change the edition, he should chose compatible tier. |`string`|`"db-n1-standard-1"`| no |
104
104
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"30m"`| no |
105
105
| 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 |
106
106
| user\_host | The host for the default user |`string`|`"%"`| no |
Copy file name to clipboardExpand all lines: modules/mysql/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ variable "instance_type" {
185
185
186
186
// Master
187
187
variable"tier" {
188
-
description="The tier for the master instance, for ADC its defualt value will be db-perf-optimized-N-8 which is tier value for edtion ENTERPRISE_PLUS, if user wants to change the edition, he should chose compatible tier."
188
+
description="The tier for the master instance, for ADC its default value will be db-perf-optimized-N-8 which is tier value for edition ENTERPRISE_PLUS, if user wants to change the edition, he should chose compatible tier."
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
@@ -120,7 +120,7 @@ module "pg" {
120
120
| additional\_databases | A list of databases to be created in your cluster | <pre>list(object({<br> name = string<br> charset = string<br> collation = string<br> }))</pre> |`[]`| no |
121
121
| 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 |
122
122
| availability\_type | The availability type for the Cloud SQL instance.This is only used to set up high availability for the PostgreSQL instance. Can be either `ZONAL` or `REGIONAL`. |`string`|`"ZONAL"`| no |
123
-
| backup\_configuration | The backup\_configuration settings subblock for the database setings| <pre>object({<br> enabled = optional(bool, false)<br> start_time = optional(string)<br> location = optional(string)<br> point_in_time_recovery_enabled = optional(bool, false)<br> transaction_log_retention_days = optional(string)<br> retained_backups = optional(number)<br> retention_unit = optional(string)<br> })</pre> |`{}`| no |
123
+
| backup\_configuration | The backup\_configuration settings subblock for the database settings| <pre>object({<br> enabled = optional(bool, false)<br> start_time = optional(string)<br> location = optional(string)<br> point_in_time_recovery_enabled = optional(bool, false)<br> transaction_log_retention_days = optional(string)<br> retained_backups = optional(number)<br> retention_unit = optional(string)<br> })</pre> |`{}`| no |
124
124
| connector\_enforcement | Enforce that clients use the connector library |`bool`|`false`| no |
125
125
| create\_kms\_key\_handle | KeyHandles cannot be deleted from Google Cloud Platform. Destroying a Terraform-managed KeyHandle will remove it from state but will not delete the resource from the project. Set this to false if key handle already exists |`bool`|`true`| no |
126
126
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"30m"`| no |
@@ -173,7 +173,7 @@ module "pg" {
173
173
| retain\_backups\_on\_delete | When this parameter is set to true, Cloud SQL retains backups of the instance even after the instance is deleted. The ON\_DEMAND backup will be retained until customer deletes the backup or the project. The AUTOMATED backup will be retained based on the backups retention setting. |`bool`|`false`| no |
174
174
| root\_password | Initial root password during creation |`string`|`null`| no |
175
175
| secondary\_zone | The preferred zone for the replica instance, it should be something like: `us-central1-a`, `us-east1-c`. |`string`|`null`| no |
176
-
| tier | The tier for the Cloud SQL instance, for ADC its defualt value will be db-perf-optimized-N-8 which is tier value for edtion ENTERPRISE\_PLUS, if user wants to change the edition, he should chose compatible tier. |`string`|`"db-f1-micro"`| no |
176
+
| tier | The tier for the Cloud SQL instance, for ADC its default value will be db-perf-optimized-N-8 which is tier value for edition ENTERPRISE\_PLUS, if user wants to change the edition, he should chose compatible tier. |`string`|`"db-f1-micro"`| no |
177
177
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"30m"`| no |
178
178
| use\_autokey | Enable the use of autokeys from Google Cloud KMS for CMEK. This requires autokey already configured in the project |`bool`|`false`| no |
179
179
| 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 |
description="The tier for the Cloud SQL instance, for ADC its defualt value will be db-perf-optimized-N-8 which is tier value for edtion ENTERPRISE_PLUS, if user wants to change the edition, he should chose compatible tier."
180
+
description="The tier for the Cloud SQL instance, for ADC its default value will be db-perf-optimized-N-8 which is tier value for edition ENTERPRISE_PLUS, if user wants to change the edition, he should chose compatible tier."
Copy file name to clipboardExpand all lines: modules/private_service_access/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ module "test_psa" {
38
38
| ip\_version | IP Version for the allocation. Can be IPV4 or IPV6. |`string`|`""`| no |
39
39
| labels | The key/value labels for the IP range allocated to the peered network. |`map(string)`|`{}`| no |
40
40
| prefix\_length | Prefix length of the IP range reserved for Cloud SQL instances and other Private Service Access services. Defaults to /16. |`number`|`16`| no |
41
-
| project\_id | The project ID of the VPC network to peer. This can be a shared VPC host projec. |`string`| n/a | yes |
41
+
| project\_id | The project ID of the VPC network to peer. This can be a shared VPC host project. |`string`| n/a | yes |
42
42
| vpc\_network | Name of the VPC network to peer. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/safer_mysql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ module "safer-mysql-db" {
244
244
| allocated\_ip\_range | Existing allocated IP range name for the Private IP CloudSQL instance. The networks needs to be configured with https://cloud.google.com/vpc/docs/configure-private-services-access.|`string`|`null`| no |
245
245
| assign\_public\_ip | Set to true if the master instance should also have a public IP (less secure). |`bool`|`false`| no |
246
246
| 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`|`"30m"`| no |
249
249
| 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 |
250
250
| 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 |
0 commit comments