070b2b9d59
* Add Fastly SSL validation fields The ssl_hostname field has been deprecated by Fastly. Instead the new standard is to use the ssl_cert_hostname and ssl_sni_hostname fields: - ssl_cert_hostname: Used only for certificate verification. - ssl_sni_hostname: Used only for SNI in the handshake. Add these fields to the backend block to better support SSL services. * Add deprecation notice for ssl_hostname |
||
---|---|---|
.. | ||
scripts | ||
source | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
config.rb | ||
packer.json |
README.md
Terraform Website
This subdirectory contains the entire source for the Terraform Website. This is a Middleman project, which builds a static site from these source files.
Contributions Welcome!
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.
Running the Site Locally
Running the site locally is simple. Clone this repo and run make website
.
Then open up http://localhost:4567
. Note that some URLs you may need to append
".html" to make them work (in the navigation).