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

Open
fancybear-dev opened this issue May 3, 2024 · 1 comment
Open

Comments

@fancybear-dev
Copy link

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
Author

seems to have been reported a while ago; #74

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

1 participant