Skip to content

Commit

Permalink
Update dns.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jul 2, 2024
1 parent c4903c9 commit 83cd5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/instance/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "azurerm_dns_txt_record" "monitoring" {

module "container_apps_bind_dns" {
source = "./container_apps_bind_dns"
container_app_resource_group_name = azurerm_resource_group.instance.name
container_app_resource_group_name = data.azurerm_container_app_environment.apps.resource_group_name
container_app_env_name = data.azurerm_container_app_environment.apps.name
container_app_env_resource_group_name = data.azurerm_container_app_environment.apps.resource_group_name
services = [
Expand Down

0 comments on commit 83cd5f3

Please sign in to comment.