terraform-provider-codeclimate

command module
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2022 License: MIT Imports: 3 Imported by: 0

README

Terraform CodeClimate Provider

Requirements

  • Terraform 0.12.x+
  • Go 1.13.x+ (to build the provider plugin)

Building The Provider

Build for linux (default) or darwin with make.

make build

Using the provider

Please refer to the Terraform registry documentation here

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.13.x+ is required). This provider works using Go Modules.

In order to test the provider, you can simply run make test.

$ go test ./...

Github Releases

In order to push a release to Github the feature branch has to be merged into production and then a tag needs to be created with the version name of the provider e.g. v0.0.1 and pushed.

git checkout production
git pull origin production
git tag v<semver>
git push origin production --tags

Adding to the Terraform registry

You can follow this tutorial to add the provider to the terraform registry.

Acknowledgements

Original provider module by:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL