Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwdeane/cookiecutter-cloudflare-terraform
https://github.com/jwdeane/cookiecutter-cloudflare-terraform
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwdeane/cookiecutter-cloudflare-terraform
- Owner: jwdeane
- License: mit
- Created: 2023-10-26T06:45:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T01:48:32.000Z (10 months ago)
- Last Synced: 2024-06-12T13:07:10.630Z (7 months ago)
- Language: Just
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudflare Terraform Template
Basic [cookiecutter](https://github.com/cookiecutter/cookiecutter) template for new [Cloudflare Terraform](https://developers.cloudflare.com/terraform/) projects.
## ⭐ Features
- A `Justfile` (think `Makefile`) has been included for convenience. See [`just`](https://just.systems) for more information.
## 🍪 Get Started
```sh
$ pipx cookiecutter gh:25thhour/cookiecutter-cloudflare-terraform
```## 📖 References
- Cloudflare [Terraform developer docs](https://developers.cloudflare.com/terraform/).
- Cloudflare provider [Terraform documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs).
- Cloudflare [provider source code](https://github.com/cloudflare/terraform-provider-cloudflare).