Skip to content

Commit f6ac5f9

Browse files
Update changelog
1 parent f52a246 commit f6ac5f9

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.changes/3.7.1.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 3.7.1 (February 25, 2025)
2+
3+
NOTES:
4+
5+
* New [ephemeral resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral) `random_password` now supports [ephemeral values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state). ([#625](https://github.com/hashicorp/terraform-provider-random/issues/625))
6+
7+
FEATURES:
8+
9+
* 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](https://github.com/hashicorp/terraform-provider-random/issues/625))
10+

.changes/unreleased/FEATURES-20250110-172233.yaml

-7
This file was deleted.

.changes/unreleased/NOTES-20250110-172526.yaml

-6
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.7.1 (February 25, 2025)
2+
3+
NOTES:
4+
5+
* New [ephemeral resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral) `random_password` now supports [ephemeral values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state). ([#625](https://github.com/hashicorp/terraform-provider-random/issues/625))
6+
7+
FEATURES:
8+
9+
* 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](https://github.com/hashicorp/terraform-provider-random/issues/625))
10+
111
## 3.7.0 (February 25, 2025)
212

313
NOTES:

0 commit comments

Comments
 (0)