0
0
llucycodes42
This code declares a resource named vault_mount_id. The path attribute specifies the location of the vault_mount_id file. The type attribute specifies the type of the vault_mount_id file, which can be either a directory or a file.
Shortcut: tf_vault_mount
resource "vault_mount" "vault_mount_id" {
path = "myPath"
type = "myType"
}