Skip to content

Commit 65390a6

Browse files
committed
Minor version change
1 parent 49f7e6e commit 65390a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
docker = {
55
source = "kreuzwerker/docker"
6-
version = "3.0.2"
6+
version = "3.6.2"
77
}
88
proxmox = {
99
source = "bpg/proxmox"
10-
version = "0.75.0"
10+
version = "0.78.2"
1111
}
1212
}
1313
}

modules/domain/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 = "bpg/proxmox"
5-
version = "0.75.0"
5+
version = " 0.78.2"
66
}
77
}
88
}

modules/proxy/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 = "bpg/proxmox"
5-
version = "0.75.0"
5+
version = " 0.78.2"
66
}
77
}
88
}

0 commit comments

Comments
 (0)