Initial Commit
This commit is contained in:
6
terraform.auto.tfvars.example
Executable file
6
terraform.auto.tfvars.example
Executable 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"
|
Reference in New Issue
Block a user