atlassian / terraform-provider-artifactory

Terraform provider to manage Artifactory
Apache License 2.0
89 stars 42 forks source link

Publish binaries #59

Closed asvoboda closed 4 years ago

asvoboda commented 4 years ago

Community Note

Description

Currently, ever user needs to compile their own artifacts and either publish them into their own artifact store or just check in hand built binaries. I think it would be friendly to have the CI system build and publish releases for the community to use.

In an ideal world these would be published to the module registry so everything "just works". However, I understand there is additional friction associated with getting new modules to work there. So as a start, it might be nice to use either an OSS publishing location like bintray, or maybe Github packages?

jamestoyer commented 4 years ago

I'm all for this. I'm hoping to see if I can work something out this week or next. I know this has been on @dillon-giacoppo's list for a while.

It'd be cool if we could make it work with GitHub actions as well

asvoboda commented 4 years ago

🚀 🎸