Skip to content

Commit

Permalink
Merge pull request #27 from mineiros-io/mariux/update-example
Browse files Browse the repository at this point in the history
Update example
  • Loading branch information
mariux authored Apr 14, 2020
2 parents 4dc4fa7 + 2af76c7 commit 992bf0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ repos:
hooks:
- id: terraform-fmt
- id: terraform-validate
exclude: ^examples|.terraform/
- id: tflint
4 changes: 3 additions & 1 deletion examples/secure-s3-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ provider "aws" {

module "example-app-bucket" {
source = "mineiros-io/s3-bucket/aws"
version = "~> 0.1.3"
version = "~> 0.1.4"

bucket_prefix = "app"

access_points = [{ name = "app" }]

versioning = true

logging = {
Expand Down

0 comments on commit 992bf0e

Please sign in to comment.