homelab/terraform/vault/migrateBackend.hcl

12 lines
189 B
HCL
Raw Normal View History

2023-08-26 15:31:30 +00:00
storage_source "consul" {
address = "127.0.0.1:8500"
path = "vault"
}
storage_destination "raft" {
path = "/opt/vault/raft/"
node_id = "oscar"
}
cluster_addr = "http://oscar:8201"