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)| n/a |`list`|`[]`| no |
57
55
| <aname="input_availability_type"></a> [availability\_type](#input\_availability\_type)| high availability (REGIONAL) or single zone (ZONAL) |`string`|`"REGIONAL"`| no |
58
56
| <aname="input_component"></a> [component](#input\_component)| A logical component of an application |`string`|`"db"`| no |
@@ -64,16 +62,19 @@ output "postgres_database" {
64
62
| <aname="input_db_mem_gb"></a> [db\_mem\_gb](#input\_db\_mem\_gb)| See: https://cloud.google.com/sql/pricing#2nd-gen-pricing|`string`|`"12"`| no |
65
63
| <aname="input_deletion_protection"></a> [deletion\_protection](#input\_deletion\_protection)| Whether the instance is protected from deletion (TF) |`bool`|`true`| no |
66
64
| <aname="input_deletion_protection_enabled"></a> [deletion\_protection\_enabled](#input\_deletion\_protection\_enabled)| Whether the instance is protected from deletion (API) |`bool`|`true`| no |
65
+
| <aname="input_edition"></a> [edition](#input\_edition)| Sets the edition, default to ENTERPRISE |`string`|`"ENTERPRISE"`| no |
67
66
| <aname="input_enable_insights_config_on_replica"></a> [enable\_insights\_config\_on\_replica](#input\_enable\_insights\_config\_on\_replica)| If true, will allow enable insights config on replica |`bool`|`false`| no |
68
67
| <aname="input_enable_private_path_for_google_cloud_services"></a> [enable\_private\_path\_for\_google\_cloud\_services](#input\_enable\_private\_path\_for\_google\_cloud\_services)| If true, will allow Google Cloud Services access over private IP. |`bool`|`false`| no |
69
68
| <aname="input_enable_public_ip"></a> [enable\_public\_ip](#input\_enable\_public\_ip)| If true, will assign a public IP to database instance. |`bool`|`false`| no |
| <aname="input_instance_version"></a> [instance\_version](#input\_instance\_version)| Version of database. Use this field if you need to spin up a new database instance. |`string`|`"v1"`| no |
71
71
| <aname="input_ip_configuration_require_ssl"></a> [ip\_configuration\_require\_ssl](#input\_ip\_configuration\_require\_ssl)| n/a |`bool`|`true`| no |
72
72
| <aname="input_maintenance_window_day"></a> [maintenance\_window\_day](#input\_maintenance\_window\_day)| n/a |`number`|`1`| no |
73
73
| <aname="input_maintenance_window_hour"></a> [maintenance\_window\_hour](#input\_maintenance\_window\_hour)| n/a |`number`|`17`| no |
74
74
| <aname="input_maintenance_window_update_track"></a> [maintenance\_window\_update\_track](#input\_maintenance\_window\_update\_track)| n/a |`string`|`"stable"`| no |
75
75
| <aname="input_network"></a> [network](#input\_network)| Network where the private peering should attach. |`string`|`"default"`| no |
76
76
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| n/a |`string`|`null`| no |
0 commit comments