terraform-provider-checkly
terraform-provider-checkly copied to clipboard
bug: `checkly_check` permadiff on `ssl_check_domain` attribute
Terraform version
v1.5.7
Provider version
v1.7.3
Steps to reproduce
- create browser-check with terraform
- set its
ssl_check_domain
to the domain FQDN - do
terraform apply
- do it again. the result will be a diff on
ssl_check_domain
:
~ resource "checkly_check" "checkity_check" {
id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "https://fully.qualified.domain.name.com"
~ ssl_check_domain = "BROWSER" -> "fully.qualified.domain.name.com"
tags = []
# (18 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
What is expected?
no permadiff
What is actually happening?
permadiff. right after successful terraform apply
run, the diff is still there.
System Info
No response
Any additional comments?
No response
still happens in 1.7.5