working and a bit modular
This commit is contained in:
18
tf_code/main.tf
Normal file
18
tf_code/main.tf
Normal file
@@ -0,0 +1,18 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.73.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "proxmox" {
|
||||
# Configuration options
|
||||
endpoint = var.PROXMOX_VE_ENDPOINT
|
||||
api_token = var.PROXMOX_VE_API_TOKEN
|
||||
}
|
||||
|
||||
output "unciel_eu_value" {
|
||||
value = {for k,v in var.unciel_eu: k => v...}
|
||||
}
|
||||
Reference in New Issue
Block a user