Skip to content

Commit

Permalink
chore: update logs module (#127)
Browse files Browse the repository at this point in the history
esacteksab authored Jan 15, 2025
1 parent a5d866f commit fa83f09
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
@@ -39,7 +39,7 @@ module "bootstrap" {
| Name | Source | Version |
|------|--------|---------|
| terraform_state_bucket | trussworks/s3-private-bucket/aws | ~> 8.0.2 |
| terraform_state_bucket_logs | trussworks/logs/aws | ~> 16.3.1 |
| terraform_state_bucket_logs | trussworks/logs/aws | ~> 17.0.0 |

## Resources

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

module "terraform_state_bucket_logs" {
source = "trussworks/logs/aws"
version = "~> 16.3.1"
version = "~> 17.0.0"

s3_bucket_name = local.logging_bucket
default_allow = false

0 comments on commit fa83f09

Please sign in to comment.