aboutsummaryrefslogtreecommitdiff
path: root/terraform/terraform.tf
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-07-01 03:54:20 +0000
committerKumar Damani <me@kumardamani.net>2026-07-01 03:54:20 +0000
commitbc1ad567d2eac46088285ed7d2d688fffc91a82f (patch)
tree9677640e074c1c2d38e26f71350b81519bc4232a /terraform/terraform.tf
parenta125ec65a120ce23e4e692a48eaa169bc40e5506 (diff)
updates to ans. and tf
Diffstat (limited to 'terraform/terraform.tf')
-rwxr-xr-x[-rw-r--r--]terraform/terraform.tf5
1 files changed, 3 insertions, 2 deletions
diff --git a/terraform/terraform.tf b/terraform/terraform.tf
index 64842b0..a9463ab 100644..100755
--- a/terraform/terraform.tf
+++ b/terraform/terraform.tf
@@ -1,12 +1,13 @@
terraform {
required_providers {
proxmox = {
- source = "telmate/proxmox"
- version = ">=1.0.0"
+ source = "Telmate/proxmox"
+ version = "3.0.2-rc07"
}
}
}
provider "proxmox" {
# Configuration options
+ pm_tls_insecure = true
}