Mildwonkey/upgrade doc remote backend (#21201)

* website/upgrade-guides: init -reconfigure is required with remote backend

* build: add a real and useful version of `.tfdev`
This commit is contained in:
Kristin Laemmert 2019-05-03 15:34:54 -04:00 committed by GitHub
parent 133d3d7971
commit b66d03bba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

6
.tfdev
View File

@ -5,8 +5,4 @@ version_info {
} }
version_exec = false version_exec = false
disable_provider_requirements = true
platform {
os = "darwin"
arch = "amd64"
}

View File

@ -541,3 +541,12 @@ workspaces must be upgraded to Terraform 0.12 otherwise Sentinel policies will
fail on versions below 0.12. fail on versions below 0.12.
More details on this upgrade process will be added prior to the final release. 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.