Skip to content

Commit

Permalink
Helpful note on replace-provider (#816)
Browse files Browse the repository at this point in the history
* Helpful note on replace-provider

* More accurate description of problem

* Typo
  • Loading branch information
glerb authored Jun 18, 2021
1 parent 1cf534a commit ea1a776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ resource "github_membership" "membership_for_user_x" {
# ...
}
```
~> **Note:** When upgrading from `hashicorp/github` to `integrations/github`, use `terraform state replace-provider`. Otherwise, Terraform will still require the old provider to interact with the state file.

## Authentication

Expand Down

0 comments on commit ea1a776

Please sign in to comment.