Skip to content

bug: checkly_check permadiff on ssl_check_domain attribute #282

Open
@0x416e746f6e

Description

@0x416e746f6e

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions