From da9a45adedc8dea6624439928a05faa14afc3ee3 Mon Sep 17 00:00:00 2001 From: Dimitrios Karagiannis Date: Wed, 25 Jul 2018 18:16:21 +0100 Subject: [PATCH] README should show a full example --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7e75de..4568fdf 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,14 @@ The bucket created will have a randomised name of the format `cloud-platform-7a5 module "example_team_s3" { source = "github.com/ministryofjustice/cloud-platform-terraform-s3-bucket?ref=master" - team_name = "example-repo" - acl = "public-read" - versioning = true + team_name = "example-repo" + acl = "public-read" + versioning = true + business-unit = "example-bu" + application = "example-app" + is-production = "false" + environment-name = "development" + infrastructure-support = "example-team@digtal.justice.gov.uk" } ```