Anyone have issues changing a `aws.rds.Instance` ...
# aws
l
Anyone have issues changing a
aws.rds.Instance
instanceClass
property? I deployed a Instance then wanted to modify the instance type, pulumi detects the change and runs the Update but the RDS instance does not appear to change in AWS Console.
Solved my own problem:
Copy code
applyImmediately: true,
(missed this in the docs)