Skip to content
Snippets Groups Projects
Commit 81435af9 authored by František Dvořák's avatar František Dvořák
Browse files

Fix scratch volumes size variable

parent 91a2e4f4
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,8 @@ docker_volumes_size = 384 ...@@ -19,5 +19,8 @@ docker_volumes_size = 384
# NFS volume # NFS volume
nfs_volume_size = 256 nfs_volume_size = 256
# scratch volume
scratch_volumes_size = 128
# squid volume # squid volume
squid_volume_size = 128 squid_volume_size = 128
...@@ -53,7 +53,7 @@ variable "nfs_volume_size" { ...@@ -53,7 +53,7 @@ variable "nfs_volume_size" {
description = "Size of volume for NFS server (GB)" description = "Size of volume for NFS server (GB)"
} }
variable "scratch_volume_size" { variable "scratch_volumes_size" {
type = number type = number
description = "Size of volume for ephemeral volumes (GB)" description = "Size of volume for ephemeral volumes (GB)"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment