workspaces.tf: bump prod data volume size to 80 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-08-11 09:57:51 +02:00
parent e26879a3ff
commit 5068bbd940
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ locals {
test = { hosts_count = 1 }
prod = {
hosts_count = 2
data_volume_size = 60
data_volume_size = 80
}
}
}