mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-19 06:30:43 -04:00
doc nits tf provider
This commit is contained in:
parent
1a13e24428
commit
aa01ebc077
3 changed files with 20 additions and 6 deletions
|
@ -36,6 +36,12 @@ terraform {
|
|||
}
|
||||
```
|
||||
|
||||
Make sure to add the devbuild version number (without v prefix) as `<version>`. Alternatively, check the available versions here:
|
||||
|
||||
```bash
|
||||
ls ~/.terraform.d/plugins/registry.terraform.io/edgelesssys/constellation
|
||||
```
|
||||
|
||||
Alternatively, you can configure Terraform to use your binary by setting a [development override](https://developer.hashicorp.com/terraform/cli/config/config-file#development-overrides-for-provider-developers),
|
||||
so that the registry path to the provider is replaced with the path to the locally built provider.
|
||||
A `config.tfrc` file containing the necessary configuration can be created with the following commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue