Skip to content

Commit

Permalink
Merge branch 'sschne-f/application-insights-web-test'
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Nov 29, 2022
2 parents 4881bd5 + 15c5592 commit 7dad5bf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Issue-id](https://github.com/Azure/caf-terraform-landingzones/issues/ISSUE-ID-GOES-HERE)
# [Issue-id](https://github.com/aztfmod/terraform-provider-azurecaf/issues/ISSUE-ID-GOES-HERE)

## PR Checklist

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_application_insights ||
|azurerm_application_insights_analytics_item ||
|azurerm_application_insights_api_key ||
|azurerm_application_insights_web_test | |
|azurerm_application_insights_web_test | |
|azurerm_application_security_group ||
|azurerm_attestation ||
|azurerm_automation_account ||
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 @@ -2929,6 +2929,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_application_insights_web_test",
"min_length": 1,
"max_length": 64,
"validation_regex": "\"^[a-zA-Z][a-zA-Z0-9- ]{0,62}[a-zA-Z0-9]$\"",
"scope": "resourceGroup",
"slug": "appiwt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z- ]\""
},
{
"name": "aks_node_pool_linux",
"min_length": 1,
Expand Down

0 comments on commit 7dad5bf

Please sign in to comment.