MeilleursAgents / terraform-provider-ansiblevault

Read ansible vault from Terraform
https://registry.terraform.io/providers/MeilleursAgents/ansiblevault/latest
MIT License
76 stars 19 forks source link

Write to ansible vault #124

Open NikolayMurha opened 2 years ago

NikolayMurha commented 2 years ago

Hello First of all thanks for helpful provider!

Is it possible to update the ansible vault?

For example: I created a linode token using the linode_token resource, and I want to pass it to ansible vault and provision application settings. Thanks.

bdronneau commented 1 year ago

Hello,

The library behind https://github.com/sosedoff/ansible-vault-go can do it, but this provider has no terraform "resources" do make this possible.