Skip to content

Commit

Permalink
Merge pull request #105 from Matthewsre/develop
Browse files Browse the repository at this point in the history
Fixed for_each to now use toset
  • Loading branch information
Matthewsre authored Jun 19, 2021
2 parents 1daceb2 + 3b0784d commit fc4a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/microservice/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ locals {
}

resource "azurerm_app_service_custom_hostname_binding" "microservice" {
for_each = toset(local.custom_domain_apps_service_maps)
for_each = local.custom_domain_apps_service_maps

hostname = var.custom_domain
app_service_name = each.key
Expand Down

0 comments on commit fc4a2b2

Please sign in to comment.