Skip to content

Commit 23f3f0f

Browse files
chore(deps): update terraform cloudposse/alb-ingress/aws to v0.30.0 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1d3bfc commit 23f3f0f

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
@@ -342,7 +342,7 @@ resource "aws_security_group_rule" "custom_sg_rules" {
342342

343343
module "alb_ingress" {
344344
source = "cloudposse/alb-ingress/aws"
345-
version = "0.28.0"
345+
version = "0.30.0"
346346

347347
count = local.is_alb ? 1 : 0
348348

0 commit comments

Comments
 (0)