Skip to content

Commit c0ac84d

Browse files
authored
Revert "Prepare for v3.7.0 release (#651)" (#665)
This reverts commit a007eec.
1 parent a007eec commit c0ac84d

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

.changes/3.7.0.md

-10
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: FEATURES
2+
body: 'ephemeral/random_password: New ephemeral resource that generates a password
3+
string. When used in combination with a managed resource write-only attribute, Terraform
4+
will not store the password in the plan or state file.'
5+
time: 2025-01-10T17:22:33.1113-05:00
6+
custom:
7+
Issue: "625"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: NOTES
2+
body: New [ephemeral resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral)
3+
`random_password` now supports [ephemeral values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state).
4+
time: 2025-01-10T17:25:26.145298-05:00
5+
custom:
6+
Issue: "625"

CHANGELOG.md

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
## 3.7.0 (February 13, 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-alpha1 (February 13, 2025)
122

133
NOTES:

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.0-alpha1

0 commit comments

Comments
 (0)