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 5.13 release includes major updates to the cloudflare_api_token resource to eliminate configuration drift caused by policy ordering differences in the Cloudflare API.
- policies are now a Set; order is ignored to prevent drift.
15
+
- When defining a policy, resources must use jsonencode(); all policy resource values must now be JSON-encoded strings.
16
+
- Removed fields: id, name, and meta have been removed from policy blocks.
17
+
18
+
**Required Action (v5.13+)**
19
+
Customers looking to upgrade to v5.13+ must update all cloudflare_api_token & cloudflare_account_token resources to wrap policy resource values in jsonencode()
0 commit comments