bcec7f5576
Part of the upgrade process happens in the first "terraform apply" after adding explicit source addresses in the configuration. Previously we just left that implied under the assumption that everyone would run "terraform apply" shortly after anyway, but there is a specific tricky situation where the first change after upgrading is to remove a resource from the configuration, leaving Terraform unable to complete the upgrade. Because of that, we'll now explicitly direct users to run "terraform apply" after upgrading. Along with that, there's a reminder to make sure that "terraform plan" indicates no changes before upgrading, so that completing the upgrade doesn't involve also applying changes to remote objects. |
||
---|---|---|
.. | ||
docs | ||
guides | ||
intro | ||
layouts | ||
upgrade-guides | ||
README.md |
README.md
Terraform Documentation
This directory contains the portions of the Terraform website that pertain to the core functionality, excluding providers and the overall configuration.
The files in this directory are intended to be used in conjunction with
the terraform-website
repository, which brings all of the
different documentation sources together and contains the scripts for testing and building the site as
a whole.