Skip to content

Commit ade8f67

Browse files
author
Steven Nemetz
committed
Issue #9: Make argument security_groups optional
1 parent be7cc7f commit ade8f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ variable "internal" {
100100
variable "security_groups" {
101101
description = "The security groups with which we associate the LB. e.g. [\"sg-edcd9784\",\"sg-edcd9785\"]"
102102
type = "list"
103+
default = []
103104
}
104105

105106
variable "subnets" {

0 commit comments

Comments
 (0)