doc nits tf provider

This commit is contained in:
Adrian Stobbe 2023-12-15 13:22:51 +01:00
parent 1a13e24428
commit aa01ebc077
3 changed files with 20 additions and 6 deletions

View file

@ -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: