From ea1a7762df67e4021b863a9600fd41481b0f56b8 Mon Sep 17 00:00:00 2001 From: Patrick Hagan <56281590+glerb@users.noreply.github.com> Date: Fri, 18 Jun 2021 14:15:06 -0700 Subject: [PATCH] Helpful note on replace-provider (#816) * Helpful note on replace-provider * More accurate description of problem * Typo --- website/docs/index.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 01b5d7d374..97002c65db 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -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