From 54f186c1fc07f0f01db6d1e608dd56d241013262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:23:01 +0000 Subject: [PATCH] build(deps): bump clouddrove/ec2/aws in /_example/nlb Bumps [clouddrove/ec2/aws](https://github.com/clouddrove/terraform-aws-ec2) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/clouddrove/terraform-aws-ec2/releases) - [Changelog](https://github.com/clouddrove/terraform-aws-ec2/blob/master/CHANGELOG.md) - [Commits](https://github.com/clouddrove/terraform-aws-ec2/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: clouddrove/ec2/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _example/nlb/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/nlb/example.tf b/_example/nlb/example.tf index 2baab7d..69a34fd 100644 --- a/_example/nlb/example.tf +++ b/_example/nlb/example.tf @@ -77,7 +77,7 @@ data "aws_iam_policy_document" "iam-policy" { ##----------------------------------------------------- module "ec2" { source = "clouddrove/ec2/aws" - version = "2.0.1" + version = "2.0.2" name = local.name environment = local.environment