Mike

Results 4 issues of Mike

For some reason the ForceNew flag is set on the name attribute in the [team resource ](https://github.com/hashicorp/terraform-provider-tfe/blob/main/tfe/resource_tfe_team.go) #### Use-cases Creating a team using tfe provider and updating to rename team....

feature-request
confirmed

## Description This PR implements #37244 This is a fairly straight-forward change to enable the new Stage-Level Rollback Option (links are in the issue) ## Tests I have added to...

enhancement
size/XS
tests
service/codepipeline

## Description This PR implements the bug described in #251. `GetUserByEmailContext` is very fast but does not find deactivated users. I've added a new func called `searchByEmail` that mirrors `searchByName`....

**Describe the bug** `data.slack_user` returns `user_not_found` for deactivated users. **To Reproduce** Steps to reproduce the behavior: 1. Find the email of a deactivated user 2. Write the code ```hcl data...

bug
needs-triage