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
I think this might just be as simple as adding `availability_type` to the https://github.com/terraform-google-modules/terraform-google-sql-db/blob/master/modules/postgresql/read_replica.tf#L38 resource.
Additional information
No response
The text was updated successfully, but these errors were encountered:
The PR is merged but we'll have a wait a bit for v12.0.0 because there's an upstream provider issue that is causing us to delay the release. If the fix isn't in early next week, we'll cut a release anyway. For now, feel free to pin it to master to get this feature.
TL;DR
The Terraform Google Cloud Provider supports specifying availability_type for read replicas, but the module does not (see here).
This is a feature request to add the field for read replicas.
Terraform Resources
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#availability_type
Detailed design
Additional information
No response
The text was updated successfully, but these errors were encountered: