Skip to content

Commit

Permalink
azurerm_portal_dashboard added
Browse files Browse the repository at this point in the history
  • Loading branch information
rfernandezdo committed Oct 9, 2023
1 parent e3a8ca1 commit 8d70943
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_cost_management_export_resource_group ||
|azurerm_custom_provider ||
|azurerm_dashboard ||
|azurerm_portal_dashboard ||
|azurerm_data_factory ||
|azurerm_data_factory_dataset_azure_blob ||
|azurerm_data_factory_dataset_cosmosdb_sqlapi ||
Expand Down
3 changes: 2 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 @@ -2918,6 +2918,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_portal_dashboard",
"min_length": 3,
"max_length": 160,
"validation_regex": "\"^[a-zA-Z0-9-]{3,160}$\"",
"scope": "parent",
"slug": "dsb",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_signalr_service",
"min_length": 3,
Expand Down

0 comments on commit 8d70943

Please sign in to comment.