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 of betteruptime_status_page not persitent in state #83

Closed
fancybear-dev opened this issue May 3, 2024 · 2 comments
Closed

Comments

@fancybear-dev
Copy link
Contributor

Hi,

Using the betteruptime_status_page resource, when specifying a logo_url value - it keeps reappearing in the plan/apply. I suspect this is a bug where it's not being written to state after apply. Terraform wants to change the resource and add the value - as it thinks it's not currently configured. The change does proceed to be applied and is in effect in Better Stack.

Fixed it for now by using lifecycle policy;

lifecycle {
  ignore_changes = [
    logo_url
  ]
}
@fancybear-dev
Copy link
Contributor Author

seems to have been reported a while ago; #74

@PetrHeinz
Copy link
Contributor

Hello @fancybear-dev, thank you for reporting this, for your patience and sharing a workaround 🙌

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 🚀

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

No branches or pull requests

2 participants