fix 201-postgresql-fs-db example (#200)

This commit is contained in:
lonegunmanb
2023-03-21 20:01:19 +08:00
committed by GitHub
parent e6e6068127
commit bb3f78b7c6
5 changed files with 38 additions and 24 deletions

View File

@ -1,5 +1,5 @@
resource "azurerm_postgresql_flexible_server_database" "default" {
name = "${var.name_prefix}-db"
name = "${random_pet.name_prefix.id}-db"
server_id = azurerm_postgresql_flexible_server.default.id
collation = "en_US.UTF8"
charset = "UTF8"