Skip to content

Commit

Permalink
PR feedback: make the warning more clear
Browse files Browse the repository at this point in the history
Co-authored-by: forevermatt <[email protected]>
  • Loading branch information
briskt and forevermatt authored Feb 15, 2024
1 parent 6dd61b2 commit f1f6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/031-email-service/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "app_name" {
}

variable "aws_region" {
description = "This is not used. The region is more reliably determined from the aws_region data source."
description = "WARNING: This is not used. The region is more reliably determined from the aws_region data source."
type = string
default = ""
}
Expand Down

0 comments on commit f1f6ae1

Please sign in to comment.