terraform-cloudflare-zone icon indicating copy to clipboard operation
terraform-cloudflare-zone copied to clipboard

Break up module into smaller modules

Open nitrocode opened this issue 1 year ago • 0 comments

Describe the Feature

Cloudflare is a lot like AWS. It's turning into its own cloud.

They have r2, workers, dns, waf, rate limit rules, pages, transform rules, etc. Most of these resources are either attributed to the account or to a domain (zone in cloudflare lingo). Thus, thus module dedicated to a zone would encourage a teralith.

Expected Behavior

Break apart the existing module into separate modules

Use Case

Fewer resources managed by a single module

Describe Ideal Solution

See above

Alternatives Considered

No response

Additional Context

  • current resources managed https://github.com/cloudposse/terraform-cloudflare-zone?tab=readme-ov-file#resources
  • New ones on the way https://github.com/cloudposse/terraform-cloudflare-zone/issues

nitrocode avatar May 16 '24 05:05 nitrocode