From 7fdb130898f26100b52d0379e0e419f25d92f6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:03:22 +0000 Subject: [PATCH] Bump lb_https_ingress_sgs::terraform-aws-sg-rule-module Bumps [lb_https_ingress_sgs::terraform-aws-sg-rule-module](https://github.com/pbs/terraform-aws-sg-rule-module) from 0.0.21 to 0.0.23. - [Release notes](https://github.com/pbs/terraform-aws-sg-rule-module/releases) - [Commits](https://github.com/pbs/terraform-aws-sg-rule-module/compare/0.0.21...0.0.23) --- updated-dependencies: - dependency-name: lb_https_ingress_sgs::github::pbs/terraform-aws-sg-rule-module::0.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- security.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.tf b/security.tf index 34de2dd..9456179 100644 --- a/security.tf +++ b/security.tf @@ -74,7 +74,7 @@ module "lb_https_ingress_cidrs" { module "lb_https_ingress_sgs" { count = var.create_lb_sg && local.create_sg_access_rule ? 1 : 0 - source = "github.com/pbs/terraform-aws-sg-rule-module?ref=0.0.21" + source = "github.com/pbs/terraform-aws-sg-rule-module?ref=0.0.23" security_group_id = aws_security_group.lb_sg[0].id