Skip to content

Commit

Permalink
Merge pull request #1209 from UKHSA-Internal/dependabot/terraform/ter…
Browse files Browse the repository at this point in the history
…raform/10-account/terraform-aws-modules/s3-bucket/aws-4.5.0

Bump terraform-aws-modules/s3-bucket/aws from 4.1.2 to 4.5.0 in /terraform/10-account
  • Loading branch information
A-Ashiq authored Jan 31, 2025
2 parents 613160e + 06d06ef commit 5fe5033
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/10-account/s3.access-logs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3_access_logs" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.5.0"

bucket = "uhd-aws-s3-access-logs-${local.account_id}-${local.region}"

Expand Down
4 changes: 2 additions & 2 deletions terraform/10-account/s3.alb-logs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3_elb_logs" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.5.0"

bucket = "uhd-aws-elb-access-logs-${local.account_id}-${local.region}"

Expand All @@ -11,7 +11,7 @@ module "s3_elb_logs" {

module "elb_logs_new_object" {
source = "terraform-aws-modules/s3-bucket/aws//modules/notification"
version = "4.1.2"
version = "4.5.0"

bucket = module.s3_elb_logs.s3_bucket_id

Expand Down
2 changes: 1 addition & 1 deletion terraform/10-account/s3.athena-query-results.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3_athena_query_results" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.5.0"

bucket = "athena-query-results-${local.account_id}"

Expand Down
2 changes: 1 addition & 1 deletion terraform/10-account/s3.cloud-front-logs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3_cloud_front_logs" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.5.0"

bucket = "uhd-aws-cloud-front-access-logs-${local.account_id}-${local.region}"

Expand Down
2 changes: 1 addition & 1 deletion terraform/10-account/s3.cur-exports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {

module "s3_cur_exports" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.5.0"

bucket = local.s3_cur_exports_bucket_name

Expand Down
2 changes: 1 addition & 1 deletion terraform/10-account/s3.vpc-flow-logs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3_vpc_flow_logs" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.5.0"

bucket = "uhd-aws-vpc-flow-logs-${local.account_id}-${local.region}"

Expand Down

0 comments on commit 5fe5033

Please sign in to comment.