terraform/website
Martin Atkins d4ac68423c website: Tweak the language we use to describe remote state
After some discussion with "iamakulov" on Twitter it seems that the use
of the word "conflicts" and "merge conflicts" here was sounding like us
implicitly condoning the use of version control as a mechanism for
distributing local state files, which hasn't been recommended for quite
some time since remote state now provides a much more robust solution.

While here, I also tweaked some other language on this page for style and
for use of terminology we more commonly use in our more recent
documentation.
2018-06-26 11:43:36 -07:00
..
docs website: Tweak the language we use to describe remote state 2018-06-26 11:43:36 -07:00
guides website: Fix typo in the provider development program guide 2018-03-23 16:09:33 -07:00
intro website: Using demo.consul.io requires scheme = "https" 2018-06-22 10:18:27 -07:00
layouts Make "v3" in etcd visible in the backend types sidebar 2018-04-25 15:20:56 +01:00
upgrade-guides website: Using demo.consul.io requires scheme = "https" 2018-06-22 10:18:27 -07:00
README.md website: A note about where the root parts of the website live now 2017-06-27 14:40:13 -07:00

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.