Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#278)
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 3, 2024
1 parent e833bcf commit 1bf4085
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion terragrunt/aft/main/assume_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "assume_plan_role" {
}

module "attach_tf_plan_policy_assume" {
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v3.0.20"
account_id = data.aws_caller_identity.current.account_id
role_name = "assume_plan"
bucket_name = "${var.billing_code}-tf"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aft/main/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "password_policy" {
source = "github.com/cds-snc/terraform-modules//aws_goc_password_policy?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//aws_goc_password_policy?ref=v3.0.20"
}

2 changes: 1 addition & 1 deletion terragrunt/audit/main/assume_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "assume_plan_role" {
}

module "attach_tf_plan_policy_assume" {
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v3.0.20"
account_id = data.aws_caller_identity.current.account_id
role_name = "assume_plan"
bucket_name = "${var.billing_code}-tf"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/log_archive/main/assume_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "assume_plan_role" {
}

module "attach_tf_plan_policy_assume" {
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//attach_tf_plan_policy?ref=v3.0.20"
account_id = data.aws_caller_identity.current.account_id
role_name = "assume_plan"
bucket_name = "${var.billing_code}-tf"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.54
boto3==1.34.113
black==24.3.0
flake8==7.0.0
pytest==8.2.1
2 changes: 1 addition & 1 deletion terragrunt/org_account/main/alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "aws_sns_topic" "warning" {
}

module "alarm_actions" {
source = "github.com/cds-snc/terraform-modules//user_login_alarm?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//user_login_alarm?ref=v3.0.20"
account_names = ["Ops1", "Ops2"]
log_group_name = "aws-controltower/CloudTrailLogs"
alarm_actions_success = [aws_sns_topic.critical.arn]
Expand Down
4 changes: 2 additions & 2 deletions terragrunt/org_account/main/guardduty.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_guardduty_organization_configuration" "config_us_west_2" {


module "publishing_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//S3?ref=v3.0.20"

providers = {
aws = aws.log_archive
Expand All @@ -124,7 +124,7 @@ module "publishing_bucket" {
}

module "publishing_log_bucket" {
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v3.0.20"

providers = {
aws = aws.log_archive
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/org_account/main/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "password_policy" {
source = "github.com/cds-snc/terraform-modules//aws_goc_password_policy?ref=v3.0.2"
source = "github.com/cds-snc/terraform-modules//aws_goc_password_policy?ref=v3.0.20"
}


Expand Down
2 changes: 1 addition & 1 deletion terragrunt/org_account/main/oidc_role.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "gh_oidc_roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v4.0.0"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v4.0.3"
roles = [
{
name = local.admin_plan_role
Expand Down

0 comments on commit 1bf4085

Please sign in to comment.