Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shi Sheng <[email protected]>
  • Loading branch information
hazmei and shisheng10 authored Dec 12, 2023
1 parent ab7f642 commit e23299e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ module "vault_secretsync" {
unassociate_secrets = {
hello = {
mount = "mount_hello"
secret_name = ["hello_secret"]
secret_name = [
"hello_secret_1",
"hello_secret_2",
]
}
}
}
Expand Down

0 comments on commit e23299e

Please sign in to comment.