We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279f683 commit c2ca669Copy full SHA for c2ca669
1 file changed
templates/terraform/modules/database/main.tf
@@ -9,7 +9,7 @@ module "rds_security_group" {
9
10
number_of_computed_ingress_with_source_security_group_id = 1
11
computed_ingress_with_source_security_group_id = [
12
- var.database == "postgres" ? {
+ var.database_engine == "postgres" ? {
13
from_port = 5432
14
to_port = 5432
15
protocol = "tcp"
0 commit comments