Where can I get information on allowed DatabaseIns...
# general
i
Where can I get information on allowed DatabaseInstanceArgs values like
availabilityType
and
crashSafeReplication
https://pulumi.io/reference/pkg/nodejs/@pulumi/gcp/sql/
I’m looking to setup my failover replica
and
backupConfiguration: { startTime }
- there is no documentation on what that value would look like.
I’m happy to look up this stuff myself, I just don’t know where to source this info. I’ve looked at the equivalent terraform info and found some information. Is this the source? https://www.terraform.io/docs/providers/google/r/sql_database_instance.html#availability_type
g
For some, you might need to check the Google Cloud API docs directly.
crashSafeReplicationEnabled
is explained in more detail at https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/insert.
👍 1
Our GCP provider is currently built on top of Terraform's so that's why you're seeing similar information in their docs too.