terraform/website
Thomas Kula e2373c8073 website: Using demo.consul.io requires scheme = "https"
Following the examples as they were previously would cause errors
accessing demo.consul.io. Now we consistently set the scheme to https for
all examples that use demo.consul.io.

This also includes some other updates to the URLs, since the Consul demo
has been rebuilt with a different based configuration, and some general
formatting and copyediting changes in the Consul example.
2018-06-22 10:18:27 -07:00
..
docs website: Using demo.consul.io requires scheme = "https" 2018-06-22 10:18:27 -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.