Skip to content

Commit f2adbaa

Browse files
committed
terraform removing spaces - I need to understand these map type defs
1 parent beb1b50 commit f2adbaa

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(string,list(string))
3636

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

0 commit comments

Comments
 (0)