Skip to content

Commit

Permalink
PVC name as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Jun 12, 2024
1 parent c745570 commit 00964c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ variable "cells" {
pvc = object({
volume_name = string
storage_size = string
name = string
name = optional(string)
})
postgres = object({
image_tag = string
Expand Down

0 comments on commit 00964c1

Please sign in to comment.