Skip to content

Commit

Permalink
Bump terraform-aws-modules/s3-bucket/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) from 4.1.2 to 4.3.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-s3-bucket@v4.1.2...v4.3.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/s3-bucket/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 65b0958 commit dae702f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "ingestion_landing_bucket_notification" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws//modules/notification"
version = "4.1.2"
version = "4.3.0"

bucket = module.landing_bucket.s3_bucket_id

Expand All @@ -19,7 +19,7 @@ module "ingestion_transfer_bucket_notification" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws//modules/notification"
version = "4.1.2"
version = "4.3.0"

bucket = module.processed_bucket.s3_bucket_id

Expand All @@ -36,7 +36,7 @@ module "ingestion_quarantine_bucket_notification" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws//modules/notification"
version = "4.1.2"
version = "4.3.0"

bucket = module.quarantine_bucket.s3_bucket_id

Expand Down
12 changes: 6 additions & 6 deletions terraform/environments/analytical-platform-ingestion/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "landing_bucket" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.3.0"

bucket = "mojap-ingestion-${local.environment}-landing"

Expand Down Expand Up @@ -43,7 +43,7 @@ module "quarantine_bucket" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.3.0"

bucket = "mojap-ingestion-${local.environment}-quarantine"

Expand Down Expand Up @@ -77,7 +77,7 @@ module "definitions_bucket" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.3.0"

bucket = "mojap-ingestion-${local.environment}-definitions"

Expand All @@ -97,7 +97,7 @@ module "processed_bucket" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.3.0"

bucket = "mojap-ingestion-${local.environment}-processed"

Expand Down Expand Up @@ -138,7 +138,7 @@ module "bold_egress_bucket" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.3.0"

bucket = "mojap-ingestion-${local.environment}-bold-egress"

Expand Down Expand Up @@ -166,7 +166,7 @@ module "datasync_bucket" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.3.0"

bucket = "mojap-ingestion-${local.environment}-datasync"

Expand Down

0 comments on commit dae702f

Please sign in to comment.