chore: update alpine-latest image link
This commit is contained in:
@@ -18,12 +18,12 @@ resource "proxmox_lxc" "gtar" {
|
||||
${var.ssh_key}
|
||||
EOF
|
||||
|
||||
memory = "4096"
|
||||
memory = "8192"
|
||||
swap = "512"
|
||||
|
||||
rootfs {
|
||||
storage = "local"
|
||||
size = "8G"
|
||||
size = "20G"
|
||||
}
|
||||
|
||||
features {
|
||||
|
||||
Reference in New Issue
Block a user