From f68dee99505eeee22be82c4ddcd867bd99eb269a Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 31 Aug 2021 13:05:54 -0400 Subject: [PATCH] Bump TF module to 0.3.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 488027521..45165bad9 100644 --- a/main.tf +++ b/main.tf @@ -29,7 +29,7 @@ variable "authorization_keys" { module "soft_serve" { # source = "../terraform-aws-soft-serve" source = "app.terraform.io/charm/soft-serve/aws" - version = "0.3.0" + version = "0.3.1" environment = var.environment aws_region = var.aws_region