Skip to content

Commit 95bb192

Browse files
committed
Upgrade terraform version to 0.13.0 and update pipelines
1 parent 2a0bd02 commit 95bb192

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_example/example.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ module "vpc" {
99
application = "clouddrove"
1010
environment = "test"
1111
label_order = ["environment", "application", "name"]
12-
cidr_block = "10.0.0.0/16"
12+
cidr_block = "10.0.0.0/16"
1313
}
1414

1515
module "security_group" {
1616
source = "./../"
1717

18-
name = "security-group"
19-
application = "clouddrove"
20-
environment = "test"
21-
label_order = ["environment", "application", "name"]
18+
name = "security-group"
19+
application = "clouddrove"
20+
environment = "test"
21+
label_order = ["environment", "application", "name"]
2222
vpc_id = module.vpc.vpc_id
2323
protocol = "tcp"
2424
description = "Instance default security group (only egress access is allowed)."

0 commit comments

Comments
 (0)