Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 8185f4c commit 85347d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1.0"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.0"
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.1.0"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.0"
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/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.1.0"
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v10.2.0"
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.1.0"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.0"
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.1.0"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.2.0"
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.9.8"
required_version = "1.10.0"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 85347d9

Please sign in to comment.