Initial Commit

This commit is contained in:
2024-10-26 22:29:05 +10:00
commit 0518ee5343
7 changed files with 505 additions and 0 deletions

6
terraform.auto.tfvars.example Executable file
View File

@ -0,0 +1,6 @@
proxmox_api_url = "https://0.0.0.0:8006/api2/json" # Your Proxmox IP Address
proxmox_api_token_id = "terraform@pam!terraform" # API Token ID
proxmox_api_token_secret = "your-api-token-secret"
ci_user = "administrator"
ci_password = "your-ci-password"
ssh_key = "your-ssh-key"