Skip to content

Commit 142c63d

Browse files
Update variables.tf (#11)
1 parent 5a382ee commit 142c63d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

variables.tf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ variable "autoscale_handler_unique_identifier" {
22
description = "asg_dns_handler"
33
}
44

5-
variable "vpc_name" {}
5+
variable "vpc_name" {
6+
description = "The name of the VPC"
7+
}
68

7-
variable "autoscale_route53zone_arn" {}
9+
variable "autoscale_route53zone_arn" {
10+
description = "The ARN of route53 zone associated with autoscaling group"
11+
}

0 commit comments

Comments
 (0)