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

Fix filter value type parsing and depreciate value_* fields #114

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

jharley
Copy link
Collaborator

@jharley jharley commented Feb 8, 2022

After some testing with curl, it seemed if we properly parse-and-coerce the HCL-read string value that this would work fine without the type-specific value_* filter options while solving #102 in a round about fashion (and providing a much cleaner interface and nicer DX).

This also un-depreciates the filter's value while depreciating all of the value_* fields introduced by #29.

@@ -100,6 +100,11 @@ func testAccCheckBoardExists(t *testing.T, name string) resource.TestCheckFunc {
return fmt.Errorf("could not find created board: %w", err)
}

for i := range createdBoard.Queries {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All changes in this file should have happened in #100.

I'm happy to move them to their own commit if you feel that's better.

@jharley jharley merged commit d107749 into main Feb 9, 2022
@jharley jharley deleted the jharley.bugfix-zerovalue-value branch February 9, 2022 18:46
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 this pull request may close these issues.

None yet

2 participants