Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/security-group/aws to v4.17.2
Browse files Browse the repository at this point in the history
Update terraform-aws-modules/security-group/aws from 4.13.1 to 4.17.2

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Aug 23, 2023
1 parent d95758f commit bb51188
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 bb51188

Please sign in to comment.