mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-04 01:06:20 +00:00
add terraform
This commit is contained in:
16
Terraform/providers.tf
Normal file
16
Terraform/providers.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
terraform {
|
||||
required_version = ">= 0.14"
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "registry.example.com/telmate/proxmox"
|
||||
version = ">= 1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "proxmox" {
|
||||
pm_tls_insecure = true
|
||||
pm_api_url = "https://proxmox.jimsgarage.co.uk/api2/json"
|
||||
pm_api_token_secret = "112e04a7-4f15-45c5-b1e1-624e90a55f8b"
|
||||
pm_api_token_id = "root@pam!terraform"
|
||||
}
|
Reference in New Issue
Block a user