We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2619a15 commit e187b34Copy full SHA for e187b34
example/complete/example.tf
@@ -49,7 +49,7 @@ module "security_group" {
49
from_port = 0
50
protocol = "-1"
51
to_port = 0
52
- cidr_blocks = [module.vpc.vpc_cidr_block]
+ cidr_blocks = [module.vpc.vpc_cidr_block]
53
description = "Allow all outbound traffic within the VPC."
54
}
55
]
0 commit comments