You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ To enable experiments set the experiments field in the provider definition:
183
183
```hcl
184
184
provider "stackit" {
185
185
default_region = "eu01"
186
-
experiments = ["iam"]
186
+
experiments = ["iam", "routing-tables"]
187
187
}
188
188
```
189
189
@@ -193,6 +193,10 @@ provider "stackit" {
193
193
194
194
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.
195
195
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
+
196
200
## Acceptance Tests
197
201
198
202
Terraform acceptance tests are run using the command `make test-acceptance-tf`. For all services,
0 commit comments