Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
felipmiguel committed Aug 19, 2023
1 parent b86029d commit de73301
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions infra/core/modules/container-apps/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# output "application_pgsql_name" {
# value = azurecaf_name.pgsql_application.result
# description = "The application name generated by the Azure Cloud Adoption Framework."
# }

# output "application_mysql_name" {
# value = azurecaf_name.mysql_application.result
# description = "The application name generated by the Azure Cloud Adoption Framework."
# }

output "container_registry_name" {
value = azurerm_container_registry.container_registry.name
description = "The Docker Container Registry name generated by the Azure Cloud Adoption Framework."
Expand Down

0 comments on commit de73301

Please sign in to comment.