Hi there, I want to describe my Cloudflare configuration via terraform code but I found that in the Cloudflare terraform provider and in the official documentation no mentions about package_id where I should get this variable. Could you please help me with that?
https://www.terraform.io/docs/providers/cloudflare/r/waf_package.html
curl --location --request GET 'https://api.cloudflare.com/client/v4/zones/e24f4c03f33d45ca8ef2ba44538e3e57/firewall/waf/packages' \
--header 'X-Auth-Email: YOUR EMAIL' \
--header 'X-Auth-Key: YOURAPIKEY' \
--header 'Content-Type: application/json' \
with this command you will get this variable
1 Like