Skip to content

Commit

Permalink
Updating s3-private-bucket version to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cblkwell committed Jul 1, 2021
1 parent 94b41c8 commit 6536a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_iam_account_alias" "alias" {

module "terraform_state_bucket" {
source = "trussworks/s3-private-bucket/aws"
version = "~> 3.3.0"
version = "~> 3.6.0"

bucket = local.state_bucket
logging_bucket = module.terraform_state_bucket_logs.aws_logs_bucket
Expand Down

0 comments on commit 6536a51

Please sign in to comment.