diff --git a/examples/provider-install-verification/.terraformrc_back b/examples/provider-install-verification/.terraformrc_back new file mode 100644 index 0000000..490128d --- /dev/null +++ b/examples/provider-install-verification/.terraformrc_back @@ -0,0 +1,11 @@ +provider_installation { + + dev_overrides { + "hashicorp.com/edu/hashicups" = "/Users/z/go/bin" + } + + # For all other providers, install them directly from their origin provider + # registries as normal. If you omit this, Terraform will _only_ use + # the dev_overrides block, and so no other providers will be available. + direct {} +}