diff options
Diffstat (limited to 'terraform/main.tf')
| -rw-r--r-- | terraform/main.tf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/terraform/main.tf b/terraform/main.tf index f286985..599d61d 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -1,5 +1,5 @@ resource "proxmox_lxc" "minio" { - target_node = "pve" + target_node = "hesh" hostname = "minio" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.minio_password}" @@ -33,7 +33,7 @@ resource "proxmox_lxc" "minio" { } resource "proxmox_lxc" "sites" { - target_node = "pve" + target_node = "hesh" hostname = "sites" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.sites_password}" @@ -67,7 +67,7 @@ resource "proxmox_lxc" "sites" { } resource "proxmox_lxc" "rproxy" { - target_node = "pve" + target_node = "hesh" hostname = "rproxy" ostemplate = "local:vztmpl/alpine-3.18-default_20230607_amd64.tar.xz" password = "${var.rproxy_password}" @@ -97,7 +97,7 @@ resource "proxmox_lxc" "rproxy" { } resource "proxmox_lxc" "monitoring" { - target_node = "pve" + target_node = "hesh" hostname = "monitoring" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.monitoring_password}" @@ -131,7 +131,7 @@ resource "proxmox_lxc" "monitoring" { } resource "proxmox_lxc" "nc_kumar" { - target_node = "pve" + target_node = "hesh" hostname = "nc-kumar" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.nc_kumar_password}" @@ -167,7 +167,7 @@ resource "proxmox_lxc" "nc_kumar" { } resource "proxmox_lxc" "plex" { - target_node = "pve" + target_node = "hesh" hostname = "plex" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.plex_password}" @@ -203,7 +203,7 @@ resource "proxmox_lxc" "plex" { } resource "proxmox_lxc" "vault" { - target_node = "pve" + target_node = "hesh" hostname = "vault" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.vault_password}" @@ -237,7 +237,7 @@ resource "proxmox_lxc" "vault" { } resource "proxmox_lxc" "torrents" { - target_node = "pve" + target_node = "hesh" hostname = "torrents" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.torrents_password}" @@ -273,7 +273,7 @@ resource "proxmox_lxc" "torrents" { } resource "proxmox_lxc" "med_dl" { - target_node = "pve" + target_node = "hesh" hostname = "med-dl" ostemplate = "local:vztmpl/debian-12-standard_12.0-1_amd64.tar.zst" password = "${var.med_dl_password}" |
