Apparently Cloudflare made a breaking change in its account_token resource within the 5.x series of its provider.
In particular, the resources attribute used to be a mapping, but now it is a string (JSON-encoded mapping).
For now, users should pin to older versions of the Cloudflare provider (I'm personally pinning to 5.9, although it might be fine up to 5.11). We'll migrate that in the future, at which point we'll require Cloudflare provider >= 5.12.
Apparently Cloudflare made a breaking change in its
account_tokenresource within the 5.x series of its provider.In particular, the
resourcesattribute used to be a mapping, but now it is a string (JSON-encoded mapping).For now, users should pin to older versions of the Cloudflare provider (I'm personally pinning to 5.9, although it might be fine up to 5.11). We'll migrate that in the future, at which point we'll require Cloudflare provider >= 5.12.