Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/s3-bucket/aws to v2.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot committed Jan 12, 2022
1 parent 68cffbe commit 34fec1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/loki/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "loki_log" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.11.1"
version = "2.12.0"

bucket = format("%s-log", local.service_name)
block_public_acls = true
Expand Down Expand Up @@ -47,7 +47,7 @@ module "loki_log" {

module "loki" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.11.1"
version = "2.12.0"

bucket = local.service_name
block_public_acls = true
Expand Down
4 changes: 2 additions & 2 deletions modules/tempo/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "tempo_log" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.11.1"
version = "2.12.0"

bucket = format("%s-log", local.service_name)
block_public_acls = true
Expand Down Expand Up @@ -47,7 +47,7 @@ module "tempo_log" {

module "tempo" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.11.1"
version = "2.12.0"

bucket = local.service_name
block_public_acls = true
Expand Down
4 changes: 2 additions & 2 deletions modules/thanos/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "thanos_log" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.11.1"
version = "2.12.0"

bucket = format("%s-log", local.service_name)
block_public_acls = true
Expand Down Expand Up @@ -47,7 +47,7 @@ module "thanos_log" {

module "thanos" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.11.1"
version = "2.12.0"

bucket = local.service_name
block_public_acls = true
Expand Down

0 comments on commit 34fec1b

Please sign in to comment.