Skip to content

Commit

Permalink
Update Terraform cloudposse/s3-log-storage/aws to v0.18.0 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent 40aefde commit 85f7e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "access_log_label" {

module "s3_bucket" {
source = "cloudposse/s3-log-storage/aws"
version = "0.17.0"
version = "0.18.0"
enabled = module.this.enabled

acl = var.acl
Expand Down Expand Up @@ -40,7 +40,7 @@ module "s3_bucket" {

module "s3_access_log_bucket" {
source = "cloudposse/s3-log-storage/aws"
version = "0.17.0"
version = "0.18.0"
enabled = module.this.enabled && var.create_access_log_bucket

acl = var.acl
Expand Down

0 comments on commit 85f7e76

Please sign in to comment.