Skip to content

Commit

Permalink
Merge branch 'main' into env
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Nov 1, 2022
2 parents bf74ec4 + cfe853a commit 660b76a
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 21 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,13 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_bot_connection ||
|azurerm_bot_web_app ||
|azurerm_cdn_endpoint ||
|azurerm_cdn_frontdoor_custom_domain ||
|azurerm_cdn_frontdoor_endpoint ||
|azurerm_cdn_frontdoor_firewall_policy ||
|azurerm_cdn_frontdoor_origin ||
|azurerm_cdn_frontdoor_origin_group ||
|azurerm_cdn_frontdoor_profile ||
|azurerm_cdn_frontdoor_route ||
|azurerm_cdn_frontdoor_rule ||
|azurerm_cdn_frontdoor_rule_set ||
|azurerm_cdn_frontdoor_secret ||
Expand Down Expand Up @@ -493,7 +495,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_monitor_diagnostic_categories ||
|azurerm_monitor_diagnostic_setting ||
|azurerm_monitor_log_profile ||
|azurerm_monitor_metric_alert | |
|azurerm_monitor_metric_alert | |
|azurerm_monitor_private_link_scope ||
|azurerm_monitor_scheduled_query_rules_alert ||
|azurerm_monitor_scheduled_query_rules_log ||
Expand Down Expand Up @@ -539,6 +541,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_network_service_tags ||
|azurerm_network_watcher ||
|azurerm_network_watcher_flow_log ||
|azurerm_nginx_deployment ||
|azurerm_notification_hub ||
|azurerm_notification_hub_authorization_rule ||
|azurerm_notification_hub_namespace ||
Expand Down Expand Up @@ -567,6 +570,10 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_private_dns_cname_record ||
|azurerm_private_dns_mx_record ||
|azurerm_private_dns_ptr_record ||
|azurerm_private_dns_resolver ||
|azurerm_private_dns_resolver_dns_forwarding_ruleset ||
|azurerm_private_dns_resolver_inbound_endpoint ||
|azurerm_private_dns_resolver_outbound_endpoint ||
|azurerm_private_dns_srv_record ||
|azurerm_private_dns_txt_record ||
|azurerm_private_dns_zone ||
Expand Down
22 changes: 19 additions & 3 deletions azurecaf/models_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/resources/azurecaf_name.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Current supported resource types:
| azurerm_managed_disk| dsk| 1| 80| false| "^[a-zA-Z0-9_]{1,80}$"|
| azurerm_virtual_machine| vm| 1| 15| false| "^[^\\/\"\\[\\]:|<>+=;,?*@&_][^\\/\"\\[\\]:|<>+=;,?*@&]{0,13}[^\\/\"\\[\\]:|<>+=;,?*@&.-]$"|
| azurerm_virtual_machine_scale_set| vmss| 1| 15| false| "^[^\\/\"\\[\\]:|<>+=;,?*@&_][^\\/\"\\[\\]:|<>+=;,?*@&]{0,13}[^\\/\"\\[\\]:|<>+=;,?*@&.-]$"|
| azurerm_windows_virtual_machine| vm| 1| 15| false| "^[^\\/\"\\[\\]:|<>+=;,?*@&_][^\\/\"\\[\\]:|<>+=;,?*@&]{0,13}[^\\/\"\\[\\]:|<>+=;,?*@&.-]$"|
| azurerm_windows_virtual_machine_scale_set| vmss| 1| 15| false| "^[^\\/\"\\[\\]:|<>+=;,?*@&_][^\\/\"\\[\\]:|<>+=;,?*@&]{0,13}[^\\/\"\\[\\]:|<>+=;,?*@&.-]$"|
| azurerm_windows_virtual_machine| vm| 1| 64| false| "^[^\\/\"\\[\\]:|<>+=;,?*@&_][^\\/\"\\[\\]:|<>+=;,?*@&]{0,62}[^\\/\"\\[\\]:|<>+=;,?*@&.-]$"|
| azurerm_windows_virtual_machine_scale_set| vmss| 1| 64| false| "^[^\\/\"\\[\\]:|<>+=;,?*@&_][^\\/\"\\[\\]:|<>+=;,?*@&]{0,62}[^\\/\"\\[\\]:|<>+=;,?*@&.-]$"|
| azurerm_containerGroups| cg| 1| 63| false| "^[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$"|
| azurerm_container_registry| cr| 1| 63| true| "^[a-zA-Z0-9]{1,63}$"|
| azurerm_container_registry_webhook| crwh| 1| 50| false| "^[a-zA-Z0-9]{1,50}$"|
Expand Down
Loading

0 comments on commit 660b76a

Please sign in to comment.