Skip to content

use the same word 'uninstall' instead of remove #498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ If you want to transfer ownership of the GitHub App to another user or organizat

~> **Warning**: Do not delete the GitHub App from GitHub until you have first removed it from Terraform Enterprise.

In order to remove the GitHub App from your Terraform Enterprise instance, you must first remove all installations for the application in GitHub.
In order to remove the GitHub App from your Terraform Enterprise instance, you must first uninstall all GitHub App installations in GitHub.

#### Step 1: Remove GitHub App Installations
#### Step 1: Uninstall GitHub App Installations

~> **Warning**: Uninstalling the application will remove the connections it has to workspaces, policy sets, and registry modules.

Expand Down
Loading