From 4b330521fd25fc562485a17d7d522030803c1649 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 5 Jul 2024 00:14:54 -0400 Subject: renamed node from pve to hesh --- terraform/main.tf | 18 +++++++++--------- 1 file 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}" -- cgit v1.2.3