Add vault kv creation
This commit is contained in:
parent
464cdf7010
commit
068da0d539
5
nomad/vault-kv.tf
Normal file
5
nomad/vault-kv.tf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
resource "vault_mount" "kv" {
|
||||||
|
path = "kv"
|
||||||
|
type = "kv-v2"
|
||||||
|
description = "Catch all kv mount"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user