I can’t find on the internet if there are already solutions to this but if nothing yet, it would be great if there is a way to use terraform import for both cloudflare_snippet and cloudflare_snippet_rules resource.
Today, it can be added through terraform script but for the existing Cloudflare snippet which done manually, seems terraform import is not yet possible.
something like:
import {to = cloudflare_snippet.snippetid = “<zone_id>/<snippet_name>”}
and
import {to = module.snippet.cloudflare_snippet_rules.snippet_rulesid = “<zone_id>/<snippet_rule_id>”}