From 65e61204913d06376d59b26db3088e5464a501c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:55:39 +0000 Subject: [PATCH] build(deps): bump clouddrove/acm/aws Bumps [clouddrove/acm/aws](https://github.com/clouddrove/terraform-aws-acm) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/clouddrove/terraform-aws-acm/releases) - [Changelog](https://github.com/clouddrove/terraform-aws-acm/blob/master/CHANGELOG.md) - [Commits](https://github.com/clouddrove/terraform-aws-acm/compare/1.3.0...1.4.1) --- updated-dependencies: - dependency-name: clouddrove/acm/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _example/ec2-network-mode-bridge/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/ec2-network-mode-bridge/main.tf b/_example/ec2-network-mode-bridge/main.tf index 16d18b3..a33d4e2 100644 --- a/_example/ec2-network-mode-bridge/main.tf +++ b/_example/ec2-network-mode-bridge/main.tf @@ -181,7 +181,7 @@ data "aws_iam_policy_document" "default" { ####---------------------------------------------------------------------------------- module "acm" { source = "clouddrove/acm/aws" - version = "1.3.0" + version = "1.4.1" name = "certificate" environment = "test"