Releases: hashicorp/terraform-provider-time
Releases · hashicorp/terraform-provider-time
v0.12.1
NOTES:
- all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#351)
v0.12.0
ENHANCEMENTS:
- resource/time_static: If the
rfc3339
value is set in config and known at plan-time, all other attributes will also be known during plan. (#255)
v0.11.2
NOTES:
- This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#327)
v0.11.1
NOTES:
- No functional changes from v0.11.0. Minor documentation fixes. (#299)
v0.11.0
FEATURES:
- functions/rfc3339_parse: Added a new
rfc3339_parse
function that parses an RFC3339 timestamp string and returns an object representation. (#280)
v0.10.0
BUG FIXES:
- resource/time_offset: Fix bug preventing multiple offset arguments from being set (#189)
v0.9.2
NOTES:
- This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#263)
v0.9.1
BUG FIXES:
- resource/time_rotating: Correctly retrieve the Terraform state during update (#132)
v0.8.0
BUG FIXES:
- documentation: Changed wording from "Conflicts with other
offset_
/rotation_
arguments." to "At least one of the offset_
/rotation_
arguments must be configured." to correctly reflect the use of AtLeastOneOf
(#105)
NOTES:
- provider: Upgrade Go version to 1.18 (#114)
- provider: Enable
golangci-lint
(#105)