From 43e09b5efb63889ce081872de89ff81c570217bc Mon Sep 17 00:00:00 2001 From: LaurentLesle Date: Wed, 16 Feb 2022 23:15:06 +0000 Subject: [PATCH] Patch asvm jinja template --- templates/resources/subscriptions.tfvars.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/resources/subscriptions.tfvars.j2 b/templates/resources/subscriptions.tfvars.j2 index c304679f..034a6bf7 100644 --- a/templates/resources/subscriptions.tfvars.j2 +++ b/templates/resources/subscriptions.tfvars.j2 @@ -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 }}"