terraform-provider-sentry
terraform-provider-sentry copied to clipboard
fix: sentry_issue_alert.conditions empty array
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 https://github.com/jianyuan/terraform-provider-sentry/issues/366