From c5dc3ac16cc16ce85c135b9022080ab0a7f4c1ab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Feb 2021 02:50:40 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/elastic-beanstalk-application/aws to v0.11.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7e69748..6a8c459 100644 --- a/main.tf +++ b/main.tf @@ -1,7 +1,7 @@ # Elastic Beanstalk Application module "elastic_beanstalk_application" { source = "cloudposse/elastic-beanstalk-application/aws" - version = "0.9.0" + version = "0.11.0" description = var.description attributes = ["app"]