Skip to content

Instantly share code, notes, and snippets.

View bvierra's full-sized avatar

Billy Vierra bvierra

View GitHub Profile
@bvierra
bvierra / proxmox_vm.tf
Created December 1, 2025 21:55
proxmox talos
# resource "proxmox_virtual_environment_file" "cloud_init_user_data" {
# for_each = local.all_nodes_transformed
# content_type = "snippets"
# datastore_id = "proxmox-nfs"
# node_name = each.value.deploy_to
# source_raw {
# data = each.value.user_data
# file_name = "talos-${each.key}-user-data.yml"
function Test-NetConnectionUDP {
[CmdletBinding()]
param (
# Desit
[Parameter(Mandatory = $true)]
[int32]$Port,
# Parameter help description
[Parameter(Mandatory = $true)]
[string]$ComputerName,