Init repo
This commit is contained in:
16
provider.tf
Normal file
16
provider.tf
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
terraform {
|
||||||
|
required_providers {
|
||||||
|
proxmox = {
|
||||||
|
source = "Telmate/proxmox"
|
||||||
|
version = "2.9.14"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
provider "proxmox" {
|
||||||
|
pm_api_url = "https://192.168.1.57:8006/api2/json"
|
||||||
|
pm_user = "terraform@pve"
|
||||||
|
pm_password = "terraform"
|
||||||
|
pm_tls_insecure = "true"
|
||||||
|
pm_parallel = 3
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user