Skip to content

Commit

Permalink
Issue #9: Make argument security_groups optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nemetz committed Apr 3, 2018
1 parent be7cc7f commit ade8f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ variable "internal" {
variable "security_groups" {
description = "The security groups with which we associate the LB. e.g. [\"sg-edcd9784\",\"sg-edcd9785\"]"
type = "list"
default = []
}

variable "subnets" {
Expand Down

0 comments on commit ade8f67

Please sign in to comment.