From 161d6666c1c1fc76760546c24d01817af6abe450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Ferr=C3=A3o?= Date: Tue, 25 Jun 2024 13:22:13 +0100 Subject: [PATCH] fix link to beta guide in the README (#424) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f32a5784..e5b4ae45 100644 --- a/README.md +++ b/README.md @@ -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