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:
parent
133d3d7971
commit
b66d03bba7
6
.tfdev
6
.tfdev
|
@ -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…
Reference in New Issue