Skip to content

Commit

Permalink
Merge pull request #4971 from jedineeper/docs-fix-parameter
Browse files Browse the repository at this point in the history
docs: correct remote state documentation and add config sub-arguments for atlas.
  • Loading branch information
stack72 committed Mar 31, 2016
2 parents 0615819 + a2532a3 commit 71995ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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

Expand Down

0 comments on commit 71995ea

Please sign in to comment.