From 00964c1e2a6cd78cd901b925ed9aa5a1bc45f620 Mon Sep 17 00:00:00 2001 From: gonzalezzfelipe Date: Wed, 12 Jun 2024 18:33:31 -0300 Subject: [PATCH] PVC name as optional --- bootstrap/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/variables.tf b/bootstrap/variables.tf index 199d0e0..f5a8e06 100644 --- a/bootstrap/variables.tf +++ b/bootstrap/variables.tf @@ -91,7 +91,7 @@ variable "cells" { pvc = object({ volume_name = string storage_size = string - name = string + name = optional(string) }) postgres = object({ image_tag = string