azure_cdn: use subgroups, attempt 4
This commit is contained in:
parent
7eb2eaf36f
commit
705cd306c4
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue