0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/example/main.tf
2021-02-13 02:46:29 +01:00

9 lines
215 B
HCL

provider "proxmox" {
virtual_environment {
endpoint = var.virtual_environment_endpoint
username = var.virtual_environment_username
password = var.virtual_environment_password
insecure = true
}
}