đŸ’¡ Join our Slack Community to ask general questions, suggest ideas and get direct help from all the folks at Checkly.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The latest TF provider for checkly is deprecating ssl_checks but there is no other support for ssl checks currently for API or Browser checks. However for API checks we can keep using ssl_checks but for Browser checks there is no support for ssl checks.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Idk what solution the Checkly team is already cooking up to solve this but on the UI a Browser check takes Domains to use as a ssl check. So on terraform have a field called ssl_domain that will take a list of domain names (if multiple domains are supported, if not a string) and use that to populate the Domains field on browser checks
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The workaround currently is creating a separate API check with the domain we want to monitor and set ssl_check: true
Additional context
Add any other context or screenshots about the feature request here.
đŸ’¡ Join our Slack Community to ask general questions, suggest ideas and get direct help from all the folks at Checkly.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The latest TF provider for checkly is deprecating
ssl_checks
but there is no other support for ssl checks currently for API or Browser checks. However for API checks we can keep usingssl_checks
but for Browser checks there is no support for ssl checks.Describe the solution you'd like A clear and concise description of what you want to happen.
Idk what solution the Checkly team is already cooking up to solve this but on the UI a Browser check takes Domains to use as a ssl check. So on terraform have a field called
ssl_domain
that will take a list of domain names (if multiple domains are supported, if not a string) and use that to populate the Domains field on browser checksDescribe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
The workaround currently is creating a separate API check with the domain we want to monitor and set
ssl_check: true
Additional context Add any other context or screenshots about the feature request here.