Skip to content

Releases: hashicorp/terraform-provider-time

v0.7.2

14 Feb 18:51
Compare
Choose a tag to compare

BUG FIXES:

  • resource/time_sleep: Prevent context deadline exceeded error when timeout duration is configured above 20 minutes (#45)

v0.7.1

14 Feb 18:51
Compare
Choose a tag to compare

BUG FIXES:

  • provider: Ensure darwin/arm64 platform is included in releases

v0.7.0

14 Feb 18:50
Compare
Choose a tag to compare

NOTES:

  • Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.

v0.6.0

14 Feb 18:50
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Dropped support for Terraform 0.11 and lower (#16)

ENHANCEMENTS

  • Made time_sleep context aware, allowing easier early cancellation (#16)

v0.5.0

14 Feb 18:49
Compare
Choose a tag to compare

FEATURES

  • New Resource: time_sleep (#12)

v0.4.0

14 Feb 18:49
Compare
Choose a tag to compare

BREAKING CHANGES:

  • resource/time_offset: keepers argument renamed to triggers
  • resource/time_offset: Remove non-RFC3339 RFC and unixdate attribute
  • resource/time_rotating: keepers argument renamed to triggers
  • resource/time_rotating: Remove non-RFC3339 RFC and unixdate attributes
  • resource/time_static: keepers argument renamed to triggers
  • resource/time_static: Remove non-RFC3339 RFC and unixdate attributes

v0.3.0

14 Feb 18:49
aa67e55
Compare
Choose a tag to compare
resource/time_offset: Ensure base_rfc3339 is always set in Terrafrom …

v0.2.0

14 Feb 16:49
31500e0
Compare
Choose a tag to compare
New Resource: time_offset (#2)

v0.1.0

14 Feb 08:19
Compare
Choose a tag to compare
tests/provider: Add Go unit testing workflow for GitHub repository pu…