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
Oh, I'd also add that the docs for ClusterInstance say this:
Name of the database engine to be used for the RDS cluster instance. Valid Values: aurora-mysql, aurora-postgresql, mysql, postgres.(Note that mysql and postgres are Multi-AZ RDS clusters).
Hi @cnemo-cenic - thank you for making us aware. Due to #4881 this process is not currently automated. We should be able to have this support for you soon.
The mysql and postgres engine types are not supported by the ClusterInstance resource / EngineType enum.
These were added to Terraform a few years ago to support Multi-AZ RDS clusters: hashicorp/terraform-provider-aws#23475
Basically impossible to setup Multi-AZ RDS clusters with pulumi-aws right now!
The problem is in this file, which contains a warning that it is generated by tfgen.
pulumi-aws/sdk/nodejs/types/enums/rds/index.ts
Line 14 in 6ef58a7
The text was updated successfully, but these errors were encountered: