This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-azure-example/terraform/outputs.tf

4 lines
73 B
Terraform
Raw Normal View History

2024-03-01 14:11:34 +00:00
output "database_fqdn" {
value = azurerm_postgresql_server.main.fqdn
}