dandds 83de5d38d9 Terraform initial database.
This addes TF config for creating the initial database for the selected
ATAT environment. The datatase name format is [environment]-atat.
2020-01-21 19:52:09 -05:00

4 lines
67 B
HCL

output "db_name" {
value = azurerm_postgresql_database.db.name
}