Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 937 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 937 Bytes

Cloudflare Terraform Examples

Example Terraform configs of common use cases involving Cloudflare

Cloudflare Terraform Provider

The documentation for the Cloudflare Terraform Provider can be found here.

The version of the Cloudflare Provider used for this documentation is ~> 3.0 unless otherwise noted in the main.tf file located in the primary example directory (e.g. ./rulesets/main.tf).

Terraform Version

I am using and testing these configurations using Terraform 1.1.x

❯ terraform --version
Terraform v1.1.8
on darwin_arm64

Most configuration should work with versions of Terraform 0.13+ - 1.1.8. If you run into issues please check your version of Terraform first.

If you see a problem or have a suggestion please feel free to create a Pull Request.