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

docs: correct remote state documentation and add config sub-arguments for atlas.
pull/5944/head
Paul Stack 10 years ago
commit 71995eaea1

@ -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

Loading…
Cancel
Save