correctionofVar
This commit is contained in:
+6
-6
@@ -4,12 +4,12 @@ resource "proxmox_lxc" "TerraformDemo" {
|
|||||||
ostemplate = "local:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst"
|
ostemplate = "local:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst"
|
||||||
password = var.root_password
|
password = var.root_password
|
||||||
unprivileged = true
|
unprivileged = true
|
||||||
memory = 2048
|
memory = 2048
|
||||||
swap = 512
|
swap = 512
|
||||||
cores = 2
|
cores = 2
|
||||||
cpulimit = 2
|
cpulimit = 2
|
||||||
|
|
||||||
ssh_keys = [
|
ssh_public_keys = [
|
||||||
var.ssh_public_key
|
var.ssh_public_key
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ resource "proxmox_lxc" "TerraformDemo" {
|
|||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
ip = "dhcp"
|
ip = "dhcp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user