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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
| maintenance\_window\_day | The day of week (1-7) for the master instance maintenance. | number |`"1"`| no |
43
43
| maintenance\_window\_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | number |`"23"`| no |
44
44
| 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
+
| module\_depends\_on | List of modules or resources this module depends on. | list(any) |`<list>`| no |
45
46
| name | The name of the Cloud SQL resources | string | n/a | yes |
46
47
| pricing\_plan | The pricing plan for the master instance. | string |`"PER_USE"`| no |
47
48
| project\_id | The project ID to manage the Cloud SQL resources | string | n/a | yes |
Copy file name to clipboardExpand all lines: modules/postgresql/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
@@ -25,8 +25,8 @@
25
25
| maintenance\_window\_day | The day of week (1-7) for the master instance maintenance. | number |`"1"`| no |
26
26
| maintenance\_window\_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | number |`"23"`| no |
27
27
| maintenance\_window\_update\_track | The update track of maintenance window for the master instance maintenance.Can be either `canary` or `stable`. | string |`"canary"`| no |
28
+
| module\_depends\_on | List of modules or resources this module depends on. | list(any) |`<list>`| no |
28
29
| name | The name of the Cloud SQL resources | string | n/a | yes |
29
-
| peering\_completed | Optional. This is used to ensure that resources are created in the proper order when using private IPs and service network peering. | string |`""`| no |
30
30
| pricing\_plan | The pricing plan for the master instance. | string |`"PER_USE"`| no |
31
31
| project\_id | The project ID to manage the Cloud SQL resources | string | n/a | yes |
32
32
| read\_replica\_activation\_policy | The activation policy for the read replica instances.Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string |`"ALWAYS"`| no |
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
@@ -200,8 +200,8 @@ mysql -S $HOME/mysql_sockets/myproject:region:instance -u user -p
200
200
| maintenance\_window\_day | The day of week (1-7) for the master instance maintenance. | number |`"1"`| no |
201
201
| maintenance\_window\_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | number |`"23"`| no |
202
202
| maintenance\_window\_update\_track | The update track of maintenance window for the master instance maintenance. Can be either `canary` or `stable`. | string |`"stable"`| no |
203
+
| module\_depends\_on | List of modules or resources this module depends on. | list(any) |`<list>`| no |
203
204
| name | The name of the Cloud SQL resources | string | n/a | yes |
204
-
| peering\_completed | Optional. This is used to ensure that resources are created in the proper order when using private IPs and service network peering. | string |`""`| no |
205
205
| pricing\_plan | The pricing plan for the master instance. | string |`"PER_USE"`| no |
206
206
| project\_id | The project ID to manage the Cloud SQL resources | string | n/a | yes |
207
207
| read\_replica\_activation\_policy | The activation policy for the read replica instances. Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string |`"ALWAYS"`| no |
0 commit comments