Skip to content

Commit efccc9b

Browse files
committed
Update main.tf
1 parent b882854 commit efccc9b

File tree

1 file changed

+1
-1
lines changed
  • test/integration/vaultstaticsecret/terraform

1 file changed

+1
-1
lines changed

test/integration/vaultstaticsecret/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ path "${vault_mount.kv.path}/*" {
144144
subscribe_event_types = ["kv*"]
145145
}
146146
147-
path "sys/events/subscribe/kv*" {
147+
path "sys/events/subscribe/*" {
148148
capabilities = ["read"]
149149
}
150150
EOT

0 commit comments

Comments
 (0)