Skip to content

Commit

Permalink
Add fqdn output for mysql flexible server (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDA0 authored Jan 5, 2024
1 parent a7ced94 commit 4c25a26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/mysql-flexible-server/src/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ output "id" {
output "name" {
value = azurerm_mysql_flexible_server.main.name
}

output "fqdn" {
value = azurerm_mysql_flexible_server.main.fqdn
}

0 comments on commit 4c25a26

Please sign in to comment.