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

[BUG]: Allow setting review notifications without delegation

Open mering opened this issue 8 months ago • 0 comments

Expected Behavior

It should be possible to set github_team_settings.review_request_delegation.notify without enabling auto assignment.

These are independent settings: image

Actual Behavior

When only setting notify, terraform apply fails with

Error: Review request delegation member count must be greater than 0

Terraform Version

Terraform v1.8.3 on linux_amd64

  • provider registry.terraform.io/integrations/github v5.39.0

Affected Resource(s)

  • github_team_settings

Terraform Configuration Files

No response

Steps to Reproduce

No response

Debug Output

No response

Panic Output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

mering avatar May 28 '24 10:05 mering