Skip to content

Commit 17b2e0e

Browse files
chore: update terraform provider
1 parent 0397311 commit 17b2e0e

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

.terraform.lock.hcl

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.tf

Lines changed: 1 addition & 1 deletion
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.6523af7d"
12+
version = "0.0.0-canary.46302975"
1313
}
1414
}
1515

modules/lxc/main.tf

Lines changed: 1 addition & 1 deletion
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.6523af7d"
5+
version = "0.0.0-canary.46302975"
66
}
77
}
88
}

modules/vm/main.tf

Lines changed: 1 addition & 1 deletion
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.6523af7d"
5+
version = "0.0.0-canary.46302975"
66
}
77
}
88
}

proxmox/main.tf

Lines changed: 1 addition & 1 deletion
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.6523af7d"
5+
version = "0.0.0-canary.46302975"
66
}
77
}
88
}

0 commit comments

Comments
 (0)