atlassian / terraform-provider-artifactory

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

Single repository replication config #37

Closed jamestoyer closed 5 years ago

jamestoyer commented 5 years ago

Allows for a single replication to be added to a repository. This is useful if you only have a Pro licence and/or you need pull replication.

This should close #28 but requires atlassian/go-artifactory#15 so that the referenced modules can be updated.

As a side note, I've called this artifactory_single_replication_config, but it feels like it really should be artifactory_replication_config, while the currentl artifactory_replication_config should become artifactory_multi_replication_config. Most I think this would be more beneficial as you're more likely to have a pro licence for single replication than an enterprise for multi replication