From 798cc871c8a1de1d9c52b2d34da9589be40fb65d Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 7 Sep 2025 20:10:23 +0200 Subject: [PATCH] remove some unused variables --- multiple/shared_modules/variables.tf | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/multiple/shared_modules/variables.tf b/multiple/shared_modules/variables.tf index 3d723a7..45fc1f7 100644 --- a/multiple/shared_modules/variables.tf +++ b/multiple/shared_modules/variables.tf @@ -32,22 +32,7 @@ variable "image_location" { type = string default = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img" } -# In order to avoid refetching the cloud ISO each time, it could could be set to a local directory, like : "/var/lib/libvirt/images/noble-server-cloudimg-amd64.img" - -# variable "cloudinit_user_data" { -# description = "User data for cloud-init" -# type = string -# default = <