terraform-provider-sentry icon indicating copy to clipboard operation
terraform-provider-sentry copied to clipboard

fix: sentry_issue_alert.conditions empty array

Open AndriusBil opened this issue 1 year ago • 0 comments

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

AndriusBil avatar Mar 02 '24 10:03 AndriusBil