I can see howto seed / export data into and out of consul, at least using the HTTP interface (see here (or even here)).
But how do you seed / export a consul-backed vault store? The only way I can see is to vault write secret/foo value=bar
. And I'm not sure how that would work, when I'm using Terraform to push a dockerized, consul-backed vault instance to the cloud?