Skip to content

Commit 367a59b

Browse files
chore(deps): update all minor dependencies
1 parent b863f5d commit 367a59b

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

terragrunt/aft/main/OIDC_roles.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ locals {
33
}
44

55
module "gh_oidc_roles" {
6-
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.11"
6+
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.0"
77
oidc_exists = true
88

99
roles = [

terragrunt/aft/main/slack_notify.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "aft_slack_notification" {
2-
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11"
2+
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.0"
33
billing_tag_value = var.billing_code
44
function_name = "aft_slack_notification"
55
project_name = "Account Factory for Terraform"

terragrunt/aft/notifications/aft-notifications.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "aft_failure_notifications" {
2-
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11"
2+
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.0"
33

44
function_name = "slack_notifier_aft"
55
project_name = "AFT"

terragrunt/common/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "<= 5.51"
5+
version = "<= 5.58"
66
}
77
}
88
}

terragrunt/org_account/aft/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "account_factory_for_terraform" {
2-
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.11.1"
2+
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.13.0"
33

44
terraform_version = "1.7.2"
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
boto3==1.34.140
22
black==24.4.2
3-
flake8==7.0.0
3+
flake8==7.1.0
44
pytest==8.2.2

terragrunt/org_account/billing_extract_tags/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "billing_extract_tags" {
2-
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.11"
2+
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.0"
33
bucket_name = "5bf89a78-1503-4e02-9621-3ac658f558fb"
44
acl = null
55

terragrunt/org_account/main/sentinel_forwarders.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module "guardduty_forwarder" {
44
aws = aws.log_archive
55
}
66

7-
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11"
7+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.0"
88
function_name = "sentinel-guard-duty-forwarder"
99
billing_tag_value = var.billing_code
1010

@@ -32,7 +32,7 @@ module "securityhub_forwarder" {
3232
aws = aws.log_archive
3333
}
3434

35-
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11"
35+
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.0"
3636
function_name = "sentinel-securityhub-forwarder"
3737
billing_tag_value = var.billing_code
3838

0 commit comments

Comments
 (0)