diff --git a/.tfdev b/.tfdev index 35596fdbf..a04d5c102 100644 --- a/.tfdev +++ b/.tfdev @@ -5,8 +5,4 @@ version_info { } version_exec = false - -platform { - os = "darwin" - arch = "amd64" -} +disable_provider_requirements = true diff --git a/website/upgrade-guides/0-12.html.markdown b/website/upgrade-guides/0-12.html.markdown index 47cd65171..8bd464b6b 100644 --- a/website/upgrade-guides/0-12.html.markdown +++ b/website/upgrade-guides/0-12.html.markdown @@ -541,3 +541,12 @@ workspaces must be upgraded to Terraform 0.12 otherwise Sentinel policies will fail on versions below 0.12. More details on this upgrade process will be added prior to the final release. + +## Upgrading Remote Backend Configuration + +Terraform Enterprise users, and users of the Terrafrom SAAS free tier, will need +to run `terraform init -reconfigure` to upgrade to Terraform 0.12. + +Terraform provides a message stating that `terraform init` is required; while +there is no harm in running this command, the next error message will clarify +that `terraform init -reconfigure` is required.