Skip to content

Commit

Permalink
Merge pull request #116 from trussworks/renovate/dependencies
Browse files Browse the repository at this point in the history
chore(deps): update terraform trussworks/logs/aws to ~> 16.2.0
  • Loading branch information
eeeady authored Dec 12, 2023
2 parents 002a627 + 571fb26 commit 5c3e183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "bootstrap" {
| Name | Source | Version |
|------|--------|---------|
| terraform\_state\_bucket | trussworks/s3-private-bucket/aws | ~> 7.1.0 |
| terraform\_state\_bucket\_logs | trussworks/logs/aws | ~> 16.1.0 |
| terraform\_state\_bucket\_logs | trussworks/logs/aws | ~> 16.2.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module "terraform_state_bucket" {

module "terraform_state_bucket_logs" {
source = "trussworks/logs/aws"
version = "~> 16.1.0"
version = "~> 16.2.0"

s3_bucket_name = local.logging_bucket
default_allow = false
Expand Down

0 comments on commit 5c3e183

Please sign in to comment.