BetterStackHQ / terraform-provider-better-uptime

Apache License 2.0
45 stars 12 forks source link

betteruptime_status_page.logo_url drift #74

Closed Rogdham closed 1 month ago

Rogdham commented 3 months ago

Hello, this looks like a follow-up to #46 (ping @JanPokorny).

The following shows on terraform plan after a successful terraform apply:

  ~ resource "betteruptime_status_page" "example" {
        id                         = "123"
      + logo_url                   = "https://example.com/logo.png"
        # (18 unchanged attributes hidden)
    }

Moreover, I can see that if I apply again, the URL of the logo on the status page (hosted on uptime-storage.s3.amazonaws.com) changes.


Terraform v1.7.5
on linux_amd64
+ provider registry.terraform.io/betterstackhq/better-uptime v0.7.0
JanPokorny commented 3 months ago

Hello! I'm afraid I can't help you here since I'm no longer a part of Better Stack

PetrHeinz commented 1 month ago

Hello @Rogdham, thank you for reporting this, and for your patience 🙌

We've fixed the issue with logo_url being sent of every terraform apply. There's no need to update your Terraform provider, we've managed to fix this on the API level.

Hope this helps 🚀