integrations / terraform-provider-github

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

Add automated_security_fixes for github_repository #2297

Open voanhduy1512 opened 1 week ago

voanhduy1512 commented 1 week ago

Resolves #588


After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


kfcampbell commented 5 days ago

This behavior is currently managed by the github_repository_dependabot_security_updates resource. What's the thought process behind putting it inside the repository resource? The repo resource is already pretty bloated, and inserting new functionality here means the existing resource will conflict, so I'm pretty hesitant to add this.