hashicorp / packer-plugin-azure

Packer plugin for Azure Virtual Machine Image Builders
https://www.packer.io/docs/builders/azure
Mozilla Public License 2.0
50 stars 78 forks source link

Azure Keyvault Datasource #83

Open NicolasFloquet opened 3 years ago

NicolasFloquet commented 3 years ago

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

Add support for azure keyvault as a datasource, similarly to terraform azurerm keyvault datasource

Use Case(s)

Potential configuration

data "azurerm_key_vault_secret" "example" {
  name         = "secret-sauce"
  key_vault_id = "my-keyvault-id"
}

Potential References

NicolasFloquet commented 3 years ago

By the way, I have some some code already on my side, I can provide a pull request quite soon

sylviamoss commented 3 years ago

Sounds great @NicolasFloquet! We will be super happy to review your PR 😃

fsforza commented 11 months ago

Hi all!

Sorry for the question, is there a particular reason in closing the PR #89 without merging it?

Thanks