From 8e31085c9131e9fa3ff6ea64a8fb7f745bbdd6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 05:50:58 +0000 Subject: [PATCH] build(deps): bump cloudposse/elastic-beanstalk-environment/aws Bumps [cloudposse/elastic-beanstalk-environment/aws](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment) from 0.50.0 to 0.51.2. - [Release notes](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/releases) - [Commits](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/compare/0.50.0...0.51.2) --- updated-dependencies: - dependency-name: cloudposse/elastic-beanstalk-environment/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/backend/elastic-beanstalk/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/elastic-beanstalk/main.tf b/modules/backend/elastic-beanstalk/main.tf index 64fbde4a..91078094 100644 --- a/modules/backend/elastic-beanstalk/main.tf +++ b/modules/backend/elastic-beanstalk/main.tf @@ -8,7 +8,7 @@ module "elastic_beanstalk_application" { module "elastic_beanstalk_environment" { source = "cloudposse/elastic-beanstalk-environment/aws" - version = "0.50.0" + version = "0.51.2" description = var.description region = var.region