Update TF module to 0.2.1

Ayman Bagabas created

Change summary

main.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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