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
RDSInstance.forProvider.caCertificateIdentifier will currently only be updated during a ModifyDBInstance call, see #1889 for more information.
This can be confusing if you have setspec.forProvider.applyModificationsImmediately = false and you miss your modification window.
How could Crossplane help solve your problem?
The value of RDSInstance.forProvider.caCertificateIdentifier should be set during the createDBInstance call.
This value is supported as of [email protected]
The text was updated successfully, but these errors were encountered:
What problem are you facing?
RDSInstance.forProvider.caCertificateIdentifier
will currently only be updated during aModifyDBInstance
call, see #1889 for more information.This can be confusing if you have set
spec.forProvider.applyModificationsImmediately = false
and you miss your modification window.How could Crossplane help solve your problem?
The value of
RDSInstance.forProvider.caCertificateIdentifier
should be set during the createDBInstance call.This value is supported as of [email protected]
The text was updated successfully, but these errors were encountered: