Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
applike-ss committed Aug 11, 2023
1 parent 0fd12f2 commit 7a91d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

resource "aws_lb" "lb" {
name = "${module.this.environment}-${module.this.stage}-${module.this.name}-vpces"
name = "${module.this.id}-vpces"
internal = true
load_balancer_type = "network"
subnets = local.subnet_ids
Expand Down

0 comments on commit 7a91d78

Please sign in to comment.