Skip to content

Commit ce1e26a

Browse files
Update Terraform terraform-aws-modules/security-group/aws to v5
Update terraform-aws-modules/security-group/aws from 4.17.2 to 5.1.2 Change-type: patch
1 parent 93ef27c commit ce1e26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws-ec2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "aws_key_pair" "balena" {
3636

3737
module "security_group" {
3838
source = "terraform-aws-modules/security-group/aws"
39-
version = "4.17.2"
39+
version = "5.1.2"
4040

4141
name = "balena"
4242
description = "allow inbound SSH and ICMP and all out"

0 commit comments

Comments
 (0)