Skip to content

Commit c9a8722

Browse files
chore(deps): update terraform cloudposse/alb-ingress/aws to v0.31.0 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 739cf01 commit c9a8722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ resource "aws_security_group_rule" "custom_sg_rules" {
399399

400400
module "alb_ingress" {
401401
source = "cloudposse/alb-ingress/aws"
402-
version = "0.30.0"
402+
version = "0.31.0"
403403

404404
count = local.is_alb ? 1 : 0
405405

0 commit comments

Comments
 (0)