update code

This commit is contained in:
neil-yechenwei
2022-02-17 12:14:23 +08:00
parent ad42d646d8
commit 30ed335f30
6 changed files with 46 additions and 205 deletions

View File

@ -0,0 +1,3 @@
output "postgresql_flexible_server_database_name" {
value = azurerm_postgresql_flexible_server_database.default.name
}