We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1ff49 commit 94801c2Copy full SHA for 94801c2
main.tf
@@ -14,7 +14,7 @@ resource "aws_security_group" "alb_sg" {
14
{
15
Automation = "Terraform"
16
Environment = var.environment
17
- Name = "alb-app-${var.environment}"
+ Name = var.name
18
}
19
)
20
0 commit comments