Skip to content

Commit bcd67f0

Browse files
fix(deps): update all terraform dependencies
1 parent bd89b23 commit bcd67f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

terraform/versions.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ terraform {
22
required_providers {
33
cloudflare = {
44
source = "cloudflare/cloudflare"
5-
version = "5.9.0"
5+
version = "5.18.0"
66
}
77
hcloud = {
88
source = "hetznercloud/hcloud"
9-
version = "1.52.0"
9+
version = "1.60.1"
1010
}
1111
local = {
1212
source = "hashicorp/local"
13-
version = "2.5.3"
13+
version = "2.8.0"
1414
}
1515
random = {
1616
source = "hashicorp/random"
17-
version = "3.7.2"
17+
version = "3.8.1"
1818
}
1919
}
2020
required_version = ">= 0.14"

0 commit comments

Comments
 (0)