This addes TF config for creating the initial database for the selected ATAT environment. The datatase name format is [environment]-atat.
4 lines
67 B
HCL
4 lines
67 B
HCL
output "db_name" {
|
|
value = azurerm_postgresql_database.db.name
|
|
}
|