Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent af042f1 commit c0cb4f8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terragrunt/aws/buckets/athena.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Holds Athena query resuts
#
module "athena_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.2"
bucket_name = "cds-data-lake-athena-${var.env}"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/buckets/curated.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Holds enriched data that has been created by combining multiple transformed datasets
#
module "curated_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.2"
bucket_name = "cds-data-lake-curated-${var.env}"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/buckets/glue.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Holds ETL job scripts used by Glue
#
module "glue_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.2"
bucket_name = "cds-data-lake-glue-${var.env}"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/buckets/log.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Bucket access logs, stored for 30 days
#
module "log_bucket" {
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v10.2.1"
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v10.2.2"
bucket_name = "cds-data-lake-bucket-logs-${var.env}"
versioning_status = "Enabled"

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/buckets/raw.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Holds exported data before transformation
#
module "raw_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.2"
bucket_name = "cds-data-lake-raw-${var.env}"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/buckets/transformed.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ETL jobs process the `Raw` bucket and store the transformed data here
#
module "transformed_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.2"
bucket_name = "cds-data-lake-transformed-${var.env}"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/env/common/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = "1.10.3"
required_version = "1.10.4"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit c0cb4f8

Please sign in to comment.