update vm name and dns
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
resource "proxmox_lxc" "pihole" {
|
resource "proxmox_lxc" "pihole" {
|
||||||
target_node = "ryuk"
|
target_node = "ryuk"
|
||||||
hostname = "promgraph"
|
hostname = "pihole"
|
||||||
vmid = 220
|
vmid = 220
|
||||||
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
||||||
password = "terraform"
|
password = "terraform"
|
||||||
@@ -10,7 +10,7 @@ resource "proxmox_lxc" "pihole" {
|
|||||||
swap = 1024
|
swap = 1024
|
||||||
start = true
|
start = true
|
||||||
tags = "terraform"
|
tags = "terraform"
|
||||||
nameserver = "192.168.0.224"
|
nameserver = "192.168.0.24"
|
||||||
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||||
|
|
||||||
features {
|
features {
|
||||||
|
|||||||
Reference in New Issue
Block a user