Initialize git

This commit is contained in:
gregory hendrickson
2023-01-25 19:10:50 -08:00
commit f5c433d387
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
provider "proxmox" {
url = var.url
username = var.username
password = var.password
}