A Terraform provider used to interact with Woodpecker CI resources. https://registry.terraform.io/providers/Kichiyaki/woodpecker/latest
Go to file
dependabot[bot] d3ac9bd8ff
chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#15)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 05:41:06 +02:00
.github/workflows feat: test also whether the provider works with Forgejo & Woodpecker 2023-08-27 06:36:19 +02:00
docs chore: woodpecker_repository - update import example [skip ci] 2023-09-07 08:41:29 +02:00
examples chore: woodpecker_repository - update import example [skip ci] 2023-09-07 08:41:29 +02:00
internal feat: add woodpecker_repository_registry data source (#12) 2023-09-07 07:48:36 +02:00
.commitlintrc.yml init 2023-08-25 07:41:13 +02:00
.envrc init 2023-08-25 07:41:13 +02:00
.gitignore init 2023-08-25 07:41:13 +02:00
.golangci.yml init 2023-08-25 07:41:13 +02:00
.goreleaser.yml init 2023-08-25 07:41:13 +02:00
.pre-commit-config.yaml chore: pre-commit - bump golangci-lint rev 2023-09-03 06:49:26 +02:00
go.mod chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#15) 2023-10-26 05:41:06 +02:00
go.sum chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#15) 2023-10-26 05:41:06 +02:00
LICENSE chore: add LICENSE [skip ci] 2023-09-07 07:35:51 +02:00
main.go chore: update provider address [skip ci] 2023-09-07 14:39:34 +02:00
Makefile feat: add user resource (#2) 2023-08-27 08:17:27 +02:00
README.md chore: update README.md [skip ci] 2023-09-07 14:58:54 +02:00
terraform-registry-manifest.json init 2023-08-25 07:41:13 +02:00

Terraform Provider for Woodpecker CI Actions StatusGitHub taglicense

A Terraform provider used to interact with Woodpecker CI resources.

Developing the provider

Requirements:

# if you have direnv installed
direnv allow

# install git hooks and required tools (terraform-plugin-docs, golangci-lint)
make install

# run tests
go test ./...

Contact

Dawid Wysokiński - contact@dwysokinski.me