Skip to content

Commit

Permalink
fixing locals.tf in slots examples
Browse files Browse the repository at this point in the history
  • Loading branch information
donovm4 committed Oct 1, 2024
1 parent 37b9a20 commit fa773ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deployment_slot_with_interfaces/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
"westus"
]
azurerm_private_dns_zone_resource_name = "privatelink.${local.reformatted_subdomain}"
default_host_name = module.avm-res-web-site.resource_uri
default_host_name = module.avm_res_web_site.resource_uri
reformatted_subdomain = join(".", slice(local.split_subdomain, 1, length(local.split_subdomain)))
split_subdomain = split(".", local.default_host_name)
}

0 comments on commit fa773ff

Please sign in to comment.