Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/security-group/aws to v5
Browse files Browse the repository at this point in the history
Update terraform-aws-modules/security-group/aws from 4.17.2 to 5.1.0

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Sep 7, 2023
1 parent 8125419 commit 3675b6a
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.17.2"
version = "5.1.0"

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

0 comments on commit 3675b6a

Please sign in to comment.