first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.105.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "proxmox" {
|
||||
endpoint = var.pve_api_endpoint
|
||||
api_token = var.pve_api_token
|
||||
insecure = true
|
||||
}
|
||||
Reference in New Issue
Block a user