From f22f92437436f22c3e021f3afe941815a61f15d9 Mon Sep 17 00:00:00 2001 From: VC Date: Sat, 8 Mar 2025 07:40:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8:=20make=20tofu=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tf b/main.tf index a48ec27..5a4bc2b 100644 --- a/main.tf +++ b/main.tf @@ -170,10 +170,10 @@ module "lxc_git1" { disk = [{ size = "10G" path = "/srv" - }, - { - size = "10G" - path = "/var/lib/docker" + }, + { + size = "10G" + path = "/var/lib/docker" }] }