caf-terraform-landingzones icon indicating copy to clipboard operation
caf-terraform-landingzones copied to clipboard

[bug] Missing Map Accounts Resource

Open leethanh2112 opened this issue 1 year ago • 0 comments

Describe the bug I am unable to add the resources map_accounts because they are missing in landingzone.tf on branch int-5.7.0

To Reproduce Steps to reproduce the behavior: Add new configuration for map_accounts as below

maps = { maps_accounts = { demo-maps-accounts = { name = "demo-maps-accounts" resource_group = { key = "demo-maps-accounts" } sku_name = "S1" tags = { environment = "sandpit" } keyvault = { key = "demo-maps-accounts" } } } }

Expected behavior Resources are deployed

Screenshots image

Configuration (please complete the following information):

  • Version of the landing zone int-5.7.0

Additional context I created [pull-request 493] (https://github.com/Azure/caf-terraform-landingzones/pull/493)

leethanh2112 avatar Aug 22 '23 16:08 leethanh2112