If I change the `identifier` of a `aws.rds.Instanc...
# general
f
If I change the
identifier
of a
aws.rds.Instance
, Pulumi thinks it needs to replace the instance. This property is actually able to be changed in place.
g
Sounds like a bug. Can you open an issue at github.com/pulumi/pulumi-aws ?
f
b
@full-dress-10026 / @gentle-diamond-70147 this is not a big
Bug*
g
Gah... no?
b
This is how the terraform provider works as well
g
Oh, bug in terraform provider then? Or is that actually not able to be updated in place?
b
I don’t believe so - I don’t believe the aws cli even allows this
f
I can definitely change this via the AWS console.
b
I don’t believe it’s possible anywhere other than there - the api doesn’t seem to have an operation for it
I made most of this terraform provider and looked at so many different ways of trying to allow it to change
f
So strange. Wonder how the console does this.
g
Is it an immediate change in the console? Maybe it waits for a maintenance window to make a change? (pure speculation)
f
I can select immediate or wait for maintenance window.
b
Can you tag me (@stack72) in that issue and I can look tomorrow when I’m working @full-dress-10026
f
Sure
b
Thanks!!