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
| <aname="input_authorized_networks"></a> [authorized\_networks](#input\_authorized\_networks)| List of mapped public networks authorized to access to the instances. Default - short range of GCP health-checkers IPs |`list(map(string))`| <pre>[<br> {<br> "name": "sample-gcp-health-checkers-range",<br> "value": "130.211.0.0/28"<br> }<br>]</pre> | no |
30
-
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| The name of the SQL Database instance |`string`|`"example-mysql-public"`| no |
31
-
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| The ID of the project in which resources will be provisioned. |`string`| n/a | yes |
32
-
| <aname="input_region"></a> [region](#input\_region)| The region of the Cloud SQL resources |`string`|`"us-central1"`| no |
30
+
| project\_id | The ID of the project in which resources will be provisioned. |`string`| n/a | yes |
33
31
34
32
## Outputs
35
33
36
34
| Name | Description |
37
35
|------|-------------|
38
-
| <aname="output_backup_workflow_name"></a> [backup\_workflow\_name](#output\_backup\_workflow\_name)| The name for internal backup workflow |
39
-
| <aname="output_export_workflow_name"></a> [export\_workflow\_name](#output\_export\_workflow\_name)| The name for export workflow |
40
-
| <aname="output_instance_name"></a> [instance\_name](#output\_instance\_name)| The name of the SQL instance |
41
-
| <aname="output_project_id"></a> [project\_id](#output\_project\_id)| The project ID used |
42
-
| <aname="output_service_account"></a> [service\_account](#output\_service\_account)| The service account email running the scheduler and workflow |
43
-
| <aname="output_workflow_location"></a> [workflow\_location](#output\_workflow\_location)| The location where the workflows run |
36
+
| backup\_workflow\_name | The name for internal backup workflow |
37
+
| export\_workflow\_name | The name for export workflow |
38
+
| instance\_name | The name of the SQL instance |
39
+
| mysql-password | n/a |
40
+
| project\_id | The project ID used |
41
+
| service\_account | The service account email running the scheduler and workflow |
42
+
| workflow\_location | The location where the workflows run |
| <aname="input_authorized_networks"></a> [authorized\_networks](#input\_authorized\_networks)| List of mapped public networks authorized to access to the instances. Default - short range of GCP health-checkers IPs |`list(map(string))`| <pre>[<br> {<br> "name": "sample-gcp-health-checkers-range",<br> "value": "130.211.0.0/28"<br> }<br>]</pre> | no |
30
-
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| The name of the SQL Database instance |`string`|`"example-mysql-public"`| no |
31
-
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| The ID of the project in which resources will be provisioned. |`string`| n/a | yes |
32
-
| <aname="input_region"></a> [region](#input\_region)| The region of the Cloud SQL resources |`string`|`"us-central1"`| no |
30
+
| project\_id | The ID of the project in which resources will be provisioned. |`string`| n/a | yes |
33
31
34
32
## Outputs
35
33
36
34
| Name | Description |
37
35
|------|-------------|
38
-
| <aname="output_backup_workflow_name"></a> [backup\_workflow\_name](#output\_backup\_workflow\_name)| The name for internal backup workflow |
39
-
| <aname="output_export_workflow_name"></a> [export\_workflow\_name](#output\_export\_workflow\_name)| The name for export workflow |
40
-
| <aname="output_instance_name"></a> [instance\_name](#output\_instance\_name)| The name of the SQL instance |
41
-
| <aname="output_project_id"></a> [project\_id](#output\_project\_id)| The project ID used |
42
-
| <aname="output_service_account"></a> [service\_account](#output\_service\_account)| The service account email running the scheduler and workflow |
43
-
| <aname="output_workflow_location"></a> [workflow\_location](#output\_workflow\_location)| The location where the workflows run |
36
+
| backup\_workflow\_name | The name for internal backup workflow |
37
+
| export\_workflow\_name | The name for export workflow |
38
+
| instance\_name | The name of the SQL instance |
39
+
| project\_id | The project ID used |
40
+
| service\_account | The service account email running the scheduler and workflow |
41
+
| workflow\_location | The location where the workflows run |
0 commit comments