From 3675b6a18b772e919b81b60286c34162b2ecbbc6 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:46:07 +0000 Subject: [PATCH] Update Terraform terraform-aws-modules/security-group/aws to v5 Update terraform-aws-modules/security-group/aws from 4.17.2 to 5.1.0 Change-type: patch --- terraform/aws-ec2/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws-ec2/main.tf b/terraform/aws-ec2/main.tf index fc12241..f4f9ce6 100644 --- a/terraform/aws-ec2/main.tf +++ b/terraform/aws-ec2/main.tf @@ -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"