terraform/website
Paddy Carver b8752c7610 Add a backend-specific env var for the GCS backend.
Right now, the only environment variable available is the same
environment variable that will be picked up by the GCP provider. Users
would like to be able to store state in separate projects or accounts or
otherwise authenticate to the provider with a service account that
doesn't have access to the state. This seems like a reasonable enough
practice to me, and the solution seems straightforward--offer an
environment variable that doesn't mean anything to the provider to
configure the backend credentials. I've added GOOGLE_BACKEND_CREDENTIALS
to manage just the backend credentials, and documented it appropriately.
2019-12-12 03:35:39 -08:00
..
docs Add a backend-specific env var for the GCS backend. 2019-12-12 03:35:39 -08:00
guides website: Update URLs and name references for Terraform Cloud rebrand 2019-08-16 15:55:29 -07:00
intro website: add yt video to /intro 2019-12-03 15:14:59 -08:00
layouts lang/funcs: Add more `trim*` functions (#23016) 2019-11-18 08:31:44 -05:00
upgrade-guides states/statefile: Better error messages for some unsupported v3 cases 2019-11-21 09:18:49 -08: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.