Revert "rename file back to fix broken CI"
This reverts commit f3044799f3
.
This commit is contained in:
16
quickstart/201-postgresql-fs-db/outputs.tf
Normal file
16
quickstart/201-postgresql-fs-db/outputs.tf
Normal file
@ -0,0 +1,16 @@
|
||||
output "resource_group_name" {
|
||||
value = azurerm_resource_group.default.name
|
||||
}
|
||||
|
||||
output "azurerm_postgresql_flexible_server" {
|
||||
value = azurerm_postgresql_flexible_server.default.name
|
||||
}
|
||||
|
||||
output "postgresql_flexible_server_database_name" {
|
||||
value = azurerm_postgresql_flexible_server_database.default.name
|
||||
}
|
||||
|
||||
output "postgresql_flexible_server_admin_password" {
|
||||
sensitive = true
|
||||
value = azurerm_postgresql_flexible_server.default.administrator_password
|
||||
}
|
Reference in New Issue
Block a user