Skip to content

Commit

Permalink
update variabel description
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Sep 5, 2024
1 parent 37c0822 commit 01d2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "stage" {
}

variable "proxy_id" {
description = "The ID for this proxy e.g prod-us-west-2."
description = "The ID of the Common Fate AWS RDS Proxy e.g prod-us-west-2. The proxy is deployed seperately, it must exist before you register a database using this module."
type = string
}

Expand Down

0 comments on commit 01d2d14

Please sign in to comment.