Skip to content

Commit

Permalink
line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Sep 29, 2024
1 parent 9818030 commit 7025f5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ terraform {
provider "bitwarden" {
email = "[email protected]"
# If you have the opportunity, you can try out the embedded client which removes the need for a locally installed Bitwarden CLI.
# Please note that this feature is still considered as experimental, might not work as expected, and is not recommended for production use.
# If you have the opportunity, you can try out the embedded client which removes the need
# for a locally installed Bitwarden CLI. Please note that this feature is still considered
# as experimental, might not work as expected, and is not recommended for production use.
#
# experimental {
# embedded_client = true
Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ provider "bitwarden" {
client_id = "my-client-id"
client_secret = "my-client-secret"
# If you have the opportunity, you can try out the embedded client which removes the need for a locally installed Bitwarden CLI.
# Please note that this feature is still considered as experimental, might not work as expected, and is not recommended for production use.
# If you have the opportunity, you can try out the embedded client which removes the need
# for a locally installed Bitwarden CLI. Please note that this feature is still considered
# as experimental, might not work as expected, and is not recommended for production use.
#
# experimental {
# embedded_client = true
Expand Down
5 changes: 3 additions & 2 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ provider "bitwarden" {
client_id = "my-client-id"
client_secret = "my-client-secret"

# If you have the opportunity, you can try out the embedded client which removes the need for a locally installed Bitwarden CLI.
# Please note that this feature is still considered as experimental, might not work as expected, and is not recommended for production use.
# If you have the opportunity, you can try out the embedded client which removes the need
# for a locally installed Bitwarden CLI. Please note that this feature is still considered
# as experimental, might not work as expected, and is not recommended for production use.
#
# experimental {
# embedded_client = true
Expand Down

0 comments on commit 7025f5a

Please sign in to comment.