Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Feb 25, 2025
1 parent f52a246 commit f6ac5f9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
10 changes: 10 additions & 0 deletions .changes/3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.7.1 (February 25, 2025)

NOTES:

* 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))

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](https://github.com/hashicorp/terraform-provider-random/issues/625))

7 changes: 0 additions & 7 deletions .changes/unreleased/FEATURES-20250110-172233.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/NOTES-20250110-172526.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.7.1 (February 25, 2025)

NOTES:

* 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))

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](https://github.com/hashicorp/terraform-provider-random/issues/625))

## 3.7.0 (February 25, 2025)

NOTES:
Expand Down

0 comments on commit f6ac5f9

Please sign in to comment.