Skip to content

Commit

Permalink
Merge pull request #201 from nlamirault/renovate/terraform-aws-module…
Browse files Browse the repository at this point in the history
…s-s3-bucket-aws-4.x

Update Terraform terraform-aws-modules/s3-bucket/aws to v4.1.1
  • Loading branch information
nlamirault committed Mar 11, 2024
2 parents b6ff300 + 4252285 commit bb39a80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions modules/loki/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "buckets_logging" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

for_each = local.buckets_names

Expand Down Expand Up @@ -51,7 +51,7 @@ module "buckets_logging" {
#tfsec:ignore:aws-s3-encryption-customer-key
module "buckets_data" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

for_each = local.buckets_names

Expand Down
4 changes: 2 additions & 2 deletions modules/mimir/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "buckets_logging" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

for_each = local.buckets_names

Expand Down Expand Up @@ -51,7 +51,7 @@ module "buckets_logging" {
#tfsec:ignore:aws-s3-encryption-customer-key
module "buckets_data" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

for_each = local.buckets_names

Expand Down
4 changes: 2 additions & 2 deletions modules/tempo/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "buckets_logging" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

for_each = local.buckets_names

Expand Down Expand Up @@ -51,7 +51,7 @@ module "buckets_logging" {
#tfsec:ignore:aws-s3-encryption-customer-key
module "buckets_data" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

for_each = local.buckets_names

Expand Down
4 changes: 2 additions & 2 deletions modules/thanos/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "thanos_log" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

bucket = format("%s-log", local.service_name)

Expand Down Expand Up @@ -49,7 +49,7 @@ module "thanos_log" {
#tfsec:ignore:aws-s3-encryption-customer-key
module "thanos" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.0"
version = "4.1.1"

bucket = local.service_name

Expand Down

0 comments on commit bb39a80

Please sign in to comment.