From d056cb4f9aa81ef48339057d0b920120a6833130 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Wed, 7 Aug 2019 17:35:29 +0200
Subject: [PATCH] db0: Extending its disk size

32G is a bit short for the dbs.
100G as well but we'll see for now.
---
 proxmox/terraform/staging.tf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/proxmox/terraform/staging.tf b/proxmox/terraform/staging.tf
index 17f98fe..dd1a1d4 100644
--- a/proxmox/terraform/staging.tf
+++ b/proxmox/terraform/staging.tf
@@ -127,6 +127,10 @@ module "db0" {
         ip      = "192.168.128.3"
         macaddr = "3A:65:31:7C:24:17"
     }
+    storage = {
+        location = "orsay-ssd-2018"
+        size     = "100G"
+    }
 }
 
 output db0_summary {
-- 
GitLab