Skip to content

Releases: timohirt/terraform-provider-hetznerdns

v2.2.0

15 Oct 08:48
Compare
Choose a tag to compare

What's Changed

  • feat: added hetzner primary server by @Frisch12 in #48
  • fix: typo in resource description by @90er in #49

Full Changelog: v2.1.0...v2.2.0

v2.1.0

18 Feb 22:14
Compare
Choose a tag to compare

Changelog

  • #36 Use retry when API requests fail and are retryable (0a9ecb7)

v2.0.0

21 Jan 21:02
Compare
Choose a tag to compare

Changelog

Update to Terraform Provider SDK V2.

v1.2.0

28 Nov 15:43
Compare
Choose a tag to compare

Changelog

  • Update ARM support (#32)
  • Enhance documentation (#26, #25)

v1.1.1

07 Sep 19:22
Compare
Choose a tag to compare

Changelog

0da2706 fix: Code highlighting in docs
8ec2d67 fix: Show error when DNS zone doesn't exist (fixes #14)
31efb57 fix: convert TTL to int instead of *int (fixes #16)

v1.1.0

30 Aug 20:24
Compare
Choose a tag to compare

DNS records and zones can now both be created, updated, deleted and imported.

Changelog

1d860eb Document how to use quotes in TXT records
9cf49fe Document how to import records
5642e7b Make TTL of record optional

v1.0.7

17 Aug 20:56
Compare
Choose a tag to compare

Changelog

c45e7ae Fix docs

v1.0.6

17 Aug 20:06
e9c64fc
Compare
Choose a tag to compare

Changelog

e9c64fc Prepare for publishing to Terraform Registry

v1.0.5

21 Jul 18:30
Compare
Choose a tag to compare

Changelog

e7e5872 Add regression test to verify issue #5 never happens again
94806e7 Only synchronize PUT and POST requests

Fixes

Issue #6

v1.0.4

14 Jul 20:30
Compare
Choose a tag to compare

Changelog

74a1d0d Cleanup docs
4a92377 Fix copy and paste error in README
81bdcd3 Fix data source docs
6b966d2 Fix typos 🙈
3109ecf fix: Synchronize API requests