You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,11 @@ variable "node_name" {
15
15
}
16
16
}
17
17
variable"container_template_file" {
18
-
# todo: figure out local pathing for pre-downloaded
19
-
description="A .tar.zst/.tar.gz/.tar.xz as found at https://us.lxd.images.canonical.com/images/ or http://download.proxmox.com/images/system/"
18
+
description="A .tar.zst/.tar.gz/.tar.xz as found at https://us.lxd.images.canonical.com/images/ or http://download.proxmox.com/images/system/. Container templates pre-downloaded to the Terraform-running machine can also be used."
error_message="URL should start with HTTP or HTTPS and end with one of .tar.gz, .tar.zst, or .tar.xz. Local file paths should be absolute and start with a /."
0 commit comments