Skip to content

Releases: hashicorp/terraform-provider-random

v3.8.1

27 Jan 15:47
de3700a

Choose a tag to compare

3.8.1 (January 27, 2026)

NOTES:

  • This release introduces no functional changes but has been signed with a valid certificate for the windows binary. (#749)

v3.8.0

13 Jan 21:20
1a47b64

Choose a tag to compare

3.8.0 (January 12, 2026)

ENHANCEMENTS:

  • Add uuid4 and uuid7 resources to generate valid random uuids of the appropriate version (#402)

v3.7.2

22 Apr 11:54
bc2ddb5

Choose a tag to compare

3.7.2 (April 22, 2025)

NOTES:

  • Update dependencies (#683)

v3.7.1

25 Feb 17:30

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

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

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

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

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

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

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)