faint-father-49077
06/14/2023, 4:22 AM--engine-mode
and --allow-engine-mode-change
parameters in modify-db-cluster
(I have confirmed this works via the CLI).
If I change my aws.rds.Cluster's engineMode
value from "serverless" to "provisioned" and try a pulumi up
, the process fails ("DB Cluster already exists") as it tries to replace the cluster.
There doesn't seem to be an equivalent to the allow-engine-mode-change
parameter in the aws.rds.Cluster definition in the Pulumi documentation.
I am using Pulumi version 3.70.0.