Open SarahFrench opened 1 year ago
It looks like the API docs for this field now read:
Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availabilityType is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
The terraform docs seem outdated.
(I'm raising this question on behalf of a customer)
https://github.com/hashicorp/terraform-provider-google/blob/adad0083a54713eedff133dc3cbd78ccd5707797/website/docs/r/alloydb_instance.html.markdown?plain=1#L215-L223
Is this description of the
google_alloydb_instance
resource'savailability_type
field still accurate? I've been responding to a customer ticket where they're confused about how this field should behave.For example when I've been experimenting with provisioning Alloy DB resources I've found that I can provision a primary instance that is zonal, and this contradicts the line "Only READ_POOL instance supports ZONAL type":
IPL-3850
b/322317508