We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208dba6 commit ed476dfCopy full SHA for ed476df
main.tf
@@ -33,7 +33,7 @@ resource "proxmox_virtual_environment_container" "proxmox_lxc" {
33
}
34
disk {
35
datastore_id = var.datastore_id
36
- root_disk_size = var.root_disk_size
+ rootfs_size = var.rootfs_size
37
38
network_interface {
39
name = "veth0"
variables.tf
@@ -28,7 +28,7 @@ variable "datastore_id" {
28
type = string
29
default = "local-lvm"
30
31
-variable "root_disk_size" {
+variable "rootfs_size" {
32
default = "4G"
0 commit comments