Skip to content

Commit 3c5c8e0

Browse files
authored
docs: add routing-tables to experiment (#898)
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
1 parent 9ff9b8f commit 3c5c8e0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To enable experiments set the experiments field in the provider definition:
183183
```hcl
184184
provider "stackit" {
185185
default_region = "eu01"
186-
experiments = ["iam"]
186+
experiments = ["iam", "routing-tables"]
187187
}
188188
```
189189

@@ -193,6 +193,10 @@ provider "stackit" {
193193

194194
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.
195195

196+
#### `routing-tables`
197+
198+
This feature enables experimental routing table capabilities in the Terraform Provider, available only to designated SNAs at this time.
199+
196200
## Acceptance Tests
197201

198202
Terraform acceptance tests are run using the command `make test-acceptance-tf`. For all services,

0 commit comments

Comments
 (0)