Skip to content

Commit

Permalink
Merge pull request #42 from balena-labs-projects/renovate/terraform-a…
Browse files Browse the repository at this point in the history
…ws-modules-security-group-aws-4.x

Update Terraform terraform-aws-modules/security-group/aws to v4.17.2
  • Loading branch information
balena-renovate[bot] authored Aug 23, 2023
2 parents d95758f + bb51188 commit 95a0d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws-ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_key_pair" "balena" {

module "security_group" {
source = "terraform-aws-modules/security-group/aws"
version = "4.13.1"
version = "4.17.2"

name = "balena"
description = "allow inbound SSH and ICMP and all out"
Expand Down

0 comments on commit 95a0d8b

Please sign in to comment.