shibayan / terraform-azurerm-keyvault-acmebot

Terraform Module for Key Vault Acmebot
Apache License 2.0
31 stars 35 forks source link

Adding tags variable #47

Closed mjneuharth closed 1 year ago

mjneuharth commented 1 year ago

Adding tags variable as additional_tags per request https://github.com/shibayan/terraform-azurerm-keyvault-acmebot/issues/46

Additionally:

Re-organization and alphabetization

Added:

My use case is regularly rerunning terraform without unexpectedly replacing the acmebot version and greater traceability on resources deployed within our environments. Tags are free, right?

I think it would be nice to provide folks some control over the version of keyvault-acmebot they pull when using the terraform module. And I think you can continue to support "latest" with a package that gets replaced as latest when new versions are deployed in the storage account for this while also providing explicit package versions.

Happy to revise here too.

Janbong commented 1 year ago

Hi, I'm also interested in this feature. Can this be merged? Thanks in advance!

shibayan commented 1 year ago

Pull Requests with such major changes cannot be merged without discussion. It needs to be created in smaller units.