From 8062237da0def5edf66acccc146a76443559ab3c Mon Sep 17 00:00:00 2001 From: Mourad T Date: Mon, 8 Jul 2019 13:31:29 +0100 Subject: [PATCH] edit comment --- example/rds.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/rds.tf b/example/rds.tf index 64310ff..f8713c3 100644 --- a/example/rds.tf +++ b/example/rds.tf @@ -22,7 +22,8 @@ module "example_team_rds" { business-unit = "example-bu" application = "exampleapp" is-production = "false" - db_engine_version = "10" # change this postgres version as you see fit. + # change the postgres version as you see fit. + db_engine_version = "10" environment-name = "development" infrastructure-support = "example-team@digtal.justice.gov.uk" force_ssl = "true"