Skip to content

Releases: hashicorp/terraform-provider-random

v3.7.2

22 Apr 11:54
bc2ddb5
Compare
Choose a tag to compare

3.7.2 (April 22, 2025)

NOTES:

  • Update dependencies (#683)

v3.7.1

25 Feb 17:30
Compare
Choose a tag to compare

NOTES:

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

25 Feb 17:00
Compare
Choose a tag to compare

NOTES:

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

24 Feb 21:56
b473566
Compare
Choose a tag to compare
v3.7.0-alpha1 Pre-release
Pre-release

3.7.0-alpha1 (February 13, 2025)

NOTES:

  • all: This release is being used to test new build and release actions.

v3.6.3

11 Sep 14:08
Compare
Choose a tag to compare

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#604)

v3.6.2

21 May 19:38
Compare
Choose a tag to compare

NOTES:

  • resource/random_pet: Results have been updated to the latest upstream petname data (#581)

v3.6.1

16 Apr 06:27
Compare
Choose a tag to compare

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

04 Dec 14:00
Compare
Choose a tag to compare

FEATURES:

  • resource/random_bytes: New resource that generates an array of random bytes intended to be used as key or secret (#272)

v3.5.1

12 Apr 20:17
Compare
Choose a tag to compare

BUG FIXES:

  • resource/random_password: Prevent error with bcrypt by truncating the bytes that are hashed to a maximum length of 72 (#397)

v3.5.0

11 Apr 16:06
Compare
Choose a tag to compare

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)