|
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 | |
15 | | -| create_timeout | The optional timout that is applied to limit long database creates. | string | `10m` | no | |
16 | 15 | | database_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/mysql/flags) | list | `<list>` | no | |
17 | | -| database_version | The database version to use | string | n/a | yes | |
| 16 | +| database_version | The database version to use | string | - | yes | |
18 | 17 | | db_charset | The charset for the default database | string | `` | no | |
19 | 18 | | db_collation | The collation for the default database. Example: 'en_US.UTF8' | string | `` | no | |
20 | 19 | | 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 | |
22 | 20 | | disk_autoresize | Configuration to increase storage size. | string | `true` | no | |
23 | 21 | | disk_size | The disk size for the master instance. | string | `10` | no | |
24 | 22 | | disk_type | The disk type for the master instance. | string | `PD_SSD` | no | |
25 | 23 | | ip_configuration | The ip configuration for the master instances. | map | `<map>` | no | |
26 | 24 | | maintenance_window_day | The day of week (1-7) for the master instance maintenance. | string | `1` | no | |
27 | 25 | | maintenance_window_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | string | `23` | no | |
28 | 26 | | maintenance_window_update_track | The update track of maintenance window for the master instance maintenance.Can be either `canary` or `stable`. | string | `canary` | no | |
29 | | -| name | The name of the Cloud SQL resources | string | n/a | yes | |
| 27 | +| name | The name of the Cloud SQL resources | string | - | yes | |
30 | 28 | | pricing_plan | The pricing plan for the master instance. | string | `PER_USE` | no | |
31 | | -| project_id | The project ID to manage the Cloud SQL resources | string | n/a | yes | |
| 29 | +| project_id | The project ID to manage the Cloud SQL resources | string | - | yes | |
32 | 30 | | read_replica_activation_policy | The activation policy for the read replica instances.Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string | `ALWAYS` | no | |
33 | 31 | | read_replica_availability_type | The availability type for the read replica instances.This is only used to set up high availability for the PostgreSQL instances. Can be either `ZONAL` or `REGIONAL`. | string | `ZONAL` | no | |
34 | 32 | | read_replica_configuration | The replica configuration for use in read replica | map | `<map>` | no | |
|
49 | 47 | | read_replica_zones | The zones for the read replica instancess, it should be something like: `a,b,c`. Given zones are used rotationally for creating read replicas. | string | `` | no | |
50 | 48 | | region | The region of the Cloud SQL resources | string | `us-central1` | no | |
51 | 49 | | tier | The tier for the master instance. | string | `db-f1-micro` | no | |
52 | | -| update_timeout | The optional timout that is applied to limit long database updates. | string | `10m` | no | |
53 | 50 | | user_labels | The key/value labels for the master instances. | map | `<map>` | no | |
54 | 51 | | user_name | The name of the default user | string | `default` | no | |
55 | 52 | | 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 | |
56 | | -| zone | The zone for the master instance, it should be something like: `a`, `c`. | string | n/a | yes | |
| 53 | +| zone | The zone for the master instance, it should be something like: `a`, `c`. | string | - | yes | |
57 | 54 |
|
58 | 55 | ## Outputs |
59 | 56 |
|
|
0 commit comments