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 a658415 commit a00ef1f
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 @@ -100,7 +100,10 @@ module "vault_secretsync" {
}
hello = {
mount = "mount_hello"
secret_name = ["hello_secret"]
secret_name = [
"hello_secret_1",
"hello_secret_2",
]
}
}
Expand Down

0 comments on commit a00ef1f

Please sign in to comment.