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 2a0bd02 commit 95bb192Copy full SHA for 95bb192
_example/example.tf
@@ -9,16 +9,16 @@ module "vpc" {
9
application = "clouddrove"
10
environment = "test"
11
label_order = ["environment", "application", "name"]
12
- cidr_block = "10.0.0.0/16"
+ cidr_block = "10.0.0.0/16"
13
}
14
15
module "security_group" {
16
source = "./../"
17
18
- name = "security-group"
19
- application = "clouddrove"
20
- environment = "test"
21
- label_order = ["environment", "application", "name"]
+ name = "security-group"
+ application = "clouddrove"
+ environment = "test"
+ label_order = ["environment", "application", "name"]
22
vpc_id = module.vpc.vpc_id
23
protocol = "tcp"
24
description = "Instance default security group (only egress access is allowed)."
0 commit comments