integrations / terraform-provider-github

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

Add feature can_admins_bypass for repo environments | fixed wait_timer issue for repo environments #2001

Closed scott-doyland-burrows closed 11 months ago

scott-doyland-burrows commented 1 year ago

For resource github_repository_environment

Resolves https://github.com/integrations/terraform-provider-github/issues/1804 can_admins_bypass implemented

Resolves https://github.com/integrations/terraform-provider-github/issues/1996 wait_timer issue fixed


Before the change?

can_admins_bypass was not implemented for repository environments.

wait_timer would not show a diff if updated outside of terraform.

After the change?

can_admins_bypass is implemented.

wait_timer correctly shows a diff if updated outside of terraform.

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!