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

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Zaborsky authored and ketzacoatl committed Apr 7, 2020
1 parent d4daaa2 commit b1b7348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/alb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ resource "aws_lb" "alb" {
}

resource "aws_security_group" "alb_sg" {
name_prefix = "${var.name_prefix}-alb_sb"
name_prefix = "${var.name_prefix}-alb_sg"
vpc_id = var.vpc_id
}

0 comments on commit b1b7348

Please sign in to comment.