Bump tf module to 0.3.2 to enable provisioning throughput

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 "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