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

multiple provider blocks required due to open feature requests with terraform. #3

Open
jameswestall opened this issue Dec 13, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jameswestall
Copy link
Owner

jameswestall commented Dec 13, 2020

Upstream Issue(s):
hashicorp/terraform#25244
hashicorp/terraform#19932

Ideal Code set:

module "Foundry-Project-Areas" {
  for_each        = var.foundry_project_list
  source          = "./Modules/Foundry-Azure-Spoke"
  subscription_id = each.value.subscription_id
  areaPrefix      = each.value.areaPrefix
  customerName    = var.customerName
  deployRegion    = var.deployRegion
  client_id       = var.client_id
  client_secret   = var.client_secret
  tenant_id       = var.tenant_id
}

Notes:
N/A

@jameswestall jameswestall added the enhancement New feature or request label Dec 13, 2020
@jameswestall jameswestall self-assigned this Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant