Skip to content

Commit f52a246

Browse files
authored
chore: Update release metadata HCL file (#666)
1 parent 61f625a commit f52a246

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed
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"

.release/ci.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ event "promote-staging" {
5959
repository = "crt-workflows-common"
6060
workflow = "promote-staging"
6161
depends = null
62-
config = "oss-release-metadata.hcl"
62+
config = "release-metadata.hcl"
6363
}
6464

6565
depends = ["trigger-staging"]
File renamed without changes.

0 commit comments

Comments
 (0)