Skip to content

Update Terraform hcloud to v1.68.0 - #27

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/terraform-dependencies
Open

Update Terraform hcloud to v1.68.0#27
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/terraform-dependencies

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
hcloud (source) required_provider minor 1.66.11.68.0

Release Notes

hetznercloud/terraform-provider-hcloud (hcloud)

v1.68.0

Compare Source

Compare to previous version

Features
Bug Fixes

v1.67.0

Compare Source

Compare to previous version

Removed datacenter from Server and Primary IP

The deprecated datacenter attribute was marked for removal from the Server and Primary IP resources/data sources. You must use the location attribute instead. Since the property was already removed from the Hetzner Cloud API, we do not consider this a breaking change (see changelog entry).

[!IMPORTANT]
Action required: Please update all configuration that uses the datacenter attribute to use the location attribute instead.

Before:

resource "hcloud_server" "main" {
  // ...
  datacenter = "hel1-dc1"
}

resource "hcloud_primary_ip" "main" {
  // ...
  datacenter = "hel1-dc1"
}

After:

resource "hcloud_server" "main" {
  // ...
  location = "hel1"
}

resource "hcloud_primary_ip" "main" {
  // ...
  location = "hel1"
}
Features
Bug Fixes

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions
github-actions Bot force-pushed the renovate/terraform-dependencies branch 4 times, most recently from 2b68344 to cb95f06 Compare July 29, 2026 07:05
@github-actions github-actions Bot changed the title Update Terraform hcloud to v1.67.0 Update Terraform hcloud to v1.68.0 Jul 29, 2026
@github-actions
github-actions Bot force-pushed the renovate/terraform-dependencies branch 7 times, most recently from 5ce3247 to f1d7717 Compare August 5, 2026 07:04
@github-actions
github-actions Bot force-pushed the renovate/terraform-dependencies branch from f1d7717 to 4cff49d Compare August 6, 2026 07:04
@github-actions
github-actions Bot force-pushed the renovate/terraform-dependencies branch from 4cff49d to 30650b5 Compare August 7, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants