Skip to content

Commit 9f4c127

Browse files
author
Matt Cuneo
authoredDec 12, 2021
Provider config
0 parents  commit 9f4c127

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎terraform/main.tf

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
terraform {
2+
required_providers {
3+
proxmox = {
4+
source = "Telmate/proxmox"
5+
version = "2.9.3"
6+
}
7+
}
8+
}
9+
10+
provider "proxmox" {
11+
pm_api_url = var.pm_api_url
12+
pm_tls_insecure = true
13+
}

0 commit comments

Comments
 (0)
Failed to load comments.