You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Confirmation
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.The resource
cloudflare_custom_pages
assumes the the item is referenced at the account level viaaccount_id
when in my case it was referenced viazone_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.cf-terraforming/internal/app/cf-terraforming/cmd/import.go
Line 84 in 41df2c4
The code is showing that it's paginating when in reality its not.
Actual outcome
See above
Steps to reproduce
Run generation steps for
References
#494
The text was updated successfully, but these errors were encountered: