If I manually change the db parameter group for an...
# aws
m
If I manually change the db parameter group for an RDS instance manually, I will need to reboot the instance. If I make the change with Pulumi, does
pulumi up
reboot the db instance (with failover?), or does it just make the change "pending" until I manually reboot?
I see it does make it "pending".