Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Missing Map Accounts Resource #492

Open
leethanh2112 opened this issue Aug 22, 2023 · 0 comments
Open

[bug] Missing Map Accounts Resource #492

leethanh2112 opened this issue Aug 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@leethanh2112
Copy link
Contributor

leethanh2112 commented Aug 22, 2023

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] (#493)

@leethanh2112 leethanh2112 added the bug Something isn't working label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant