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:
dandds
2020-01-21 19:52:09 -05:00
parent 7faadaf17d
commit 83de5d38d9
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
output "db_name" {
value = azurerm_postgresql_database.db.name
}