From bb51188370b3609cf92fb35eb31d086231b3e33c Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:45:47 +0000 Subject: [PATCH] Update Terraform terraform-aws-modules/security-group/aws to v4.17.2 Update terraform-aws-modules/security-group/aws from 4.13.1 to 4.17.2 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 5e4ddcd..fc12241 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.13.1" + version = "4.17.2" name = "balena" description = "allow inbound SSH and ICMP and all out"