This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ==================================================== | |
# ⚠️ USE AT YOUR OWN RISK ⚠️ | |
# ---------------------------------------------------- | |
# This script is provided as-is with no guarantees. | |
# You are responsible for any consequences that may | |
# arise from using it. Please use with caution! | |
# ==================================================== | |
# Script only checks these resources: | |
# - EC2 Instances |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxmox_hostname = "https://ns1234567.ip-12-345-6.eu:8006" | |
proxmox_token_user = "packer@pam!packer" | |
proxmox_token = "" |