Skip to content

Commit

Permalink
allow a default port to be set on a database user (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes authored Nov 4, 2024
1 parent a3a7f9b commit 00c32ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-points-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-commonfate-proxy-resource-rds": patch
---

Allow a default port to be set on a database user
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ variable "users" {

endpoint = optional(string)

default_local_port = optional(number)

}))

}
Expand Down

0 comments on commit 00c32ef

Please sign in to comment.