Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Where Terraform puts the provider#

Sumit Rawal answered on May 19, 2023 Popularity 5/10 Helpfulness 1/10

Contents


More Related Answers

  • terraform fmt
  • terraform random provider
  • element function in terraform
  • check terraform state
  • terraform-provider-azurerm
  • lookup function in terraform
  • terraform output
  • aws instance creation using terraform
  • terraform aws provider
  • terraform state
  • 7. What are the advantages of Terraform?
  • how many ways you can create the varible in terraform
  • check which backend terraform
  • terraform backed
  • AWS terraform provider.tf
  • terraform-docs
  • terraform variable types
  • terraform element function
  • Terraform project example#
  • what is a module terraform
  • What is Terraform?
  • what is a module terraform
  • Create terraform file for variables
  • all terraform providers
  • terraform fmt
  • setup terraform wrapper
  • check terraform state
  • check terraform state
  • check terraform state
  • all terraform providers

  • Where Terraform puts the provider#

    0

    What happens to the provider then? Terraform simply puts it inside the project where you are currently working in a special folder called .terraform.

    The provider is actually a separate binary that Terraform calls out at a run time to do its work. As an interesting aside, the name of the provider binary is always in the format terraform-provider-_vX.Y.Z. Terraform uses this convention to search for providers on your machine so that it knows if you have a particular version of a provider when you run terraform init. Based on this, it decides whether or not to download it.

    Popularity 5/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 19 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.