mirror of
https://github.com/ghndrx/terraform-k8-env.git
synced 2026-02-10 06:55:02 +00:00
Initialize git
This commit is contained in:
5
provider_module/provider.tf
Normal file
5
provider_module/provider.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
provider "proxmox" {
|
||||
url = var.url
|
||||
username = var.username
|
||||
password = var.password
|
||||
}
|
||||
Reference in New Issue
Block a user