Skip to content

Commit 0c1fe6a

Browse files
author
Steven Nemetz
committed
Make security_groups optional
1 parent 9e20db8 commit 0c1fe6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ variable "region" {
9595
variable "security_groups" {
9696
description = "AWS security group IDs to allow to connect to the EFS"
9797
type = "list"
98+
default = []
9899
}
99100

100101
variable "subnets" {

0 commit comments

Comments
 (0)