You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`bcrypt_hash` (String, Sensitive) A bcrypt hash of the generated random string.
56
+
-`bcrypt_hash` (String, Sensitive) A bcrypt hash of the generated random string.**NOTE**: If the generated random string is greater than 72 bytes in length, `bcrypt_hash` will contain a hash of the first 72 bytes.
57
57
-`id` (String) A static value used internally by Terraform, this should not be referenced in configurations.
58
58
-`result` (String, Sensitive) The generated random string.
0 commit comments