Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent a267a32 commit 1126425
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terragrunt/aft/main/OIDC_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "gh_oidc_roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.11"
oidc_exists = true

roles = [
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aft/main/slack_notify.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft_slack_notification" {
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11"
billing_tag_value = var.billing_code
function_name = "aft_slack_notification"
project_name = "Account Factory for Terraform"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aft/notifications/aft-notifications.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft_failure_notifications" {
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11"

function_name = "slack_notifier_aft"
project_name = "AFT"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.122
boto3==1.34.127
black==24.4.2
flake8==7.0.0
pytest==8.2.2
2 changes: 1 addition & 1 deletion terragrunt/org_account/billing_extract_tags/s3.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "billing_extract_tags" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.11"
bucket_name = "5bf89a78-1503-4e02-9621-3ac658f558fb"
acl = null

Expand Down
4 changes: 2 additions & 2 deletions terragrunt/org_account/main/sentinel_forwarders.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "guardduty_forwarder" {
aws = aws.log_archive
}

source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11"
function_name = "sentinel-guard-duty-forwarder"
billing_tag_value = var.billing_code

Expand Down Expand Up @@ -32,7 +32,7 @@ module "securityhub_forwarder" {
aws = aws.log_archive
}

source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11"
function_name = "sentinel-securityhub-forwarder"
billing_tag_value = var.billing_code

Expand Down

0 comments on commit 1126425

Please sign in to comment.