Hello everyone, has anyone experience with using t...
# general
t
Hello everyone, has anyone experience with using the Terraform Provider for Pact with the Pulumi Terraform Bridge? Setup seems to work fine, but as soon as I configure anything else than the Provider I get the error message "error: rpc error: code = Unknown desc = "host": required field is not set", eventhough I'm absolutely sure that the provider has the host argument set correctly.
For anyone interested: Works absolutely fine, just accidentally created a second provider instance and the ressource I tried to create used the default provider instead. Just needed to pass it the configured provider or configure the default one using the CLI/configuration files.