BUG FIXES:
- resource/time_rotating: Correctly retrieve the Terraform state during update (#132)
NOTES:
- provider: Rewritten to use the new
terraform-plugin-framework
(#112)
BUG FIXES:
- documentation: Changed wording from "Conflicts with other
offset_
/rotation_
arguments." to "At least one of theoffset_
/rotation_
arguments must be configured." to correctly reflect the use ofAtLeastOneOf
(#105)
NOTES:
BUG FIXES:
- resource/time_sleep: Prevent
context deadline exceeded
error when timeout duration is configured above 20 minutes (#45)
BUG FIXES:
- provider: Ensure
darwin/arm64
platform is included in releases
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
BREAKING CHANGES:
- Dropped support for Terraform 0.11 and lower (#16)
ENHANCEMENTS
- Made
time_sleep
context aware, allowing easier early cancellation (#16)
FEATURES
- New Resource:
time_sleep
(#12)
BREAKING CHANGES:
- resource/time_offset:
keepers
argument renamed totriggers
- resource/time_offset: Remove non-RFC3339 RFC and
unixdate
attribute - resource/time_rotating:
keepers
argument renamed totriggers
- resource/time_rotating: Remove non-RFC3339 RFC and
unixdate
attributes - resource/time_static:
keepers
argument renamed totriggers
- resource/time_static: Remove non-RFC3339 RFC and
unixdate
attributes
ENHANCEMENTS:
- resource/time_offset: Add
keepers
argument - resource/time_rotating: Add
keepers
argument - resource/time_static: Add
keepers
argument
BUG FIXES:
- resource/time_offset: Ensure
base_rfc3339
is always set in Terraform state during creation, even if unconfigured
BREAKING CHANGES:
- resource/time_static: The
expiration_
arguments have been moved to the newtime_rotating
resource asrotation_
arguments.
FEATURES:
- New Resource:
time_offset
- New Resource:
time_rotating
FEATURES:
- New Resource:
time_static