Skip to content

Commit

Permalink
Updated host name as its too long (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblackmoor committed Feb 29, 2024
1 parent eba328b commit 31c9239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/tf-db-flexible.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postgres 15 flexible servers
locals {
db_host_name = "${var.product}-${var.component}-flexible-postgres-db-v15"
db_host_name = "${var.product}-${var.component}-flexible-db-v15"
db_name = "notifications"
pg_user = "notifier"
}
Expand Down

0 comments on commit 31c9239

Please sign in to comment.