Skip to content

Instantly share code, notes, and snippets.

@agarstang
Last active July 22, 2016 08:52
Show Gist options
  • Save agarstang/1aa8189af5b15ce864d2b02de2ec7fb8 to your computer and use it in GitHub Desktop.
Save agarstang/1aa8189af5b15ce864d2b02de2ec7fb8 to your computer and use it in GitHub Desktop.
Terraform AWS Token Issue
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: 2016/07/22 08:29:03 [INFO] AWS EC2 instance detected via default metadata API endpoint, EC2RoleProvider added to the auth chain
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: 2016/07/22 08:29:03 [INFO] AWS Auth provider used: "EnvProvider"
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: 2016/07/22 08:29:03 [INFO] Initializing IAM Connection
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: 2016/07/22 08:29:03 [INFO] Initializing STS connection
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: 2016/07/22 08:29:03 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: POST / HTTP/1.1
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: Host: iam.amazonaws.com
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: User-Agent: terraform/0.6.16 () aws-sdk-go/1.1.23 (go1.6.2; windows; amd64)
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: Content-Length: 33
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: Authorization: AWS4-HMAC-SHA256 Credential=ASIAIAWCSBV3GVRBQABA/
20160722/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ea8f59704038dd
c91eee242c44cc2530af91e347a9555d339a2687766f040089
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: X-Amz-Date: 20160722T082903Z
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: Accept-Encoding: gzip
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe:
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: Action=GetUser&Version=2010-05-08
2016/07/22 08:29:03 [DEBUG] terraform-provider-aws.exe: -----------------------------------------------------
2016/07/22 08:29:03 [ERROR] root: eval: *terraform.EvalConfigProvider, err: 1 error(s) occurred:
* InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 5924e00b-4fe6-11e6-b3ac-ab2eb361e21c
2016/07/22 08:29:03 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 5924e00b-4fe6-11e6-b3ac-ab2eb361e21c
2016/07/22 08:29:03 [ERROR] root: eval: *terraform.EvalOpFilter, err: 1 error(s) occurred:
* InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 5924e00b-4fe6-11e6-b3ac-ab2eb361e21c
2016/07/22 08:29:03 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 5924e00b-4fe6-11e6-b3ac-ab2eb361e21c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment