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
- Host: GitHub
- URL: https://github.com/jedevc/terraform-provider-ctfd
- Owner: jedevc
- License: mit
- Created: 2019-11-05T19:57:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T11:25:33.000Z (over 6 years ago)
- Last Synced: 2025-03-11T13:52:30.591Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 ./...