A Terraform provider used to interact with Woodpecker CI resources. https://registry.terraform.io/providers/Kichiyaki/woodpecker/latest
Go to file
dependabot[bot] e24ca996c3
chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 05:06:20 +00:00
.github/workflows feat: woodpecker 2.0 support (#19) 2023-11-26 16:29:01 +01:00
docs feat: woodpecker 2.0 support (#19) 2023-11-26 16:29:01 +01:00
examples chore: woodpecker_repository - update import example [skip ci] 2023-09-07 08:41:29 +02:00
internal feat: woodpecker 2.0 support (#19) 2023-11-26 16:29:01 +01: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 feat: woodpecker 2.0 support (#19) 2023-11-26 16:29:01 +01:00
.goreleaser.yml init 2023-08-25 07:41:13 +02:00
.pre-commit-config.yaml chore: update golangci-lint and its config (#17) 2023-11-26 14:16:32 +01:00
go.mod chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 2024-02-23 05:06:20 +00:00
go.sum chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 2024-02-23 05:06:20 +00: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 chore: update golangci-lint and its config (#17) 2023-11-26 14:16:32 +01: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