Merge pull request #1785 from koendc/f-aws-security-token

aws: re-introduce support for AWS_SECURITY_TOKEN
This commit is contained in:
Mitchell Hashimoto 2015-05-04 11:18:28 -07:00
commit cf6fa89f46
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ func Provider() terraform.ResourceProvider {
Optional: true,
DefaultFunc: schema.MultiEnvDefaultFunc([]string{
"AWS_SESSION_TOKEN",
"AWS_SECURITY_TOKEN",
}, ""),
Description: descriptions["token"],
},