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
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
John Engelman
678feaaed7
Add Terraform/Remote State documentation to provider/resource section.
...
Issue #2074
2015-12-27 19:04:27 +01:00