- import pki, ssh, kv, rundeck engines - deploy all roles from terraform - deploy all policies from terraform - deploy all approles from terraform
8 lines
171 B
HCL
8 lines
171 B
HCL
#----------------------------
|
|
# Enable approle auth method
|
|
#----------------------------
|
|
resource "vault_auth_backend" "approle" {
|
|
type = "approle"
|
|
path = "approle"
|
|
}
|