Skip to content

Commit

Permalink
Merge pull request #83 from ministryofjustice/fix-template
Browse files Browse the repository at this point in the history
Correct var. to `infrastructure_support`
  • Loading branch information
digitalronin authored Feb 12, 2021
2 parents 1bfd658 + 7fb0cc2 commit 9f1f006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/rds.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f1f006

Please sign in to comment.