You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`default_rules` (Boolean) Whether to create a default issue alert. Defaults to true where the behavior is to alert the user on every new issue.
43
43
-`digests_max_delay` (Number) The maximum amount of time (in seconds) to wait between scheduling digests for delivery.
44
44
-`digests_min_delay` (Number) The minimum amount of time (in seconds) to wait between scheduling digests for delivery after the initial scheduling.
45
-
-`platform` (String) The optional platform for this project.
45
+
-`platform` (String) The platform for this project. For a list of valid values, [see this page](https://github.com/jianyuan/terraform-provider-sentry/blob/main/internal/sentryplatforms/platforms.txt). Use `other` for platforms not listed.
46
46
-`resolve_age` (Number) Hours in which an issue is automatically resolve if not seen after this amount of time.
47
47
-`slug` (String) The optional slug for this project.
48
48
-`team` (String, Deprecated) The slug of the team to create the project for. **Deprecated** Use `teams` instead.
Description: "The optional platform for this project.",
65
+
Description: "The platform for this project. For a list of valid values, [see this page](https://github.com/jianyuan/terraform-provider-sentry/blob/main/internal/sentryplatforms/platforms.txt). Use `other` for platforms not listed.",
0 commit comments