acoustic-truck-53557
04/16/2022, 9:21 PMname
is deprecated and db_name
is its replacement. If I just replace name
with db_name
while provisioning rds.instance, pulumi thinks I'm changing the value for db_name
and plan to replace the instance. How can I just adjust the attribute (from name to db_name) without causing a replacement?billowy-army-68599
04/16/2022, 10:01 PMacoustic-truck-53557
04/16/2022, 10:02 PMflat-queen-33017
05/16/2022, 5:40 PMname
with dbName
The values will be the samesome-egg-62109
05/30/2022, 5:27 AMaliases=[pulumi.Alias(name="old_name")],
is not enough.flat-queen-33017
06/01/2022, 2:00 PM