Open oxr463 opened 2 years ago
I want to be able to store secrets via blackbox and then consume them during my terraform apply. There is already a provider for 1password which we could look at as an example. We might be able to hack something together using the shell resource.
terraform apply
Reference(s):
Sounds good! I haven't heard of anyone building a terraform provider to BlackBox, so you aren't duplicating effort.
I want to be able to store secrets via blackbox and then consume them during my
terraform apply
. There is already a provider for 1password which we could look at as an example. We might be able to hack something together using the shell resource.Reference(s):