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: sentry_issue_alert.conditions empty array #398

Merged
merged 1 commit into from
Apr 16, 2024
Merged

fix: sentry_issue_alert.conditions empty array #398

merged 1 commit into from
Apr 16, 2024

Conversation

AndriusBil
Copy link
Contributor

@AndriusBil AndriusBil commented Mar 2, 2024

Conditions are required, but can be set as empty array.

Previously if empty array would be set in tf config, null would be set in tf state after apply, which causes configuration missmatch.

Now if empty array set in tf config, empty array will be set in tf state.

Should fix #366

@paprikati
Copy link

@jianyuan would it be possible to merge this fix? It would really help us out 🙏

@jianyuan
Copy link
Owner

Looks good to me, thanks @AndriusBil !

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.

sentry_issue_alert.conditions is nullable
3 participants