Skip to content

Commit

Permalink
Merge pull request #194 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
  • Loading branch information
nlamirault committed Mar 4, 2024
2 parents a86e302 + ba23bc8 commit cdf85b3
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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

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 = "3.15.1"
version = "4.1.0"

bucket = local.service_name

Expand Down

0 comments on commit cdf85b3

Please sign in to comment.