From 56e289db8b646408adb453820b698f103099a7e4 Mon Sep 17 00:00:00 2001
From: Travis Paul
Date: Fri, 20 Jan 2017 15:20:11 -0500
Subject: [PATCH] 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.
---
website/source/docs/state/remote/manta.html.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/source/docs/state/remote/manta.html.md b/website/source/docs/state/remote/manta.html.md
index c794464cd..05ca012bb 100644
--- a/website/source/docs/state/remote/manta.html.md
+++ b/website/source/docs/state/remote/manta.html.md
@@ -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: