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