Skip to content

Commit

Permalink
README should show a full example
Browse files Browse the repository at this point in the history
  • Loading branch information
alkar committed Jul 25, 2018
1 parent a3d72f3 commit da9a45a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
}
```

Expand Down

0 comments on commit da9a45a

Please sign in to comment.