From b369c96e1f31fb13bad52d622580b2a526ae2905 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 20 Sep 2021 16:36:00 -0400 Subject: [PATCH] Bump tf module to 0.3.2 to enable provisioning throughput --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 45165bad91b478cb5ed2ee1b217d17339862ac88..192b4852a679e16b21b11a4b0d6f7ad8c87be255 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.1" + version = "0.3.2" environment = var.environment aws_region = var.aws_region