Commit Graph

12 Commits

Author SHA1 Message Date
Seth Vargo 91d5e75afa Remove more references to Atlas 2017-04-07 11:56:19 -04:00
Seth Vargo 2ff3d47f30 Fix broken links 2017-04-07 11:56:17 -04:00
Ringo De Smet f1df7afadc Document the `environment` attribute. (#13360)
The existence of the attribute is mentioned here already: https://www.terraform.io/docs/state/environments.html
2017-04-05 09:53:18 +01:00
clint shryock 65ea9c3034 docs: fix some broken links related to remote state 2017-03-15 13:31:10 -05:00
George Christou f70d15dd3d website/docs: Run `terraform fmt` on code examples (#12075)
* docs/vsphere: Fix code block

* docs: Convert `...` to `# ...` to allow `terraform fmt`ing

* docs: Trim trailing whitespace

* docs: First-pass run of `terraform fmt` on code examples
2017-02-19 00:48:50 +02:00
Mitchell Hashimoto 4acd4a2bcf Update remote_state.html.md 2016-10-24 14:14:49 -07:00
James Nugent ab14f52748 docs: Remove output from `terraform_remote_state`
Fixes #8296.
2016-08-19 00:50:43 +01:00
Dan Webb e3160eea07 Fix terraform_remote_state documentation
Fixing minor typo to match documentation on https://www.terraform.io/docs/providers/terraform/d/remote_state.html
2016-08-03 14:07:57 +01:00
Mike Tougeron f49f6cbd5f Terraform 0.7.0 data resource for remote state does not use the 'output' path (#7802) 2016-07-25 21:41:24 +01:00
Martin Atkins 76fb7693b5 provider/terraform: remote state resource becomes a data source
As a first example of a real-world data source, the pre-existing
terraform_remote_state resource is adapted to be a data source. The
original resource is shimmed to wrap the data source for backward
compatibility.
2016-05-14 08:26:36 -07:00
Craig Marsden 64d5ff2e84 correct remote state documentation and add config sub-arguments for atlas. 2016-02-08 22:21:50 +00:00
John Engelman 678feaaed7 Add Terraform/Remote State documentation to provider/resource section.
Issue #2074
2015-12-27 19:04:27 +01:00