integrations / terraform-provider-github

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

fix: Make allowed_actions_config optional #2114

Closed Danielku15 closed 6 months ago

Danielku15 commented 7 months ago

Resolves #2105


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


Danielku15 commented 7 months ago

@kfcampbell Problem should be fixed now. I adapted two things:

Its a bit tricky to handle as it seems there is no good way to get the values as defined in code (desired state).