Skip to content

Commit e187b34

Browse files
author
rakeshclouddevops
committed
ran fmt
1 parent 2619a15 commit e187b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/complete/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module "security_group" {
4949
from_port = 0
5050
protocol = "-1"
5151
to_port = 0
52-
cidr_blocks = [module.vpc.vpc_cidr_block]
52+
cidr_blocks = [module.vpc.vpc_cidr_block]
5353
description = "Allow all outbound traffic within the VPC."
5454
}
5555
]

0 commit comments

Comments
 (0)