Releases: hashicorp/terraform-provider-random
Releases · hashicorp/terraform-provider-random
v3.7.2
v3.7.1
NOTES:
- New ephemeral resource
random_password
now supports ephemeral values. (#625)
FEATURES:
- ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. (#625)
v3.7.0
NOTES:
- New ephemeral resource
random_password
now supports ephemeral values. (#625)
FEATURES:
- ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. (#625)
v3.7.0-alpha1
3.7.0-alpha1 (February 13, 2025)
NOTES:
- all: This release is being used to test new build and release actions.
v3.6.3
v3.6.2
v3.6.1
BUG FIXES:
- all: Prevent
keepers
from triggering an in-place update following import (#385) - resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 (#409)
- provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#551)
- provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#551)
v3.6.0
v3.5.1
v3.5.0
NOTES:
- This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#378)