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

Commit 21e9795

Browse files
Kirill ZaborskyMagicloud
Kirill Zaborsky
authored andcommitted
Minor typo
1 parent 8ca5564 commit 21e9795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/alb/main.tf

+1-1
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)