3 lines
73 B
HCL
3 lines
73 B
HCL
output "database_fqdn" {
|
|
value = azurerm_postgresql_server.main.fqdn
|
|
}
|