terraform/website/source
Paul Hinze 7ffa66d1a5 ssh: accept private key contents instead of path
We've been moving away from config fields expecting file paths that
Terraform will load, instead prefering fields that expect file contents,
leaning on `file()` to do loading from a path.

This helps with consistency and also flexibility - since this makes it
easier to shift sensitive files into environment variables.

Here we add a little helper package to manage the transitional period
for these fields where we support both behaviors.

Also included is the first of several fields being shifted over - SSH
private keys in provisioner connection config.

We're moving to new field names so the behavior is more intuitive, so
instead of `key_file` it's `private_key` now.

Additional field shifts will be included in follow up PRs so they can be
reviewed and discussed individually.
2015-11-12 14:59:14 -06:00
..
assets Use vendored fastly logo 2015-10-26 11:53:42 -04:00
docs ssh: accept private key contents instead of path 2015-11-12 14:59:14 -06:00
intro add closing quote 2015-11-06 19:02:05 -08:00
layouts provider/google: HTTPS health checks resource + tests & documentation 2015-11-12 10:48:26 -05:00
.gitignore
404.html.erb Update 404 page 2015-09-19 17:42:33 +01:00
community.html.erb
downloads.html.erb Trailing slash 2015-10-29 16:22:34 -04:00
index.html.erb
robots.txt
sitemap.xml.builder