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 1, 2024
1 parent 7bdf59c commit d83b2fb
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 @@ -17,7 +17,7 @@ resource "azurerm_dns_txt_record" "website" {
resource_group_name = data.azurerm_dns_zone.rockpal-co-uk.resource_group_name
ttl = 300
record {
value = azurerm_container_app.website.custom_domain_verification_id
value = azurerm_container_app_environment.apps.custom_domain_verification_id
}
}

Expand Down

0 comments on commit d83b2fb

Please sign in to comment.