mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
9 lines
215 B
HCL
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
|
|
}
|
|
}
|