Skip to content

Commit

Permalink
chore: update proxmox provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Mar 26, 2024
1 parent 0e99732 commit 3a4af49
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
35 changes: 18 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
proxmox = {
source = "ForsakenHarmony/proxmox"
version = "0.0.0-canary.21"
version = "0.0.0-canary.5843aa95"
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/lxc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "ForsakenHarmony/proxmox"
version = "0.0.0-canary.21"
version = "0.0.0-canary.5843aa95"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "ForsakenHarmony/proxmox"
version = "0.0.0-canary.21"
version = "0.0.0-canary.5843aa95"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion proxmox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "ForsakenHarmony/proxmox"
version = "0.0.0-canary.21"
version = "0.0.0-canary.5843aa95"
}
}
}

0 comments on commit 3a4af49

Please sign in to comment.