Trying to figure out the correct approach to use a...
# general
a
Trying to figure out the correct approach to use a provider in my stack that exists in TF. 1. Create a new dynamic provider 2. Use RemoteStateReference inside dynamic provider to interact with TF Is that the recommended way? In my case TF provider is needed for smaller part of the stack, and basically it means that state will be external to Pulumi Cloud where rest of the stack state is managed.