Skip to content

Commit

Permalink
chore: update proxmox provider (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony authored Feb 23, 2024
1 parent 5353e29 commit 7555011
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ root = true
[*]
indent_size = 2
indent_style = space
insert_final_newline = true
60 changes: 30 additions & 30 deletions .terraform.lock.hcl

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

1 change: 0 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ locals {
mecci = {
ssh_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC30U/e79pjCltM4WZ7Jlr3J0NjdEgbcBSz4YCuiq90f [email protected]"
}

}

node = "nerdserv"
Expand Down
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.18"
version = "0.0.0-canary.20"
}
}

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.18"
version = "0.0.0-canary.20"
}
}
}
Expand Down
Empty file removed modules/vm/locals.tf
Empty file.
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.18"
version = "0.0.0-canary.20"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion proxmox/105-mecci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ module "mecci_vm" {
admins = [
local.users["mecci"]
]
}
}
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.18"
version = "0.0.0-canary.20"
}
}
}

0 comments on commit 7555011

Please sign in to comment.