docs: add routing-tables to experiment (#898)

Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
This commit is contained in:
Mauritz Uphoff 2025-07-02 17:03:02 +02:00 committed by GitHub
parent 9ff9b8f610
commit 3c5c8e0a6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@ To enable experiments set the experiments field in the provider definition:
```hcl
provider "stackit" {
default_region = "eu01"
experiments = ["iam"]
experiments = ["iam", "routing-tables"]
}
```
@ -193,6 +193,10 @@ provider "stackit" {
Enables IAM management features in the Terraform provider. The underlying IAM API is expected to undergo a redesign in the future, which leads to it being considered experimental.
#### `routing-tables`
This feature enables experimental routing table capabilities in the Terraform Provider, available only to designated SNAs at this time.
## Acceptance Tests
Terraform acceptance tests are run using the command `make test-acceptance-tf`. For all services,