We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Heroku discontinued the SSL Endpoint (heroku_cert resource), replaced by SNI Endpoint (heroku_ssl resource).
heroku_cert
heroku_ssl
Recently, the old API endpoint began returning 404 not found. This breaks configurations that might still include the discontinued resource.
404 not found
Please:
See also #326.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Heroku discontinued the SSL Endpoint (
heroku_cert
resource), replaced by SNI Endpoint (heroku_ssl
resource).Recently, the old API endpoint began returning
404 not found
. This breaks configurations that might still include the discontinued resource.Please:
heroku_cert
resource Read() method output a sensible error message describing this situationheroku_cert
methods and tests, removing as much non-functional code as possibleheroku_cert
resource from the docs.See also #326.
The text was updated successfully, but these errors were encountered: