azure_cdn: use subgroups, attempt 4

This commit is contained in:
Iain Learmonth 2022-04-25 15:08:15 +01:00
parent 7eb2eaf36f
commit 705cd306c4

View file

@ -72,8 +72,7 @@ class ProxyAzureCdnAutomation(ProxyAutomation):
{% for subgroup in subgroups[group.id] %}
resource "azurerm_cdn_profile" "profile_{{ group.id }}_{{ subgroup }}" {
name = module.label_{{ group.id }}.id
attributes = ["sub{{ subgroup }}"]
name = "${module.label_{{ group.id }}.id}-sub{{ subgroup }}"
location = "{{ azure_location }}"
resource_group_name = data.azurerm_resource_group.this.name
sku = "Standard_Microsoft"