Skip to content

Commit 795668a

Browse files
chore(deps): update terraform hcloud to v1.55.0
1 parent befd2cd commit 795668a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terraform-templates/hetzner-cloud-empty-server/node/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
hcloud = {
44
source = "hetznercloud/hcloud"
55
# Here we use version 1.50.0, this may change in the future
6-
version = "1.52.0"
6+
version = "1.55.0"
77
}
88
}
99
}

terraform-templates/hetzner-cloud-empty-server/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
hcloud = {
55
source = "hetznercloud/hcloud"
66
# Here we use version 1.50.0, this may change in the future
7-
version = "1.52.0"
7+
version = "1.55.0"
88
}
99
}
1010
}

terraform-templates/hetzner-cloud/node/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
hcloud = {
44
source = "hetznercloud/hcloud"
55
# Here we use version 1.50.0, this may change in the future
6-
version = "1.52.0"
6+
version = "1.55.0"
77
}
88
}
99
}

terraform-templates/hetzner-cloud/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
hcloud = {
55
source = "hetznercloud/hcloud"
66
# Here we use version 1.50.0, this may change in the future
7-
version = "1.52.0"
7+
version = "1.55.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)