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`
pull/21203/head
Kristin Laemmert 7 years ago committed by GitHub
parent 133d3d7971
commit b66d03bba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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.

Loading…
Cancel
Save