Skip to content

Commit

Permalink
Merge pull request #6 from codefresh-io/SAAS-7709-v2
Browse files Browse the repository at this point in the history
Saas 7709 v2
  • Loading branch information
kosta709 committed Jul 28, 2020
2 parents 08f20e9 + f3b89ad commit ce5cace
Show file tree
Hide file tree
Showing 77 changed files with 4,993 additions and 260 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
terraform-provider-codefresh
dist/

**/.terraform
**/terraform.tfstate
**/terraform.tfstate.backup
tests/
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ The provider is still under development, and can be used as a terraform [third-p

## Requirements

- [Terraform](https://www.terraform.io/downloads.html) 0.11+ ;
- [Terraform](https://www.terraform.io/downloads.html) 0.12+ ;
- [Go](https://golang.org/doc/install) 1.12+ (to build the provider plugin).

## Download Provider
Download and extract terraform-provider-codefresh from [releases](https://github.com/codefresh-io/terraform-provider-codefresh/releases)

## Building the Provider

```sh
Expand All @@ -24,7 +27,11 @@ For Linux OS it can be:
- _~/.terraform.d/plugins/linux\_amd64_
- _./terraform.d/plugins/linux\_amd64_. The relative path in your Terraform project.

To configure codefresh provider:
## [Documentations](./docs)

## [Examples](./examples)

## To configure codefresh provider:

```hcl
provider "codefresh" {
Expand Down

0 comments on commit ce5cace

Please sign in to comment.