Merge pull request #4971 from jedineeper/docs-fix-parameter

docs: correct remote state documentation and add config sub-arguments for atlas.
This commit is contained in:
Paul Stack 2016-03-30 21:18:16 -05:00
commit 71995eaea1
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Retrieves state meta data from a remote backend
resource "terraform_remote_state" "vpc" {
backend = "atlas"
config {
path = "hashicorp/vpc-prod"
name = "hashicorp/vpc-prod"
}
}
@ -32,6 +32,7 @@ The following arguments are supported:
* `backend` - (Required) The remote backend to use.
* `config` - (Optional) The configuration of the remote backend.
* Remote state config docs can be found [here](https://www.terraform.io/docs/state/remote/atlas.html)
## Attributes Reference