GoogleCloudPlatform / terraform-google-alloy-db

Creates an Alloy DB instance
https://registry.terraform.io/modules/GoogleCloudPlatform/alloy-db/google
Apache License 2.0
17 stars 16 forks source link

Support for creating Basic (Zonal) Instances #33

Closed jdub55 closed 8 months ago

jdub55 commented 9 months ago

It looks like creation of a basic (zonal) AlloyDB instance is now GA (https://cloud.google.com/alloydb/docs/basic-instance#gcloud)

Can we add Terraform Support for creating this type of AlloyDB instance?

imrannayer commented 8 months ago

@jdub55 apparently module was written in a way that it was always possible to provide primary instance zone and availability type. You can pass gce_zone and availability_type in variable primary_instance.

Go ahead and try.