Terraform initial database.
This addes TF config for creating the initial database for the selected ATAT environment. The datatase name format is [environment]-atat.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
output "db_name" {
|
||||
value = azurerm_postgresql_database.db.name
|
||||
}
|
||||
|
Reference in New Issue
Block a user