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 regions update #322

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Fix regions update #322

merged 1 commit into from
Jul 1, 2024

Conversation

fformica
Copy link
Contributor

DESCRIPTION: receiving 400 errors when trying to update or modify regions (answer groups) with the new version of the Terraform provider. Adding answer groups to a record currently works

The main issue is that TF can add empty elements in sets, so fixing that by ignoring elements where the name is empty.

Also the need to update tags and blocked_tags at the same time has been overcome, so removing that check.

Right now TestAccRecord_meta and TestAccRecord_meta_with_json are failing for me (on a PUT /v1/monitoring/jobs), but I get the same result with the master branch so it seems unrelated.

@fformica fformica merged commit 48e8205 into master Jul 1, 2024
2 checks passed
@fformica fformica deleted the fix-regions-update branch July 1, 2024 14:07
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.

2 participants