Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mavimo/terraform-provider-drone
A terraform provider for drone.io
https://github.com/mavimo/terraform-provider-drone
drone hacktoberfest hacktoberfest2023 terraform terraform-provider
Last synced: about 2 months ago
JSON representation
A terraform provider for drone.io
- Host: GitHub
- URL: https://github.com/mavimo/terraform-provider-drone
- Owner: mavimo
- License: mit
- Created: 2022-04-16T19:45:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T05:27:30.000Z (2 months ago)
- Last Synced: 2024-12-01T04:52:14.558Z (2 months ago)
- Topics: drone, hacktoberfest, hacktoberfest2023, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 5.79 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Tests](https://github.com/mavimo/terraform-provider-drone/actions/workflows/build.yml/badge.svg)](https://github.com/mavimo/terraform-provider-drone/actions/workflows/build.yml)
[![CodeCov](https://codecov.io/gh/mavimo/terraform-provider-drone/graph/badge.svg?token=EL6QZ0STUB)](https://codecov.io/gh/mavimo/terraform-provider-drone)# Drone Terraform Provider
A [Terraform](https://www.terraform.io) provider for configuring the [Drone](https://drone.io) continuous delivery platform.
> [!NOTE]
> This is a fork of [KazanExpress/terraform-provider-drone](https://github.com/KazanExpress/terraform-provider-drone/actions) that is a fork of [Lucretius/terraform-provider-drone](https://github.com/Lucretius/terraform-provider-drone/releases/latest) which does not appear to be maintained anymore.## Install
You can download the plugin from the [Releases](https://github.com/mavimo/terraform-provider-drone/releases/latest) page, for help installing please refer to the [Official Documentation](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin).
## Documentation
You can browse documentation on the [Terraform provider registry](https://registry.terraform.io/providers/mavimo/drone/latest/docs).
## Source
To install from source:
```shell
git clone git://github.com/mavimo/terraform-provider-drone.git
cd terraform-provider-drone
go get
go build
```## Licence
This project is licensed under the [MIT licence](http://dan.mit-license.org/).
## Meta
This project uses [Semantic Versioning](http://semver.org/).