From a931b9cc23df15ff03d8a91b19701736e4be6586 Mon Sep 17 00:00:00 2001 From: Aleksander Modzelewski Date: Tue, 20 Dec 2016 18:27:05 +0100 Subject: [PATCH] Documentation update --- website/source/docs/state/remote/swift.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/state/remote/swift.html.md b/website/source/docs/state/remote/swift.html.md index e9fe7753f..df728a515 100644 --- a/website/source/docs/state/remote/swift.html.md +++ b/website/source/docs/state/remote/swift.html.md @@ -50,6 +50,9 @@ The following configuration options are supported: * `password` - (Optional) The Password to login with. If omitted, the `OS_PASSWORD` environment variable is used. + * `token` - (Optional) Access token to login with instead of user and password. + If omitted, the `OS_AUTH_TOKEN` variable is used. + * `region_name` (Required) - The region in which to store `terraform.tfstate`. If omitted, the `OS_REGION_NAME` environment variable is used.