Skip to content

Commit 2041631

Browse files
committed
chore: bump tofu to 1.12.1 and update provider constraints
1 parent 05ff329 commit 2041631

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/tf/.terraform.lock.hcl

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

src/tf/.tofu-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.12.1

src/tf/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ansible = {
66
source = "ansible/ansible"
7-
version = "~> 1.3"
7+
version = "~> 1.4"
88
}
99
aws = {
1010
source = "hashicorp/aws"
@@ -16,7 +16,7 @@ terraform {
1616
}
1717
proxmox = {
1818
source = "bpg/proxmox"
19-
version = "~> 0.97"
19+
version = "~> 0.106"
2020
}
2121
writeonly = {
2222
source = "glitchedmob/writeonly"

0 commit comments

Comments
 (0)