This commit is contained in:
LaurentLesle 2022-02-16 23:15:06 +00:00
Родитель d354195d59
Коммит 43e09b5efb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@ subscriptions = {
{{ key }} = {
name = "{{ value.name }}"
{% if value.create_alias is defined %}
create_alias = {% value.create_alias | lower%}
create_alias = {{ value.create_alias | lower}}
{% endif %}
{% if value.subscription_id is not defined %}
billing_account_name = "{{ config.caf_terraform.billing_subscription_role_delegations.billing_account_name }}"