You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,3 +124,8 @@ variable "tags" {
124
124
variable"vpc_id" {
125
125
description="VPC id where the ALB and other resources will be deployed."
126
126
}
127
+
128
+
variable"target_type" {
129
+
description="The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address). "
0 commit comments