Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #321 from LaurentLesle/aci_network
Browse files Browse the repository at this point in the history
Fix missing asvm permissions in template in single sub
  • Loading branch information
arnaudlh committed Feb 16, 2022
2 parents f291a7d + d354195 commit 2fd3d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ subscriptions:
- connectivity # only when deploying in single subscription
- identity # only when deploying in single subscription
- management # only when deploying in single subscription
- subscription_creation_landingzones # # only when deploying in single subscription
Reader:
azuread_groups:
keys:
Expand Down
3 changes: 3 additions & 0 deletions templates/resources/subscriptions.tfvars.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ subscriptions = {
{% for key, value in resources.subscriptions[subscription_key].subscriptions.items() %}
{{ key }} = {
name = "{{ value.name }}"
{% if value.create_alias is defined %}
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 }}"
enrollment_account_name = "{{ config.caf_terraform.billing_subscription_role_delegations.enrollment_account_name }}"
Expand Down

0 comments on commit 2fd3d1d

Please sign in to comment.