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

https://github.com/jedevc/terraform-provider-ctfd

[⚠️ UNSTABLE ⚠️] Terraform provider for CTFd
https://github.com/jedevc/terraform-provider-ctfd

Last synced: 2 months ago
JSON representation

[⚠️ UNSTABLE ⚠️] Terraform provider for CTFd

Awesome Lists containing this project

README

          

# terraform-provider-ctfd

Manage a [CTFd](https://github.com/CTFd/CTFd) instance by automating server
setup and challenge addition.

## Development

Clone the repository:

$ git clone https://github.com/jedevc/terraform-provider-ctfd.git
$ cd terraform-provider-ctfd

Build the code:

$ go build

Run tests:

$ go test ./...