From c9afb979b8cde8af6a9e89aa0febdb1010776898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:40:13 +0000 Subject: [PATCH] build(deps): bump clouddrove/ec2/aws in /_example/anomaly_example Bumps [clouddrove/ec2/aws](https://github.com/clouddrove/terraform-aws-ec2) from 2.0.1 to 2.0.3. - [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.3) --- updated-dependencies: - dependency-name: clouddrove/ec2/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _example/anomaly_example/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/anomaly_example/example.tf b/_example/anomaly_example/example.tf index cc5a2b7..96f7685 100644 --- a/_example/anomaly_example/example.tf +++ b/_example/anomaly_example/example.tf @@ -42,7 +42,7 @@ module "public_subnets" { ##----------------------------------------------------- module "ec2" { source = "clouddrove/ec2/aws" - version = "2.0.1" + version = "2.0.3" name = "alarm" environment = "test"