integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
888 stars 729 forks source link

update github_repository_ruleset r doc #1985

Closed anastasiiakozlova245 closed 10 months ago

anastasiiakozlova245 commented 10 months ago

Update github_repository_ruleset.rules.required_status_checks.required_check property to define nested dependency more clear

Resolves #1893


Before the change?

Under the "Rules" block section a nested property github_repository_ruleset.rules.required_status_checks.required_check is defined as required_status_checks.required_check, which causes unclarity.

After the change?

A nested property github_repository_ruleset.rules.required_status_checks.required_check is defined as rules.required_status_checks.required_check under the "Rules" block section.

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!