terraform-provider-hcloud icon indicating copy to clipboard operation
terraform-provider-hcloud copied to clipboard

[Feature]: Convert `id` fields from String to Int

Open apricote opened this issue 4 months ago • 1 comments

What whould you like to see?

In the current version of the provider, all id fields are internally strings, even though we have documented them as int. We would like to make them int(64) to match our API. This is a breaking change, and requires #752 to be finalized.

apricote avatar Feb 05 '24 10:02 apricote