terraform-provider-codefresh icon indicating copy to clipboard operation
terraform-provider-codefresh copied to clipboard

Terraform provider for the Codefresh API

Results 31 terraform-provider-codefresh issues
Sort by recently updated
recently updated
newest added

## What * update pipeline trigger attributes in tests ## Why * pipeline triggers behaves differently in new test environment ## Notes ## Checklist * [x] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._...

source

## What * Update docs to mention OpenTofu support. * Add [OpenTofu equivalence testing](https://github.com/opentofu/equivalence-testing). * Clean up repo (old scripts, fixtures, etc). ## Why * OpenTofu 🟨 ## Notes ##...

automation
source
docs

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

source
dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

source
dependencies

### What would you like to be added? Support for repo contexts (gitlab example) Using the API it is possible to consult repos registered in codefresh, but the terraform provider...

enhancement

### What happened? After manually removing a resource from codefresh, a subsequent terraform run errors out bc the API respond that the resource no longer exists. The TF provider should...

bug

## What Adding hybrid runner example and default units ## Why To remove confusion ## Notes

docs

The [changelog-from-release](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/.github/workflows/changelog-from-release.yaml) introduced in #90 GHA workflow isn't working because of the main branch being protected.

automation

Howdy! Cloudflare has what I'm looking for from you guys, basically a datasource I can use that just spits out a list of IP address' you're currently using It's not...

enhancement

When description was provided in spec as per the API we received an error. ``` An argument named "description" is not expected here. ```

bug