You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting RDSInstance.forProvider.caCertificateIdentifier property value to rds-ca-rsa2048-g1 change is not reflected in provisioned RDS Instance (it still uses rds-ca-2019)
I tried to replicate this issue in v0.44.0 and I got a successful update from rds-ca-2019 to rds-ca-rsa2048-g1 without any issues. There is also not additional value in pendingModifiedValues.
Could it the non-update is cause by having spec.forProvider.applyModificationsImmediately: false?
What happened?
After setting
RDSInstance.forProvider.caCertificateIdentifier
property value tords-ca-rsa2048-g1
change is not reflected in provisioned RDS Instance (it still usesrds-ca-2019
)Might be related to: #1795
How can we reproduce it?
example RDS Instance:
After a while resource is provisioned provisioned
When we look on AWS Console we can see that our database is using
rds-ca-2019
CA Certificate which is wrong because we set it tords-ca-rsa2048-g1
:When we check RDS Instance status we can see below pendingModifiedValues:
In AWS Console there is no pending modification, restarting RDS Instance also didn't help
What environment did it happen in?
1.13.2
xpkg.upbound.io/crossplane-contrib/provider-aws:v0.43.0
AWS
1.24.x
EKS
The text was updated successfully, but these errors were encountered: