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
internal/provider/sdkv2: support non-refresh apply in identity interceptor
Previously a non-refresh apply would result in the identity interceptor short circuiting for any resources with immutable identities, even if the existing identity was fully null. This change adds an additional check for fully null identity attributes, enabling cases where a non-refresh apply is executed immediately after upgrading to a provider version which newly supports resource identity for a given resource.
0 commit comments