Skip to content

Commit 0e99732

Browse files
chore: update proxmox provider (again) (#14)
1 parent 5d77c47 commit 0e99732

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

.terraform.lock.hcl

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/host-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Post Install
66

7-
Source: https://github.com/tteck/Proxmox/blob/d8b78777752f8727bc64b0f256b62633934741fa/misc/post-pve-install.sh
7+
Source: https://github.com/tteck/Proxmox/blob/f5f28231a74693eea6a38dea2b6476e2fb0317a8/misc/post-pve-install.sh
88

99
- disables Enterprise Repo
1010
- adds no-subscription & test repos

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
proxmox = {
1111
source = "ForsakenHarmony/proxmox"
12-
version = "0.0.0-canary.20"
12+
version = "0.0.0-canary.21"
1313
}
1414
}
1515

modules/lxc/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "ForsakenHarmony/proxmox"
5-
version = "0.0.0-canary.20"
5+
version = "0.0.0-canary.21"
66
}
77
}
88
}

modules/vm/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "ForsakenHarmony/proxmox"
5-
version = "0.0.0-canary.20"
5+
version = "0.0.0-canary.21"
66
}
77
}
88
}

proxmox/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "ForsakenHarmony/proxmox"
5-
version = "0.0.0-canary.20"
5+
version = "0.0.0-canary.21"
66
}
77
}
88
}

0 commit comments

Comments
 (0)