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 = <