Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).