Skip to content

Commit 4b34e62

Browse files
chore: update terraform provider
1 parent 0397311 commit 4b34e62

File tree

6 files changed

+36
-37
lines changed

6 files changed

+36
-37
lines changed

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.11.2

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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

16-
required_version = ">= 1.5.0"
16+
required_version = ">= 1.11.0"
1717
}

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 & 2 deletions
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
}
@@ -47,7 +47,6 @@ resource "proxmox_virtual_environment_vm" "vm" {
4747
# disable because we don't have an xserver
4848
tablet_device = false
4949
vga {
50-
enabled = true
5150
type = "std"
5251
}
5352

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)