From d3b53f13aed27ae67ac5d658daa1f19701ec4a8b Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 16 Aug 2021 09:45:07 -0400 Subject: [PATCH] Update TF module to 0.2.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2da19fad4..9d9d531a7 100644 --- a/main.tf +++ b/main.tf @@ -29,7 +29,7 @@ variable "authorization_keys" { module "smoothie" { /* source = "../terraform-aws-smoothie" */ source = "app.terraform.io/charm/smoothie/aws" - version = "0.2.0" + version = "0.2.1" environment = var.environment aws_region = var.aws_region