test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
resource "proxmox_lxc" "test2" {
|
||||
target_node = "ryuk"
|
||||
hostname = var.hostname
|
||||
hostname = "test2"
|
||||
vmid = 217
|
||||
ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
|
||||
password = "terraform"
|
||||
@@ -34,7 +34,7 @@ resource "proxmox_lxc" "test2" {
|
||||
network {
|
||||
name = "eth0"
|
||||
bridge = "vmbr0"
|
||||
ip = "${var.ip}/24"
|
||||
ip = "192.168.0.64/24"
|
||||
gw = "192.168.0.1"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user