Skip to content

Commit

Permalink
further tf tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 14, 2023
1 parent 35f5089 commit 25b8c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operations/template/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resource "azurerm_postgresql_flexible_server" "database" {
resource_group_name = data.azurerm_resource_group.group.name
location = data.azurerm_resource_group.group.location
sku_name = "B_Standard_B1ms"
database_name = "intermediary"
version = "16"
storage_mb = "32768"
backup_retention_days = "14"
Expand Down

0 comments on commit 25b8c5d

Please sign in to comment.