Skip to content

Commit 80f2acd

Browse files
chore: update proxmox provider (#15)
1 parent 0e99732 commit 80f2acd

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

.terraform.lock.hcl

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

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.21"
12+
version = "0.0.0-canary.6523af7d"
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.21"
5+
version = "0.0.0-canary.6523af7d"
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.21"
5+
version = "0.0.0-canary.6523af7d"
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.21"
5+
version = "0.0.0-canary.6523af7d"
66
}
77
}
88
}

0 commit comments

Comments
 (0)