6 lines
114 B
HCL
6 lines
114 B
HCL
resource "vault_mount" "kv" {
|
|
path = "kv"
|
|
type = "kv-v2"
|
|
description = "Catch all kv mount"
|
|
}
|