chore: initial push to be able to work together
This commit is contained in:
parent
81e8d48cf6
commit
30070d8470
263 changed files with 45437 additions and 2 deletions
10
sample/sample.tfrc.example
Normal file
10
sample/sample.tfrc.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
provider_installation {
|
||||
dev_overrides {
|
||||
"registry.terraform.io/stackitcloud/stackitalpha" = "<CURRENT PROJECT PATH>/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 {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue