Skip to content

Commit 38ece33

Browse files
chore(deps): update terraform cloudposse/security-group/aws to v2
1 parent 55a27f7 commit 38ece33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sg.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ locals {
1414

1515
module "security_group" {
1616
source = "cloudposse/security-group/aws"
17-
version = "1.0.1"
17+
version = "2.2.0"
1818

1919
vpc_id = module.vpc.outputs.vpc_id
2020
create_before_destroy = var.security_group_create_before_destroy

0 commit comments

Comments
 (0)