0
0
llucycodes42
The code defines a vault_auth_backend policy with the unique name "myVaultPolicyName". This policy will be used to authenticate requests for resources managed by the vault_auth_backend_id backend.
Shortcut: tf_vault_auth_backend
resource "vault_auth_backend" "vault_auth_backend_id" {
type = "myVaultPolicyName"
}