terraform/website/source/docs
Quentin Machu bf8d932d23
provider/local: Implement a new local_file resource
This commit adds the ability to provision files locally.
This is useful for cases where TerraForm generates assets
such as TLS certificates or templated documents that need
to be saved locally.

- While output variables can be used to return values to
the user, it is not extremly suitable for large content or
when many of these are generated, nor is it practical for
operators to manually save them on disk.
- While `local-exec` could be used with an `echo`, this
provider works across platforms and do not require any
convoluted escaping.
2017-04-13 14:57:29 -07:00
..
backends Remove more references to Atlas 2017-04-07 11:56:19 -04:00
commands Grammar fix (#13626) 2017-04-13 09:07:48 -05:00
configuration Add documentation for `description` paramater on `output`. 2017-04-10 08:28:16 -07:00
enterprise include documentation for TFE GitLab integration 2017-04-11 10:46:09 -05:00
import Merge pull request #13270 from JDiPierro/google_address_importability 2017-04-12 15:46:08 -07:00
internals Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
modules removed Atlas from TF OSS Docs 2017-04-07 11:56:09 -04:00
plugins Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
providers provider/local: Implement a new local_file resource 2017-04-13 14:57:29 -07:00
provisioners Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
state removed Atlas from TF OSS Docs 2017-04-07 11:56:09 -04:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00