fix link to beta guide in the README (#424)

This commit is contained in:
Diogo Ferrão 2024-06-25 13:22:13 +01:00 committed by GitHub
parent 3e2e8e3a45
commit 161d6666c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ To use beta resources in the STACKIT Terraform provider, follow these steps:
> **Note**: The environment variable takes precedence over the provider configuration option. This means that if the `STACKIT_TF_ENABLE_BETA_RESOURCES` environment variable is set to a valid value (`"true"` or `"false"`), it will override the `enable_beta_resources` option specified in the provider configuration.
For more details, please refer to the [beta resources configuration guide](TODO-LINK).
For more details, please refer to the [beta resources configuration guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources).
## Acceptance Tests