terraform/website/source/docs
Kerim Satirli dfb85fb0d7 changing AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN (#8816)
I noticed that Terraform is not (anymore) parsing the value of environment variable `AWS_SECURITY_TOKEN` (which was re-added in May 2015: https://github.com/hashicorp/terraform/pull/1785)

Example ENV:

```
AWS_SECURITY_TOKEN="FQo...vgU="
AWS_ACCESS_KEY_ID="A...A"
AWS_SECRET_ACCESS_KEY="I...t"
AWS_DEFAULT_REGION="eu-west-1"
```
This errors with messages akin to "AWS was not able to validate the provided access credentials".

Setting `AWS_SESSION_TOKEN` instead of `AWS_SECURITY_TOKEN` on the other hand works just fine and seems to be in line with what is suggested in the code: d1ac7d3b2e/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go (L69), making this whole thing a documentation change.

Happy to provide test cases or additional insights though!
2016-09-13 13:04:46 -05:00
..
commands Fix a typo in the output command examples 2016-09-13 11:31:51 +01:00
configuration docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
import
internals
modules Fix typo (#8459) 2016-08-24 20:44:24 +01:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers changing AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN (#8816) 2016-09-13 13:04:46 -05:00
provisioners fix typo 2016-09-07 09:16:50 +02:00
state state/remote: Officially Support local backend 2016-09-03 15:42:40 -07:00
index.html.markdown