GitXplorerGitXplorer
a

terraform-provider-artifactory

public
89 stars
42 forks
29 issues

Commits

List of commits on branch master.
Verified
a70e02de0550f8d7b1a1636908a324fe1e709b64

Merge pull request #103 from atlassian/issue-102-deprecate-repo

tttsangAtlassian committed 4 years ago
Unverified
ab83b0c6f55088872d316b7152df6b490af31c3c

Adding a deprecation notice in the README

tttsangAtlassian committed 4 years ago
Verified
d44785d2aab5c219c443e52a8563418a09c8d9e5

Merge pull request #101 from vladdoster/patch-2

tttsangAtlassian committed 4 years ago
Verified
efd134bfe18819fde54fb6b1d25bb73dc24a7d71

Update README.md

vvladdoster committed 4 years ago
Unverified
15ddec07e91f46215d75bd7795339c24ebf5e241

Tidy up go.sum

tttsangAtlassian committed 4 years ago
Unverified
f8167d2810e7dc194a2759d4c380b4e9cf818ee1

fixup go.mod

tttsangAtlassian committed 4 years ago

README

The README file for this repository.

DEPRECATED - Please use jfrog/terraform-provider-artifactory instead

Deprecated - Terraform Provider Artifactory

Terraform Provider Artifactory

Actions Status Go Report Card

Build the Provider

If you're building the provider, follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.

Requirements:

  • Terraform 0.11
  • Go 1.11+ (to build the provider plugin)

Clone repository to: $GOPATH/src/github.com/atlassian/terraform-provider-artifactory

Enter the provider directory and build the provider

cd $GOPATH/src/github.com/atlassian/terraform-provider-artifactory
go build

To install the provider

cd $GOPATH/src/github.com/atlassian/terraform-provider-artifactory
go install

Versioning

In general, this project follows semver as closely as we can for tagging releases of the package. We've adopted the following versioning policy:

  • We increment the major version with any incompatible change to functionality, including changes to the exported Go API surface or behavior of the API.
  • We increment the minor version with any backward-compatible changes to functionality.
  • We increment the patch version with any backward-compatible bug fixes.

Reporting issues

We believe in open contributions and the power of a strong development community. Please read our Contributing guidelines on contributing back and report issues to terraform-provider-artifactory.

Contributors

Pull requests, issues and comments are welcomed. For pull requests:

  • Add tests for new features and bug fixes
  • Follow the existing style
  • Separate unrelated changes into multiple pull requests
  • Read Contributing guidelines for more details

See the existing [issues] (https://github.com/atlassian/terraform-provider-artifactory/issues) for things to start contributing.

For more significant changes, make sure you start a discussion first by creating an issue and explaining the intended change.

Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing to have it used in distributions and derivative works (or is willing to transfer ownership).

Before accepting your contributions, we ask that you please follow the appropriate link below to sign the CLA digitally. The Corporate CLA is for those who contribute as a member of an organization, and the individual CLA is for those contributing as an individual.

License

Copyright (c) 2019 Atlassian and others. Apache 2.0 licensed, see LICENSE file.