-
Notifications
You must be signed in to change notification settings - Fork 923
Closed
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented
Milestone
Description
Expected Behavior
Bump provider to 6.10.0 -- since no breaking changes are recorded in release notes, it should just work.
Actual Behavior
Plan fails:
│ Error: Missing required argument
│
│ on modules/repository/main.tf line 79, in resource "github_repository_ruleset" "default":
│ 79: pull_request {
│
│ The argument "allowed_merge_methods" is required, but no definition was
│ found.
Terraform Version
Terraform v1.10.5
on darwin_arm64
- provider registry.terraform.io/integrations/github v6.10.0
Affected Resource(s)
github_repository_ruleset
Terraform Configuration Files
Steps to Reproduce
The issue got introduced in #2976 because allowed_merge_methods is required, but it's not even documented in https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_ruleset so you can only infer the values from reading the code.
Debug Output
Panic Output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reyalsorik, ppatel-cint, mymasse and youvegotmoxie
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented