
10/9/2019 · Guest Author
What this post added
This post introduces the adoption of infrastructure-as-code (IaC) practices using Terraform and Terragrunt to manage Cloudflare configurations. It details the journey of implementing a modular and declarative approach for managing various Cloudflare resources like access rules, zone settings, account members, and rate limits across multiple domains and environments. The post highlights different strategies for resource implementation (static, parameterized, dynamic) and the benefits of using modules for code reusability and maintainability, thereby enhancing the overall management and consistency of Cloudflare's security setup.