diff --git a/template/rds.tmpl b/template/rds.tmpl index cc9f61e..9743e57 100644 --- a/template/rds.tmpl +++ b/template/rds.tmpl @@ -15,7 +15,7 @@ module "rds" { # change the postgres version as you see fit. db_engine_version = "10" environment-name = var.environment - infrastructure-support = var.infrastructure-support + infrastructure-support = var.infrastructure_support # rds_family should be one of: postgres9.4, postgres9.5, postgres9.6, postgres10, postgres11 # Pick the one that defines the postgres version the best