sparse-intern-71089
10/13/2022, 10:50 AMcreamy-knife-93354
10/13/2022, 11:06 AMReplaceOnChanges
on those subnet groups.
ReplaceOnChanges = new List<string> { "*" }
But now I'm hitting the next error, You cannot move DB instance development-postgresql5cf0ed8 to subnet group development-postgresql-subnetgroup-d532d2f. The specified DB subnet group and DB instance are in the same VPC. Choose a DB subnet group in different VPC than the specified DB instance and try again.
So apparently you can only change the subnet group of an RDS instance if you are also moving it to a different VPC. That's a bit unfortunate. 😞creamy-knife-93354
10/13/2022, 12:28 PMpulumi up
was successful. All is well 🥳