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
direct: internal: merge IResourceNoRefresh and IResourceWithRefresh (#3932)
## Changes
Remove ability to specify DoCreate/DoUpdate/Wait.. without remoteState
return, now all methods must return remote state (can be nil if not
available).
## Why
Simplification, there are too many DoUpdate variants.
For resources that do not have remote state the new approach is slightly
more verbose.
However, for some resources it also highlights missing opportunity to
return remote state, e.g. database_catalogs.go
## Tests
Existing tests.
0 commit comments