Skip to content

Commit e657c52

Browse files
committed
map constructor with single element type
1 parent f2adbaa commit e657c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.group-rules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
variable rules {
3434

35-
type = map(string,list(string))
35+
type = map( list( string ) )
3636

3737
default = {
3838
"https" = [ "443", "443", "tcp", "http secured" ]

0 commit comments

Comments
 (0)