Skip to content

Commit 71995ea

Browse files
committed
Merge pull request hashicorp#4971 from jedineeper/docs-fix-parameter
docs: correct remote state documentation and add config sub-arguments for atlas.
2 parents 0615819 + a2532a3 commit 71995ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/source/docs/providers/terraform/r/remote_state.html.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Retrieves state meta data from a remote backend
1616
resource "terraform_remote_state" "vpc" {
1717
backend = "atlas"
1818
config {
19-
path = "hashicorp/vpc-prod"
19+
name = "hashicorp/vpc-prod"
2020
}
2121
}
2222
@@ -32,6 +32,7 @@ The following arguments are supported:
3232

3333
* `backend` - (Required) The remote backend to use.
3434
* `config` - (Optional) The configuration of the remote backend.
35+
* Remote state config docs can be found [here](https://www.terraform.io/docs/state/remote/atlas.html)
3536

3637
## Attributes Reference
3738

0 commit comments

Comments
 (0)