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 5a382ee commit 142c63dCopy full SHA for 142c63d
variables.tf
@@ -2,6 +2,10 @@ variable "autoscale_handler_unique_identifier" {
2
description = "asg_dns_handler"
3
}
4
5
-variable "vpc_name" {}
+variable "vpc_name" {
6
+ description = "The name of the VPC"
7
+}
8
-variable "autoscale_route53zone_arn" {}
9
+variable "autoscale_route53zone_arn" {
10
+ description = "The ARN of route53 zone associated with autoscaling group"
11
0 commit comments