Skip to content

Commit

Permalink
Merge pull request #252 from sschne/f/route-server
Browse files Browse the repository at this point in the history
Add azurerm_route_server
  • Loading branch information
arnaudlh authored Jan 11, 2024
2 parents 07c3005 + cbfb110 commit 83bb244
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_role_definition ||
|azurerm_route ||
|azurerm_route_filter ||
|azurerm_route_server ||
|azurerm_route_table ||
|azurerm_search_service ||
|azurerm_security_center_auto_provisioning ||
Expand Down
4 changes: 3 additions & 1 deletion azurecaf/models_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_route_server",
"min_length": 1,
"max_length": 80,
"validation_regex": "\"^[a-zA-Z0-9][a-zA-Z0-9-._]{0,78}[a-zA-Z0-9_]$\"",
"scope": "resourceGroup",
"slug": "rts",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_route_table",
"min_length": 1,
Expand Down

0 comments on commit 83bb244

Please sign in to comment.