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
ApplyModificationsImmediately is true by default. So, just creating an RDS instance and putting a breakpoint on the Update call of the ExternalClient would show you.
What environment did it happen in?
Crossplane version: 0.4.0
The text was updated successfully, but these errors were encountered:
What happened?
When
spec.forProvider.ApplyModificationsImmediately
istrue
, the patch object includesApplyImmediately
all the time because that doesn't exist in the corresponding SDK object. Details noted here https://github.com/crossplaneio/stack-aws/blob/master/pkg/clients/rds/rds.go#L444How can we reproduce it?
ApplyModificationsImmediately
istrue
by default. So, just creating an RDS instance and putting a breakpoint on theUpdate
call of theExternalClient
would show you.What environment did it happen in?
Crossplane version: 0.4.0
The text was updated successfully, but these errors were encountered: