Skip to content

Commit

Permalink
Add output of the client custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 25, 2024
1 parent 5b1e520 commit bdd7fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ output "api_server_url" {
value = "https://${azurerm_linux_web_app.api_server_web_app.default_hostname}/"
}

# output "client_app_public_url" {
# value =
# }
output "client_app_public_url" {
value = "https://${azurerm_static_web_app_custom_domain.custom_domain.domain_name}"
}

0 comments on commit bdd7fc6

Please sign in to comment.