summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-21 13:40:18 -0700
committerTim Smith <tsmith@chef.io>2021-07-21 13:40:18 -0700
commit9ec4b1f55cd55a5388db504daa44c2d059310d9e (patch)
tree5d7463c07a0d1b20d6057641ef246cb33513e166 /RELEASE_NOTES.md
parent6fac6a09774af1f77b616b9a549ef6e9cc7546b6 (diff)
downloadchef-9ec4b1f55cd55a5388db504daa44c2d059310d9e.tar.gz
Remove a secrets example
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2984bee9ca..0c4478b7c1 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -234,12 +234,6 @@ The secrets helper accepts the secret name, and secrets service, secret version
##### Fetching an AWS Secrets Manager secret
```ruby
-secret(name: 'test1', service: :aws_secrets_manager)
-```
-
-##### Fetching an AWS Secrets Manager secret from another region
-
-```ruby
secret(name: 'test1', service: :aws_secrets_manager, config: { region: 'us-west-2' })
```