Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several Broken Import Resources missing zone_id or using account_id #495

Open
2 tasks done
wesleykirkland opened this issue Nov 29, 2022 · 0 comments
Open
2 tasks done

Comments

@wesleykirkland
Copy link

Confirmation

  • My issue isn't already found on the issue tracker.
  • I have replicated my issue using the latest version of the library and it is still present.

cf-terraforming version

0.8.4

Expected outcome

This is very similar to my previous issue of #494

The following resources do not generate a zone_id parameter. They require one to be valid, I simply used multi line edit to fix this in my case.

  • cloudflare_page_rule
  • cloudflare_firewall_rule
  • cloudflare_filter

The resource cloudflare_custom_pages assumes the the item is referenced at the account level via account_id when in my case it was referenced via zone_id.

The resource cloudflare_account_member doesn't account for pagination. The default page size is 20 and my import has close to 40 members.

case "cloudflare_account_member":

The code is showing that it's paginating when in reality its not.

Actual outcome

See above

Steps to reproduce

Run generation steps for

  • cloudflare_page_rule
  • cloudflare_firewall_rule
  • cloudflare_filter
  • cloudflare_custom_pages
  • cloudflare_account_member - Have +=21 accounts

References

#494

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant