Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuii committed Nov 29, 2023
1 parent 1f1e570 commit 7e3854c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/provider-install-verification/.terraformrc_back
Original file line number Diff line number Diff line change
@@ -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 {}
}

0 comments on commit 7e3854c

Please sign in to comment.