From a9a6c96cfb89c7350ee7f0028fb3796c917f3885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:08:53 -0400 Subject: [PATCH] chore(deps): update all patch dependencies (#288) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terragrunt/aft/main/OIDC_roles.tf | 2 +- terragrunt/aft/main/slack_notify.tf | 2 +- terragrunt/aft/notifications/aft-notifications.tf | 2 +- .../lambdas/billing_extract_tags/requirements_dev.txt | 4 ++-- terragrunt/org_account/billing_extract_tags/s3.tf | 2 +- terragrunt/org_account/main/sentinel_forwarders.tf | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/terragrunt/aft/main/OIDC_roles.tf b/terragrunt/aft/main/OIDC_roles.tf index 2e0c7bc7..947689df 100644 --- a/terragrunt/aft/main/OIDC_roles.tf +++ b/terragrunt/aft/main/OIDC_roles.tf @@ -3,7 +3,7 @@ locals { } module "gh_oidc_roles" { - source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.8" + source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.9" oidc_exists = true roles = [ diff --git a/terragrunt/aft/main/slack_notify.tf b/terragrunt/aft/main/slack_notify.tf index d37223e6..95ac7f45 100644 --- a/terragrunt/aft/main/slack_notify.tf +++ b/terragrunt/aft/main/slack_notify.tf @@ -1,5 +1,5 @@ module "aft_slack_notification" { - source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.8" + source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.9" billing_tag_value = var.billing_code function_name = "aft_slack_notification" project_name = "Account Factory for Terraform" diff --git a/terragrunt/aft/notifications/aft-notifications.tf b/terragrunt/aft/notifications/aft-notifications.tf index 3077e4ed..91c2cda1 100644 --- a/terragrunt/aft/notifications/aft-notifications.tf +++ b/terragrunt/aft/notifications/aft-notifications.tf @@ -1,5 +1,5 @@ module "aft_failure_notifications" { - source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.8" + source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.9" function_name = "slack_notifier_aft" project_name = "AFT" diff --git a/terragrunt/org_account/billing_extract_tags/lambdas/billing_extract_tags/requirements_dev.txt b/terragrunt/org_account/billing_extract_tags/lambdas/billing_extract_tags/requirements_dev.txt index 43992bd3..9c2b697b 100644 --- a/terragrunt/org_account/billing_extract_tags/lambdas/billing_extract_tags/requirements_dev.txt +++ b/terragrunt/org_account/billing_extract_tags/lambdas/billing_extract_tags/requirements_dev.txt @@ -1,4 +1,4 @@ -boto3==1.34.117 +boto3==1.34.122 black==24.4.2 flake8==7.0.0 -pytest==8.2.1 \ No newline at end of file +pytest==8.2.2 \ No newline at end of file diff --git a/terragrunt/org_account/billing_extract_tags/s3.tf b/terragrunt/org_account/billing_extract_tags/s3.tf index 7f4c0641..364f81af 100644 --- a/terragrunt/org_account/billing_extract_tags/s3.tf +++ b/terragrunt/org_account/billing_extract_tags/s3.tf @@ -1,5 +1,5 @@ module "billing_extract_tags" { - source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.8" + source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.9" bucket_name = "5bf89a78-1503-4e02-9621-3ac658f558fb" acl = null diff --git a/terragrunt/org_account/main/sentinel_forwarders.tf b/terragrunt/org_account/main/sentinel_forwarders.tf index 52a29ae4..0936cda6 100644 --- a/terragrunt/org_account/main/sentinel_forwarders.tf +++ b/terragrunt/org_account/main/sentinel_forwarders.tf @@ -4,7 +4,7 @@ module "guardduty_forwarder" { aws = aws.log_archive } - source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.8" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.9" function_name = "sentinel-guard-duty-forwarder" billing_tag_value = var.billing_code @@ -32,7 +32,7 @@ module "securityhub_forwarder" { aws = aws.log_archive } - source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.8" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.9" function_name = "sentinel-securityhub-forwarder" billing_tag_value = var.billing_code