Skip to content

Commit a7ed569

Browse files
chore(deps): update terraform cloudposse/security-group/aws to v2 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4f71ac commit a7ed569

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)