We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
jameswestall
No branches or pull requests
Upstream Issue(s):
hashicorp/terraform#25244
hashicorp/terraform#19932
Ideal Code set:
Notes:
N/A
The text was updated successfully, but these errors were encountered: