Skip to content

Commit

Permalink
Adding azurerm_monitor_data_collection_endpoint (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Hlosani Dube <[email protected]>
Co-authored-by: Arnaud Lheureux <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2024
1 parent db30ecc commit a9796bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_monitor_action_rule_suppression ||
|azurerm_monitor_activity_log_alert ||
|azurerm_monitor_autoscale_setting ||
|azurerm_monitor_data_collection_endpoint ||
|azurerm_monitor_diagnostic_categories ||
|azurerm_monitor_diagnostic_setting ||
|azurerm_monitor_log_profile ||
Expand Down
2 changes: 2 additions & 0 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 @@ -3193,6 +3193,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z _.-]\""
},
{
"name": "azurerm_monitor_data_collection_endpoint",
"min_length": 3,
"max_length": 44,
"validation_regex": "\"^[a-zA-Z0-9][a-zA-Z0-9-]{1,42}[a-zA-Z0-9]$\"",
"scope": "resourceGroup",
"slug": "dce",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_monitor_diagnostic_setting",
"min_length": 1,
Expand Down

0 comments on commit a9796bc

Please sign in to comment.