Skip to content

Commit ce5cace

Browse files
authored
Merge pull request #6 from codefresh-io/SAAS-7709-v2
Saas 7709 v2
2 parents 08f20e9 + f3b89ad commit ce5cace

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4993
-260
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
terraform-provider-codefresh
22
dist/
3+
4+
**/.terraform
5+
**/terraform.tfstate
6+
**/terraform.tfstate.backup
7+
tests/

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The provider is still under development, and can be used as a terraform [third-p
66

77
## Requirements
88

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

12+
## Download Provider
13+
Download and extract terraform-provider-codefresh from [releases](https://github.com/codefresh-io/terraform-provider-codefresh/releases)
14+
1215
## Building the Provider
1316

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

27-
To configure codefresh provider:
30+
## [Documentations](./docs)
31+
32+
## [Examples](./examples)
33+
34+
## To configure codefresh provider:
2835

2936
```hcl
3037
provider "codefresh" {

0 commit comments

Comments
 (0)