Files
terraform-k8-env/provider_module/provider.tf
gregory hendrickson f5c433d387 Initialize git
2023-01-25 19:10:50 -08:00

6 lines
96 B
HCL

provider "proxmox" {
url = var.url
username = var.username
password = var.password
}