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
If the Cloudflare API used by the cloudflare-sg does not return a correct response, the data will be invalid but the Terraform plan will not necessarily fail. This is because the http provider no longer checks the return status but leaves it up to the consumer to check the new status_code attribute.
Recommendation:
Instead of using this module, use these resources directly in your module:
If the Cloudflare API used by the cloudflare-sg does not return a correct response, the data will be invalid but the Terraform plan will not necessarily fail. This is because the
http
provider no longer checks the return status but leaves it up to the consumer to check the newstatus_code
attribute.Recommendation:
Instead of using this module, use these resources directly in your module:
cloudflare-ips.sh
The text was updated successfully, but these errors were encountered: