Skip to content

Commit

Permalink
Merge pull request #273 from sschne/f/load-test
Browse files Browse the repository at this point in the history
feat(resource): add load_test resource
  • Loading branch information
arnaudlh authored Mar 13, 2024
2 parents 58481c2 + 7a79e20 commit 2c8615e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_linux_virtual_machine_scale_set ||
|azurerm_linux_web_app ||
|azurerm_linux_web_app_slot ||
|azurerm_load_test ||
|azurerm_local_network_gateway ||
|azurerm_log_analytics_cluster ||
|azurerm_log_analytics_data_export_rule ||
Expand Down
6 changes: 4 additions & 2 deletions 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 @@ -3852,5 +3852,16 @@
"dashes": true,
"lowercase": false,
"regex": "\"[^a-zA-Z0-9\\\\-\\\\._]\""
},
{
"name": "azurerm_load_test",
"min_length": 1,
"max_length": 64,
"validation_regex": "\"^[a-zA-Z][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9|]$\"",
"scope": "global",
"slug": "load",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z-_]\""
}
]

0 comments on commit 2c8615e

Please sign in to comment.