v.1.0
This commit is contained in:
15
main.tf
Normal file
15
main.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
provider "proxmox" {
|
||||
pm_tls_insecure = true
|
||||
pm_api_url = var.pm_api_url
|
||||
pm_api_token_id = var.pm_api_token_id
|
||||
pm_api_token_secret = var.pm_api_token_secret
|
||||
}
|
||||
|
||||
terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "Telmate/proxmox"
|
||||
version = "=3.0.2-rc03"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user