Skip to content
New issue

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

logo_url drift #46

Closed
sparkacus opened this issue Jun 5, 2023 · 1 comment · Fixed by #50
Closed

logo_url drift #46

sparkacus opened this issue Jun 5, 2023 · 1 comment · Fixed by #50

Comments

@sparkacus
Copy link

Creating a status page with a custom logo results in state drift

resource "betteruptime_status_page" "example" {
  # other params
  logo_url                   = "https://mydomain.com/logo.png"

#terraform plan

  ~ resource "betteruptime_status_page" "example" {
        id                         = "123"
      ~ logo_url                   = "https://uptime-storage.s3.amazonaws.com/logos/123.png" -> "https://mydomain.com/logo.png"
    }

The only way to get around this is to create a lifecycle rule to ignore the logo_url, but the problem is we genuinely need to update the logo on the odd occasions.

@curusarn
Copy link
Contributor

curusarn commented Jun 6, 2023

Hi @sparkacus,

Thanks a lot for reporting this. I appreciate it.

I'll add the issue to our internal tracking and I will see to it that it gets solved.

I'll make sure to keep you posted here on GitHub.

Thank you again for raising this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants