Skip to content

Releases: hashicorp/terraform-provider-random

v3.3.2

23 Jun 15:34
Compare
Choose a tag to compare

BUG FIXES:

  • resource/random_password: When importing set defaults for all attributes that have a default defined (256).
  • resource/random_string: When importing set defaults for all attributes that have a default defined (256).

v3.3.1

07 Jun 12:11
b7b4a99
Compare
Choose a tag to compare

BUG FIXES:

  • resource/random_password: During schema upgrade, copy value of attribute number to attribute numeric, only if said value is a boolean (i.e. not null) (262)
  • resource/random_string: During schema upgrade, copy value of attribute number to attribute numeric, only if said value is a boolean (i.e. not null) (262)

v3.3.0

06 Jun 15:46
96bc479
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/random_password: number is now deprecated and numeric has been added to align attribute naming. number will be removed in the next major release (#258).
  • resource/random_string: number is now deprecated and numeric has been added to align attribute naming. number will be removed in the next major release (#258).

v3.2.0

18 May 14:45
7d4676c
Compare
Choose a tag to compare

NEW FEATURES:

  • resource/random_password: New attribute bcrypt_hash, which is the hashed password (73, 102, 254)

NOTES:

  • Adds or updates DESIGN.md, README.md, CONTRIBUTING.md and SUPPORT.md docs (176, 235, 242).
  • Removes usage of deprecated fields, types and functions (243, 244).
  • Tests all minor Terraform versions (238, 241)
  • Switches to linting with golangci-lint (237, 240).

v3.1.3

22 Apr 13:38
9de7bb9
Compare
Choose a tag to compare

BUG FIXES:

  • resource/random_password: Prevent crash when length is less than 0 (#129, #181, #200, #233).
  • resource/random_string: Prevent crash when length is less than 0 (#129, #181, #200, #233).
  • resource/random_password: Prevent confusing inconsistent result error when length is 0 (#222, #233).
  • resource/random_string: Prevent confusing inconsistent result error when length is 0 (#222, #233).

v3.1.2

17 Mar 17:23
19a92f2
Compare
Choose a tag to compare

BUG FIXES:

  • resource/random_pet: Prevented deterministic results since 3.1.1 (#217.

v3.1.1

16 Mar 15:32
f2aac72
Compare
Choose a tag to compare

NOTES:

  • Updated terraform-plugin-docs to v0.7.0:
    this improves generated documentation, with attributes now correctly formatted as code
    and provided with anchors.
  • Functionally identical to the previous 3.1.0 release.