Skip to content

Commit

Permalink
fix: fix secret manager docs (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Mar 31, 2023
1 parent 70f9f0a commit 2b7a744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/secretmanager.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sm://<project-id>/<secret-id>/<version-id>
# 4. Short form - default project; specify secret + version
#
# The project is inferred from the spring.cloud.gcp.secretmanager.project-id setting
# in your bootstrap.properties (see Configuration) or from application-default credentials if
# in your application.properties (see Configuration) or from application-default credentials if
# this is not set.
sm://<secret-id>/<version>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/md/secretmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The Secret Manager config data resource uses the following syntax to specify sec
# 4. Short form - default project; specify secret + version
#
# The project is inferred from the spring.cloud.gcp.secretmanager.project-id setting
# in your bootstrap.properties (see Configuration) or from application-default credentials if
# in your application.properties (see Configuration) or from application-default credentials if
# this is not set.
sm://<secret-id>/<version>

Expand Down

0 comments on commit 2b7a744

Please sign in to comment.