-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(r/burn_alert): handle existing remote description with default de…
…scription value (#575) When upgrading to 0.28.0, if you have an existing burn alert that had a description set (via the UI, most likely) but the description was yet to be added to HCL config you will get the following error: ``` Error: Provider produced inconsistent result after apply When applying changes to honeycombio_burn_alert.test, provider "provider[\"registry.terraform.io/hashicorp/honeycombio\"]" produced an unexpected new value: .description: was cty.StringVal(""), but now cty.StringVal("test description"). ``` Fix is to ensure we send the empty string when we marshal our JSON
- Loading branch information
Showing
2 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters