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 Nov 11, 2024
1 parent 9ac67f2 commit c658079
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.11"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.8"
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.11"
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.8"
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.11"
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.8"

function_name = "slack_notifier_aft"
project_name = "AFT"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/common/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "<= 5.51"
version = "<= 5.75"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/org_account/aft/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "account_factory_for_terraform" {
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.11.1"
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.13.2"

terraform_version = "1.7.2"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.140
black==24.4.2
flake8==7.0.0
pytest==8.2.2
boto3==1.35.54
black==24.10.0
flake8==7.1.1
pytest==8.3.3
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.11"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.8"
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.11"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.8"
function_name = "sentinel-securityhub-forwarder"
billing_tag_value = var.billing_code

Expand Down

0 comments on commit c658079

Please sign in to comment.