From 3e3404705c013c460f6816afc847f8815fea8c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 19:01:50 +0000 Subject: [PATCH] Bump terraform-aws-modules/security-group/aws from 3.2.0 to 4.17.1 Bumps [terraform-aws-modules/security-group/aws](https://github.com/terraform-aws-modules/terraform-aws-security-group) from 3.2.0 to 4.17.1. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-security-group/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-security-group/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.2.0...v4.17.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/security-group/aws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index ebb55a9..1b8adfc 100644 --- a/main.tf +++ b/main.tf @@ -84,7 +84,7 @@ POLICY module "sg_airflow" { source = "terraform-aws-modules/security-group/aws" - version = "3.2.0" + version = "4.17.1" name = "${module.airflow_labels.id}-sg" description = "Security group for ${module.airflow_labels.id} machines" vpc_id = data.aws_vpc.default.id @@ -390,7 +390,7 @@ resource "aws_instance" "airflow_worker" { module "sg_database" { source = "terraform-aws-modules/security-group/aws" - version = "3.2.0" + version = "4.17.1" name = "${module.airflow_labels.id}-database-sg" description = "Security group for ${module.airflow_labels.id} database" vpc_id = data.aws_vpc.default.id