Skip to content

Commit d17defc

Browse files
committed
Reset readmes to master
1 parent f38c962 commit d17defc

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

modules/mysql/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
| additional_users | A list of users to be created in your cluster | list | `<list>` | no |
1212
| authorized_gae_applications | The list of authorized App Engine project names | list | `<list>` | no |
1313
| 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-
| create_timeout | The optional timout that is applied to limit long database creates. | string | `10m` | no |
1514
| database_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/mysql/flags) | list | `<list>` | no |
16-
| database_version | The database version to use | string | n/a | yes |
15+
| database_version | The database version to use | string | - | yes |
1716
| db_charset | The charset for the default database | string | `` | no |
1817
| db_collation | The collation for the default database. Example: 'utf8_general_ci' | string | `` | no |
1918
| db_name | The name of the default database to create | string | `default` | no |
20-
| delete_timeout | The optional timout that is applied to limit long database deletes. | string | `10m` | no |
2119
| disk_autoresize | Configuration to increase storage size | string | `true` | no |
2220
| disk_size | The disk size for the master instance | string | `10` | no |
2321
| disk_type | The disk type for the master instance. | string | `PD_SSD` | no |
@@ -42,9 +40,9 @@
4240
| maintenance_window_day | The day of week (1-7) for the master instance maintenance. | string | `1` | no |
4341
| maintenance_window_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | string | `23` | no |
4442
| maintenance_window_update_track | The update track of maintenance window for the master instance maintenance. Can be either `canary` or `stable`. | string | `canary` | no |
45-
| name | The name of the Cloud SQL resources | string | n/a | yes |
43+
| name | The name of the Cloud SQL resources | string | - | yes |
4644
| pricing_plan | The pricing plan for the master instance. | string | `PER_USE` | no |
47-
| project_id | The project ID to manage the Cloud SQL resources | string | n/a | yes |
45+
| project_id | The project ID to manage the Cloud SQL resources | string | - | yes |
4846
| read_replica_activation_policy | The activation policy for the read replica instances. Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string | `ALWAYS` | no |
4947
| read_replica_configuration | The replica configuration for use in all read replica instances. | map | `<map>` | no |
5048
| read_replica_crash_safe_replication | The crash safe replication is to indicates when crash-safe replication flags are enabled. | string | `true` | no |
@@ -64,12 +62,11 @@
6462
| 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 |
6563
| region | The region of the Cloud SQL resources | string | `us-central1` | no |
6664
| tier | The tier for the master instance. | string | `db-n1-standard-1` | no |
67-
| update_timeout | The optional timout that is applied to limit long database updates. | string | `10m` | no |
6865
| user_host | The host for the default user | string | `%` | no |
6966
| user_labels | The key/value labels for the master instances. | map | `<map>` | no |
7067
| user_name | The name of the default user | string | `default` | no |
7168
| 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 |
72-
| zone | The zone for the master instance, it should be something like: `a`, `c`. | string | n/a | yes |
69+
| zone | The zone for the master instance, it should be something like: `a`, `c`. | string | - | yes |
7370

7471
## Outputs
7572

modules/postgresql/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@
1212
| authorized_gae_applications | The authorized gae applications for the Cloud SQL instances | list | `<list>` | no |
1313
| 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 |
1414
| 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 |
1615
| 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 |
1817
| db_charset | The charset for the default database | string | `` | no |
1918
| db_collation | The collation for the default database. Example: 'en_US.UTF8' | string | `` | no |
2019
| 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 |
2220
| disk_autoresize | Configuration to increase storage size. | string | `true` | no |
2321
| disk_size | The disk size for the master instance. | string | `10` | no |
2422
| disk_type | The disk type for the master instance. | string | `PD_SSD` | no |
2523
| ip_configuration | The ip configuration for the master instances. | map | `<map>` | no |
2624
| maintenance_window_day | The day of week (1-7) for the master instance maintenance. | string | `1` | no |
2725
| maintenance_window_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | string | `23` | no |
2826
| 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 |
3028
| 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 |
3230
| read_replica_activation_policy | The activation policy for the read replica instances.Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string | `ALWAYS` | no |
3331
| 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 |
3432
| read_replica_configuration | The replica configuration for use in read replica | map | `<map>` | no |
@@ -49,11 +47,10 @@
4947
| 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 |
5048
| region | The region of the Cloud SQL resources | string | `us-central1` | no |
5149
| 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 |
5350
| user_labels | The key/value labels for the master instances. | map | `<map>` | no |
5451
| user_name | The name of the default user | string | `default` | no |
5552
| 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 |
5754

5855
## Outputs
5956

0 commit comments

Comments
 (0)