Giter Site home page Giter Site logo

Comments (5)

bflad avatar bflad commented on August 10, 2024

Hi @qiangtang 👋 In order for the provider to correctly load both in production and in debug is to provide a full provider address in the Address field. It address does not need to be a published provider in the Terraform Registry, if you are using Terraform CLI configuration file development overrides. For example:

opts := providerserver.ServeOpts{
  Address: "example.com/example/tca", // or registry.terraform.io/example/tca
  Debug: debug,
}

Any Terraform configuration referencing this provider must use the same provider address for everything to work properly.

from terraform-provider-scaffolding-framework.

qiangtang avatar qiangtang commented on August 10, 2024

Thanks for your reply, @bflad.
Does the address in v0.8.0 has to be a network repo url ?
If so, how to file this address when the provider just in developing on local side as what been supported in v0.7.0 ?

The path I used as below and works fine in v0.7.0 but broken in v0.8.0, same path string in the dev_overrides section in my rc file.
terraform { required_providers { tca = { source = "terraform/provider/tca" } } }

from terraform-provider-scaffolding-framework.

bflad avatar bflad commented on August 10, 2024

Hi @qiangtang 👋 Apologies for the long delay, I missed the notification for this. Are you still having issues?

from terraform-provider-scaffolding-framework.

qiangtang avatar qiangtang commented on August 10, 2024

Thanks @bflad , yes , I have already updated and fixed on my side.

from terraform-provider-scaffolding-framework.

github-actions avatar github-actions commented on August 10, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

from terraform-provider-scaffolding-framework.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.