Skip to content

Instantly share code, notes, and snippets.

@mahsoud
Created August 30, 2018 09:07
Show Gist options
  • Save mahsoud/e43dc9876804d0b442590081ffee7b6f to your computer and use it in GitHub Desktop.
Save mahsoud/e43dc9876804d0b442590081ffee7b6f to your computer and use it in GitHub Desktop.
terraform apply
2018/08/30 11:59:06 [INFO] Terraform version: 0.11.8 7a5c1d221ac209bbac66947c369815cd9ca70ed5
2018/08/30 11:59:06 [INFO] Go runtime version: go1.10.1
2018/08/30 11:59:06 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/08/30 11:59:06 [DEBUG] Attempting to open CLI config file: /MYHOMEPATH/.terraformrc
2018/08/30 11:59:06 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/30 11:59:06 [INFO] CLI command args: []string{"apply"}
2018/08/30 11:59:06 [INFO] command: empty terraform config, returning nil
2018/08/30 11:59:06 [DEBUG] command: no data state file found for backend config
2018/08/30 11:59:06 [DEBUG] New state was assigned lineage "68ae3a00-0760-e5a3-0851-5669832077ef"
2018/08/30 11:59:06 [INFO] command: backend initialized: <nil>
2018/08/30 11:59:06 [DEBUG] checking for provider in "."
2018/08/30 11:59:06 [DEBUG] checking for provider in "/usr/local/bin"
2018/08/30 11:59:06 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2018/08/30 11:59:06 [DEBUG] found provider "terraform-provider-aws_v1.33.0_x4"
2018/08/30 11:59:06 [DEBUG] found provider "terraform-provider-local_v1.1.0_x4"
2018/08/30 11:59:06 [DEBUG] found valid plugin: "local", "1.1.0", "/mypath/test/.terraform/plugins/linux_amd64/terraform-provider-local_v1.1.0_x4"
2018/08/30 11:59:06 [DEBUG] found valid plugin: "aws", "1.33.0", "/mypath/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.33.0_x4"
2018/08/30 11:59:06 [DEBUG] checking for provisioner in "."
2018/08/30 11:59:06 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/08/30 11:59:06 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2018/08/30 11:59:06 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/30 11:59:06 [INFO] backend/local: starting Apply operation
2018/08/30 11:59:06 [INFO] terraform: building graph: GraphTypeInput
2018/08/30 11:59:06 [DEBUG] Resource state not found for "aws_key_pair.deployer": aws_key_pair.deployer
2018/08/30 11:59:06 [DEBUG] adding missing provider: aws
2018/08/30 11:59:06 [DEBUG] resource aws_key_pair.deployer using provider provider.aws
2018/08/30 11:59:06 [DEBUG] ReferenceTransformer: "aws_key_pair.deployer" references: []
2018/08/30 11:59:06 [DEBUG] ReferenceTransformer: "output.fingerprint" references: [aws_key_pair.deployer]
2018/08/30 11:59:06 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/08/30 11:59:06 [DEBUG] Starting graph walk: walkInput
2018-08-30T11:59:06.535+0300 [DEBUG] plugin: starting plugin: path=/mypath/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.33.0_x4 args=[/mypath/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.33.0_x4]
2018-08-30T11:59:06.535+0300 [DEBUG] plugin: waiting for RPC address: path=/mypath/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.33.0_x4
2018-08-30T11:59:06.541+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: plugin address: timestamp=2018-08-30T11:59:06.541+0300 address=/tmp/plugin220349880 network=unix
2018/08/30 11:59:06 [DEBUG] command: asking for input: "provider.aws.region"
provider.aws.region
The region where AWS operations will take place. Examples
are us-east-1, us-west-2, etc.
Default: us-east-1
Enter a value: us-east-1
2018/08/30 11:59:14 [INFO] terraform: building graph: GraphTypeValidate
2018/08/30 11:59:14 [DEBUG] Resource state not found for "aws_key_pair.deployer": aws_key_pair.deployer
2018/08/30 11:59:14 [DEBUG] adding missing provider: aws
2018/08/30 11:59:14 [DEBUG] resource aws_key_pair.deployer using provider provider.aws
2018/08/30 11:59:14 [DEBUG] ReferenceTransformer: "aws_key_pair.deployer" references: []
2018/08/30 11:59:14 [DEBUG] ReferenceTransformer: "output.fingerprint" references: [aws_key_pair.deployer]
2018/08/30 11:59:14 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/08/30 11:59:14 [DEBUG] Starting graph walk: walkValidate
2018/08/30 11:59:14 [INFO] backend/local: apply calling Refresh
2018/08/30 11:59:14 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/30 11:59:14 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/08/30 11:59:14 [TRACE] ConfigTransformer: Starting for path: []
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.ConfigTransformer:
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/08/30 11:59:14 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/08/30 11:59:14 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.MissingProviderTransformer:
t:(*config.RawConfig)(0xc42042bc00), RawConfig:(*config.RawConfig)(0xc42042bb90), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
output.fingerprint - *terraform.NodeApplyableOutput
2018/08/30 11:59:14 [DEBUG] Resource state not found for "aws_key_pair.deployer": aws_key_pair.deployer
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
output.fingerprint - *terraform.NodeApplyableOutput
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
output.fingerprint - *terraform.NodeApplyableOutput
2018/08/30 11:59:14 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
output.fingerprint - *terraform.NodeApplyableOutput
2018/08/30 11:59:14 [DEBUG] adding missing provider: aws
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
output.fingerprint - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
2018/08/30 11:59:14 [DEBUG] resource aws_key_pair.deployer using provider provider.aws
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
output.fingerprint - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
output.fingerprint - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
2018/08/30 11:59:14 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
output.fingerprint - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
2018/08/30 11:59:14 [TRACE] Graph after s2018-08-30T11:59:14.403+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:14 [INFO] No assume_role block read from configuration
2018-08-30T11:59:14.404+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:14 [INFO] Building AWS region structure
2018-08-30T11:59:14.404+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:14 [INFO] Building AWS auth structure
2018-08-30T11:59:14.404+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:14 [INFO] Setting AWS metadata API timeout to 100ms
2018-08-30T11:59:15.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-08-30T11:59:15.145+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-08-30T11:59:15.145+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [INFO] Initializing DeviceFarm SDK connection
2018-08-30T11:59:15.145+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: POST / HTTP/1.1
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Host: sts.amazonaws.com
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: User-Agent: aws-sdk-go/1.15.16 (go1.10.3; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 43
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=MYKEY/20180830/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=829a961184673a714c3f540d33e193ef0270f7f308b5aff0e094f801d30c7e64
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amz-Date: 20180830T085915Z
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Accept-Encoding: gzip
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-08-30T11:59:15.146+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: HTTP/1.1 200 OK
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Connection: close
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 407
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: text/xml
2018-08-30T11:59:15.977+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Date: Thu, 30 Aug 2018 08:59:20 GMT
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amzn-Requestid: fbca95d9-ac32-11e8-b275-77919c2dd1f9
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <GetCallerIdentityResult>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <Arn>arn:aws:iam::MYACCOUNTID:user/username</Arn>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <UserId>MYUSERID</UserId>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <Account>MYACCOUNTID</Account>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </GetCallerIdentityResult>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <ResponseMetadata>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <RequestId>fbca95d9-ac32-11e8-b275-77919c2dd1f9</RequestId>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </ResponseMetadata>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </GetCallerIdentityResponse>
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: POST / HTTP/1.1
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: User-Agent: aws-sdk-go/1.15.16 (go1.10.3; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 87
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=MYKEY/20180830/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=db4354920b0b5f3c715fc410443ab6f4223364f21db52135a4f4c3c9b615d67f
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amz-Date: 20180830T085915Z
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Accept-Encoding: gzip
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-08-30T11:59:15.978+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: HTTP/1.1 200 OK
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Connection: close
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Transfer-Encoding: chunked
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: text/xml;charset=UTF-8
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Date: Thu, 30 Aug 2018 08:59:21 GMT
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Server: AmazonEC2
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Vary: Accept-Encoding
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <requestId>d01471ba-0858-41ae-adb0-f51b73ee8c8d</requestId>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <accountAttributeSet>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <item>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <attributeName>supported-platforms</attributeName>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <attributeValueSet>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <item>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <attributeValue>VPC</attributeValue>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </item>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </attributeValueSet>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </item>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </accountAttributeSet>
2018-08-30T11:59:16.797+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </DescribeAccountAttributesResponse>
2018/08/30 11:59:16 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2018/08/30 11:59:16 [DEBUG] Resource state not found for "aws_key_pair.deployer": aws_key_pair.deployer
2018/08/30 11:59:16 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResourceInstance
2018/08/30 11:59:16 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResourceInstance
2018/08/30 11:59:16 [DEBUG] ReferenceTransformer: "aws_key_pair.deployer" references: []
2018/08/30 11:59:16 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResourceInstance
2018/08/30 11:59:16 [TRACE] Graph after step *terraform.RootTransformer:
aws_key_pair.deployer - *terraform.NodePlannableResourceInstance
2018/08/30 11:59:16 [TRACE] dag/walk: added new vertex: "aws_key_pair.deployer"
2018/08/30 11:59:16 [TRACE] dag/walk: walking "aws_key_pair.deployer"
2018/08/30 11:59:16 [TRACE] vertex 'root.aws_key_pair.deployer': walking
2018/08/30 11:59:16 [TRACE] vertex 'root.aws_key_pair.deployer': evaluating
2018/08/30 11:59:16 [TRACE] [walkPlan] Entering eval tree: aws_key_pair.deployer
2018/08/30 11:59:16 [TRACE] root: eval: *terraform.EvalSequence
2018/08/30 11:59:16 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/30 11:59:16 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/30 11:59:16 [TRACE] root: eval: *terraform.EvalValidateResource
An execution plan has been generated and is shown below.
2018/08/30 11:59:16 [DEBUG] command: asking for input: "Do you want to perform these actions?"
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ aws_key_pair.deployer
id: <computed>
fingerprint: <computed>
key_name: "deployer-key"
public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQz1x2cEikKDEY0aIj41qgxMCP/iteneqXSIFZBp5vizPvaoIR3Um9xK7PGoW8giupGn+EPuxIA4cDM4vzOqOkiMPhz5XK0whEjkVzTo4+S0puvDZuwIsdiW9mxhJc7tgBNL0cYlWSYVkz4G/fslNfRPW5mYAM49f4fhtxPb5ok4Q2Lg9dPKVHO/Bgeu5woMc7RY0p1ej6D4CKFE6lymSDJpW0YHX/wqE9+cfEauh7xZcG0q9t2ta6F6fmX0agvpFyZo8aFbXeUBr7osSCJNgvavWbM/06niWrOvYX2xwWdhXmXSrbX8ZbabVohBK41 email@example.com"
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2018/08/30 11:59:19 [INFO] terraform: building graph: GraphTypeApply
2018/08/30 11:59:19 [TRACE] DiffTransformer: starting
2018/08/30 11:59:19 [TRACE] DiffTransformer: Module: CREATE: aws_key_pair.deployer
fingerprint: "" => "<computed>"
key_name: "" => "deployer-key" (forces new resource)
public_key: "" => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQz1x2cEikKDEY0aIj41qgxMCP/iteneqXSIFZBp5vizPvaoIR3Um9xK7PGoW8giupGn+EPuxIA4cDM4vzOqOkiMPhz5XK0whEjkVzTo4+S0puvDZuwIsdiW9mxhJc7tgBNL0cYlWSYVkz4G/fslNfRPW5mYAM49f4fhtxPb5ok4Q2Lg9dPKVHO/Bgeu5woMc7RY0p1ej6D4CKFE6lymSDJpW0YHX/wqE9+cfEauh7xZcG0q9t2ta6F6fmX0agvpFyZo8aFbXeUBr7osSCJNgvavWbM/06niWrOvYX2xwWdhXmXSrbX8ZbabVohBK41 email@example.com" (forces new resource)
2018/08/30 11:59:19 [TRACE] DiffTransformer: Resource "aws_key_pair.deployer": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "key_name":*terraform.ResourceAttrDiff{Old:"", New:"deployer-key", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "public_key":*terraform.ResourceAttrDiff{Old:"", New:"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQz1x2cEikKDEY0aIj41qgxMCP/iteneqXSIFZBp5vizPvaoIR3Um9xK7PGoW8giupGn+EPuxIA4cDM4vzOqOkiMPhz5XK0whEjkVzTo4+S0puvDZuwIsdiW9mxhJc7tgBNL0cYlWSYVkz4G/fslNfRPW5mYAM49f4fhtxPb5ok4Q2Lg9dPKVHO/Bgeu5woMc7RY0p1ej6D4CKFE6lymSDJpW0YHX/wqE9+cfEauh7xZcG0q9t2ta6F6fmX0agvpFyZo8aFbXeUBr7osSCJNgvavWbM/06niWrOvYX2xwWdhXmXSrbX8ZbabVohBK41 email@example.com", NewComputed:false, NewRemoved:false, NewExtra:"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQz1x2cEikKDEY0aIj41qgxMCP/iteneqXSIFZBp5vizPvaoIR3Um9xK7PGoW8giupGn+EPuxIA4cDM4vzOqOkiMPhz5XK0whEjkVzTo4+S0puvDZuwIsdiW9mxhJc7tgBNL0cYlWSYVkz4G/fslNfRPW5mYAM49f4fhtxPb5ok4Q2Lg9dPKVHO/Bgeu5woMc7RY0p1ej6D4CKFE6lymSDJpW0YHX/wqE9+cfEauh7xZcG0q9t2ta6F6fmX0agvpFyZo8aFbXeUBr7osSCJNgvavWbM/06niWrOvYX2xwWdhXmXSrbX8ZbabVohBK41 email@example.com", RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/30 11:59:19 [DEBUG] Resource state not found for "aws_key_pair.deployer": aws_key_pair.deployer
2018/08/30 11:59:19 [DEBUG] adding missing provider: aws
2018/08/30 11:59:19 [DEBUG] resource aws_key_pair.deployer using provider provider.aws
2018-08-30T11:59:19.159+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] No assume_role block read from configuration
2018-08-30T11:59:19.159+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] Building AWS region structure
2018-08-30T11:59:19.159+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] Building AWS auth structure
2018-08-30T11:59:19.159+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] Setting AWS metadata API timeout to 100ms
2018-08-30T11:59:19.841+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-08-30T11:59:19.842+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-08-30T11:59:19.842+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [INFO] Initializing DeviceFarm SDK connection
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:19 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: POST / HTTP/1.1
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Host: sts.amazonaws.com
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: User-Agent: aws-sdk-go/1.15.16 (go1.10.3; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 43
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=MYKEY/20180830/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=238c0e6a92b18426ae7392d54683293cc0f9efb4ff299c6ee2388af7aa76ee74
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amz-Date: 20180830T085919Z
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Accept-Encoding: gzip
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-08-30T11:59:19.843+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:20 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: HTTP/1.1 200 OK
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Connection: close
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 407
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: text/xml
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Date: Thu, 30 Aug 2018 08:59:25 GMT
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amzn-Requestid: fe9c0472-ac32-11e8-908a-270750c8ba75
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:20 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <GetCallerIdentityResult>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <Arn>arn:aws:iam::MYACCOUNTID:user/username</Arn>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <UserId>MYUSERID</UserId>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <Account>MYACCOUNTID</Account>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </GetCallerIdentityResult>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <ResponseMetadata>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <RequestId>fe9c0472-ac32-11e8-908a-270750c8ba75</RequestId>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </ResponseMetadata>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </GetCallerIdentityResponse>
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: POST / HTTP/1.1
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: User-Agent: aws-sdk-go/1.15.16 (go1.10.3; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 87
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=MYKEY/20180830/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1e77078e286ffa83323d1a33e81043e6cdc54cc15ad0be4f532d4c6435f1f882
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amz-Date: 20180830T085920Z
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Accept-Encoding: gzip
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-08-30T11:59:20.761+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: HTTP/1.1 200 OK
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Connection: close
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Transfer-Encoding: chunked
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: text/xml;charset=UTF-8
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Date: Thu, 30 Aug 2018 08:59:25 GMT
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Server: AmazonEC2
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Vary: Accept-Encoding
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <requestId>01af44e3-f4c4-45fd-8d15-3184f8e19249</requestId>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <accountAttributeSet>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <item>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <attributeName>supported-platforms</attributeName>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <attributeValueSet>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <item>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <attributeValue>VPC</attributeValue>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </item>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </attributeValueSet>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </item>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </accountAttributeSet>
2018-08-30T11:59:21.572+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </DescribeAccountAttributesResponse>
aws_key_pair.deployer: Creating...
fingerprint: "" => "<computed>"
key_name: "" => "deployer-key"
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:21 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ImportKeyPair Details:
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: POST / HTTP/1.1
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: User-Agent: aws-sdk-go/1.15.16 (go1.10.3; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 613
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=MYKEY/20180830/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9d376b893d76a90ccec33600d1ba65b005673160831e5be3bbd35db34fedae33
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: X-Amz-Date: 20180830T085921Z
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Accept-Encoding: gzip
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Action=ImportKeyPair&KeyName=deployer-key&PublicKeyMaterial=c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEM0Y2dHlQRUZFelYwTFgzWDhCc1hkTXNRejF4MmNFaWtLREVZMGFJajQxcWd4TUNQL2l0ZW5lcVhTSUZaQnA1dml6UHZhb0lSM1VtOXhLN1BHb1c4Z2l1cEduK0VQdXhJQTRjRE00dnpPcU9raU1QaHo1WEswd2hFamtWelRvNCtTMHB1dkRadXdJc2RpVzlteGhKYzd0Z0JOTDBjWWxXU1lWa3o0Ry9mc2xOZlJQVzVtWUFNNDlmNGZodHhQYjVvazRRMkxnOWRQS1ZITy9CZ2V1NXdvTWM3UlkwcDFlajZENENLRkU2bHltU0RKcFcwWUhYL3dxRTkrY2ZFYXVoN3haY0cwcTl0MnRhNkY2Zm1YMGFndnBGeVpvOGFGYlhlVUJyN29zU0NKTmd2YXZXYk0vMDZuaVdyT3ZZWDJ4d1dkaFhtWFNyYlg4WmJhYlZvaEJLNDEgZW1haWxAZXhhbXBsZS5jb20%3D&Version=2016-11-15
2018-08-30T11:59:21.579+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
public_key: "" => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQz1x2cEikKDEY0aIj41qgxMCP/iteneqXSIFZBp5vizPvaoIR3Um9xK7PGoW8giupGn+EPuxIA4cDM4vzOqOkiMPhz5XK0whEjkVzTo4+S0puvDZuwIsdiW9mxhJc7tgBNL0cYlWSYVkz4G/fslNfRPW5mYAM49f4fhtxPb5ok4Q2Lg9dPKVHO/Bgeu5woMc7RY0p1ej6D4CKFE6lymSDJpW0YHX/wqE9+cfEauh7xZcG0q9t2ta6F6fmX0agvpFyZo8aFbXeUBr7osSCJNgvavWbM/06niWrOvYX2xwWdhXmXSrbX8ZbabVohBK41 email@example.com"
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:22 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ImportKeyPair Details:
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: HTTP/1.1 200 OK
aws_key_pair.deployer: Creation complete after 0s (ID: deployer-key)
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Connection: close
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Length: 322
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Content-Type: text/xml;charset=UTF-8
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Date: Thu, 30 Aug 2018 08:59:26 GMT
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: Server: AmazonEC2
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4:
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: -----------------------------------------------------
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:22 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <ImportKeyPairResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <requestId>5bc8ae0f-6d8d-445c-8d44-4fc3ead6507a</requestId>
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <keyName>deployer-key</keyName>
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: <keyFingerprint>d7:ff:a6:63:18:64:9c:57:a1:ee:ca:a4:ad:c2:81:62</keyFingerprint>
2018-08-30T11:59:22.463+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: </ImportKeyPairResponse>
2018/08/30 11:59:22 [ERROR] root: eval: *terraform.EvalWriteOutput, err: Resource 'aws_key_pair.deployer' does not have attribute 'fingerprint' for variable 'aws_key_pair.deployer.fingerprint'
2018/08/30 11:59:22 [ERROR] root: eval: *terraform.EvalOpFilter, err: Resource 'aws_key_pair.deployer' does not have attribute 'fingerprint' for variable 'aws_key_pair.deployer.fingerprint'
2018/08/30 11:59:22 [ERROR] root: eval: *terraform.EvalSequence, err: Resource 'aws_key_pair.deployer' does not have attribute 'fingerprint' for variable 'aws_key_pair.deployer.fingerprint'
2018/08/30 11:59:22 [TRACE] [walkApply] Exiting eval tree: output.fingerprint
2018/08/30 11:59:22 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-08-30T11:59:22.472+0300 [DEBUG] plugin.terraform-provider-aws_v1.33.0_x4: 2018/08/30 11:59:22 [ERR] plugin: plugin server: accept unix /tmp/plugin220349880: use of closed network connection
2018-08-30T11:59:22.473+0300 [DEBUG] plugin: plugin process exited: path=/mypath/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.33.0_x4
Error: Error applying plan:
1 error(s) occurred:
* output.fingerprint: Resource 'aws_key_pair.deployer' does not have attribute 'fingerprint' for variable 'aws_key_pair.deployer.fingerprint'
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment