https://github.com/hadenlabs/terraform-cloudflare
Terraform modules cloudflare
https://github.com/hadenlabs/terraform-cloudflare
cloudflare peru project terraform
Last synced: about 2 months ago
JSON representation
Terraform modules cloudflare
- Host: GitHub
- URL: https://github.com/hadenlabs/terraform-cloudflare
- Owner: hadenlabs
- License: lgpl-3.0
- Created: 2024-07-07T03:01:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T16:46:37.000Z (4 months ago)
- Last Synced: 2026-02-22T21:32:38.529Z (4 months ago)
- Topics: cloudflare, peru, project, terraform
- Language: HCL
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
- Security: SECURITY.md
- Support: docs/support.md
- Roadmap: docs/roadmap.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
[](https://github.com/hadenlabs/terraform-cloudflare/releases) [](https://github.com/hadenlabs/terraform-cloudflare/actions?workflow=lint-code) [](https://github.com/hadenlabs/terraform-cloudflare/actions?workflow=ci) [](https://github.com/hadenlabs/terraform-cloudflare/actions?workflow=test) [](https://github.com/pre-commit/pre-commit) [](https://conventionalcommits.org) [](https://keepachangelog.com) [](https://github.com/hashicorp/terraform/releases)
# terraform-cloudflare
terraform-cloudflare for project
## Modules
- Record [Record](modules/record/README.md)
## Requirements
This is a list of requirements that need to be installed previously to enjoy all the goodies of this configuration:
- [gomplate](https://github.com/hairyhenderson/gomplate)
- [terraform](https://github.com/hashicorp/terraform)
- [python](https://www.python.org)
- [taskfile](https://github.com/go-task/task)
## Usage
# How to use this Module
```hcl
module "main" {
source = "hadenlabs/terraform-cloudflare"
version = "0.0.0"
}
```
Full working examples can be found in [examples](./examples) folder.
## Examples
## Common
```hcl
locals {
tags = merge(
var.tags,
{
ManagedBy = "terraform"
}
)
}
module "main" {
source = git::https://github.com/hadenlabs/terraform-cloudflare//modules/record?ref=0.0.0
version = 0.0.0
module_enabled = var.module_enabled
}
```
## Requirements
| Name | Version |
| --------- | ----------------- |
| terraform | >= 0.12.20, < 2.0 |
## Providers
No providers.
## Modules
No modules.
## Resources
No resources.
## Inputs
No inputs.
## Outputs
No outputs.
## Help
### Got a question?
File a GitHub [issue](https://github.com/hadenlabs/terraform-cloudflare/issues).
## Contributing
See [Contributing](./docs/contributing.md).
## Module Versioning
This Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).
Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:
1. Use the `MAJOR` version for incompatible changes.
1. Use the `MINOR` version when adding functionality in a backwards compatible manner.
1. Use the `PATCH` version when introducing backwards compatible bug fixes.
### Backwards compatibility in `0.0.z` and `0.y.z` version
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)
## Copyright
Copyright © 2018-2026 [Hadenlabs](https://hadenlabs.com)
## Trademarks
All other trademarks referenced herein are the property of their respective owners.
## License
The code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).
## Don't forget to 🌟 Star 🌟 the repo if you like terraform-cloudflare
[Your feedback is appreciated](https://github.com/hadenlabs/terraform-cloudflare/issues)