How to download client all terrafrom configuration at once with cf-terrafroming tool?

Hi community,
I am trying to download my office websites cloudflare configurations and I have to paste every configuration one-by one and there are like 103 websites of which I have to download every working configuration. One by one it is taking much time. Kindly somebody guide me any way so I can download the configurations at once per site.

Sample code is given below I am taking one configuration and downloading

./cf-terraforming generate \
  --resource-type "cloudflare_access_application" \
  --email [email protected] \
  --key 34532453453453455\
  --account 2435234562346236\
  --zone 2345903450989090345>> cloudflare_access_application.tf
--------------------------------------------------------------------
2)
./cf-terraforming generate \
  --resource-type "cloudflare_access_identity_provider" \
  --email [email protected] \
  --key 34532453453453455\
  --account 2435234562346236\
  --zone 2345903450989090345 >> cloudflare_access_identity_provider.tf

One more thing I am also having an error while downloading cloudflare_record configurations
I have provide the image below could somebody tell me how to rectify it.

I am stuck here guys. Any help will be really appreciated. This is my first time asking on the community and I really needed your help.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.