Update path description for Manta remote state backend

An absolute Manta path such as /$MANTA_USER/stor/random/path or ~~/stor/random/path will not work for the path option.  /$MANTA_USER/stor/ is automatically prepended to the path.
This commit is contained in:
Travis Paul 2017-01-20 15:20:11 -05:00 committed by GitHub
parent b652852e0a
commit 56e289db8b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ data "terraform_remote_state" "foo" {
The following configuration options are supported:
* `path` - (Required) The path where to store the state file
* `path` - (Required) The path relative to your private storage directory (`/$MANTA_USER/stor`) where the state file will be stored
* `objectName` - (Optional) The name of the state file (defaults to `terraform.tfstate`)
The following [Manta environment variables](https://apidocs.joyent.com/manta/#setting-up-your-environment) are supported: