Whats the difference and use case for `{resource}.get()` (get) and `get{Resource}()` (provider) func...
s
Whats the difference and use case for
{resource}.get()
(get) and
get{Resource}()
(provider) functions? i.e getVpc() and Vpc.get()