Skip to content

Commit

Permalink
Merge pull request #55 from trussworks/cblkwell-update-s3-private-buc…
Browse files Browse the repository at this point in the history
…ket-version

Updating s3-private-bucket version to fix bug
  • Loading branch information
cblkwell authored Jul 1, 2021
2 parents 94b41c8 + 58807a3 commit c4e6c74
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 @@ -44,7 +44,7 @@ module "bootstrap" {

| Name | Source | Version |
|------|--------|---------|
| <a name="module_terraform_state_bucket"></a> [terraform\_state\_bucket](#module\_terraform\_state\_bucket) | trussworks/s3-private-bucket/aws | ~> 3.3.0 |
| <a name="module_terraform_state_bucket"></a> [terraform\_state\_bucket](#module\_terraform\_state\_bucket) | trussworks/s3-private-bucket/aws | ~> 3.6.0 |
| <a name="module_terraform_state_bucket_logs"></a> [terraform\_state\_bucket\_logs](#module\_terraform\_state\_bucket\_logs) | trussworks/logs/aws | ~> 10.3.0 |

## Resources
Expand Down
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 c4e6c74

Please sign in to comment.