Skip to content

Commit

Permalink
fix output container_app_onboarding_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 6, 2023
1 parent 32cef00 commit 1f0e61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .container_apps/onboarding-ms/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
output "container_app_resource_group_name" {
value = azapi_resource.container_app_onboarding.location
value = azapi_resource.container_app_onboarding_ms.location
}

output "container_app_environment_name" {
value = data.azurerm_container_app_environment.container_app_environment.name
}

output "container_app_name" {
value = azapi_resource.container_app_onboarding.name
value = azapi_resource.container_app_onboarding_ms.name
}

0 comments on commit 1f0e61e

Please sign in to comment.