Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit b1b7348

Browse files
Kirill Zaborskyketzacoatl
authored andcommitted
Minor typo
1 parent d4daaa2 commit b1b7348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/alb/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ resource "aws_lb" "alb" {
88
}
99

1010
resource "aws_security_group" "alb_sg" {
11-
name_prefix = "${var.name_prefix}-alb_sb"
11+
name_prefix = "${var.name_prefix}-alb_sg"
1212
vpc_id = var.vpc_id
1313
}

0 commit comments

Comments
 (0)