Skip to content

Commit

Permalink
Including Add support for azurerm_web_application_firewall_policy #106
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Aug 24, 2021
1 parent 1edc838 commit 25f3d3a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_monitor_scheduled_query_rules_log ||
|azurerm_monitor_smart_detector_alert_rule ||
|azurerm_mssql_database ||
|azurerm_mssql_mi ||
|azurerm_mssql_database_extended_auditing_policy ||
|azurerm_mssql_database_vulnerability_assessment_rule_baseline ||
|azurerm_mssql_elasticpool ||
|azurerm_mssql_mi ||
|azurerm_mssql_server ||
|azurerm_mssql_server_extended_auditing_policy ||
|azurerm_mssql_server_security_alert_policy ||
Expand Down Expand Up @@ -675,7 +675,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_vpn_gateway_connection ||
|azurerm_vpn_server_configuration ||
|azurerm_vpn_site ||
|azurerm_web_application_firewall_policy | |
|azurerm_web_application_firewall_policy | |
|azurerm_windows_virtual_machine ||
|azurerm_windows_virtual_machine_scale_set ||

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 @@ -1002,6 +1002,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z]\""
},
{
"name": "azurerm_web_application_firewall_policy",
"min_length": 1,
"max_length": 80,
"validation_regex": "\"^[a-zA-Z0-9][a-zA-Z0-9]{0,78}[a-zA-Z0-9]$\"",
"scope": "global",
"slug": "wafw",
"dashes": false,
"lowercase": false,
"regex": "\"[^0-9A-Za-z]\""
},
{
"name": "azurerm_hdinsight_hadoop_cluster",
"min_length": 3,
Expand Down

0 comments on commit 25f3d3a

Please sign in to comment.