Skip to content

Commit

Permalink
add more output attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Jul 21, 2022
1 parent 4c2ede1 commit 29e0c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ output "linux_function_app" {
linux_function_app => {
id = azurerm_linux_function_app.linux_function_app[linux_function_app].id
name = azurerm_linux_function_app.linux_function_app[linux_function_app].name
default_hostname = azurerm_linux_function_app.linux_function_app[linux_function_app].default_hostname
}
}
}

0 comments on commit 29e0c72

Please sign in to comment.