Skip to content

Instantly share code, notes, and snippets.

@breser
Created June 19, 2018 20:10
Show Gist options
  • Save breser/a9801ea9bc6c9600c49c1cbc92d508c7 to your computer and use it in GitHub Desktop.
Save breser/a9801ea9bc6c9600c49c1cbc92d508c7 to your computer and use it in GitHub Desktop.
DEBUG output: aws_default_subnet doesn't set map_public_ip_on_launch on first run.
2018/06/19 12:55:52 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/06/19 12:55:52 [INFO] Go runtime version: go1.10.1
2018/06/19 12:55:52 [INFO] CLI args: []string{"/Users/reserb/bin/terraform", "apply"}
2018/06/19 12:55:52 [DEBUG] Attempting to open CLI config file: /Users/reserb/.terraformrc
2018/06/19 12:55:52 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/06/19 12:55:52 [INFO] CLI command args: []string{"apply"}
2018/06/19 12:55:52 [INFO] command: empty terraform config, returning nil
2018/06/19 12:55:52 [DEBUG] command: no data state file found for backend config
2018/06/19 12:55:52 [DEBUG] New state was assigned lineage "c6a3495d-8bb9-c961-8b9d-d6401ab158e0"
2018/06/19 12:55:52 [INFO] command: backend initialized: <nil>
2018/06/19 12:55:52 [DEBUG] checking for provider in "."
2018/06/19 12:55:52 [DEBUG] checking for provider in "/Users/reserb/bin"
2018/06/19 12:55:52 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/06/19 12:55:52 [DEBUG] found provider "terraform-provider-aws_v1.23.0_x4"
2018/06/19 12:55:52 [DEBUG] checking for provider in "/Users/reserb/.terraform.d/plugins"
2018/06/19 12:55:52 [DEBUG] found valid plugin: "aws", "1.23.0", "/Users/reserb/tf-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.23.0_x4"
2018/06/19 12:55:52 [DEBUG] checking for provisioner in "."
2018/06/19 12:55:52 [DEBUG] checking for provisioner in "/Users/reserb/bin"
2018/06/19 12:55:52 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/06/19 12:55:52 [DEBUG] checking for provisioner in "/Users/reserb/.terraform.d/plugins"
2018/06/19 12:55:52 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/06/19 12:55:52 [INFO] backend/local: starting Apply operation
2018/06/19 12:55:52 [DEBUG] New state was assigned lineage "6d5b2104-a4c3-3a69-6213-fc2a0fca9aaa"
2018/06/19 12:55:52 [INFO] terraform: building graph: GraphTypeInput
2018/06/19 12:55:52 [DEBUG] Resource state not found for "aws_default_subnet.default_subnet": aws_default_subnet.default_subnet
2018/06/19 12:55:52 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_default_subnet.default_subnet - *terraform.NodeAbstractResource
2018/06/19 12:55:52 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_default_subnet.default_subnet - *terraform.NodeAbstractResource
2018/06/19 12:55:52 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/06/19 12:55:52 [DEBUG] resource aws_default_subnet.default_subnet using provider provider.aws
2018/06/19 12:55:52 [DEBUG] ReferenceTransformer: "aws_default_subnet.default_subnet" references: []
2018/06/19 12:55:52 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018-06-19T12:55:52.338-0700 [DEBUG] plugin: starting plugin: path=/Users/reserb/tf-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.23.0_x4 args=[/Users/reserb/tf-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.23.0_x4]
2018-06-19T12:55:53.351-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/reserb/tf-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.23.0_x4
2018-06-19T12:55:53.363-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: plugin address: timestamp=2018-06-19T12:55:53.362-0700 address=/var/folders/f9/r03qngg50gjdsftfgkykjnnxs700fy/T/plugin140799262 network=unix
2018/06/19 12:55:53 [INFO] terraform: building graph: GraphTypeValidate
2018/06/19 12:55:53 [DEBUG] Resource state not found for "aws_default_subnet.default_subnet": aws_default_subnet.default_subnet
2018/06/19 12:55:53 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_default_subnet.default_subnet - *terraform.NodeValidatableResource
2018/06/19 12:55:53 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_default_subnet.default_subnet - *terraform.NodeValidatableResource
2018/06/19 12:55:53 [DEBUG] ReferenceTransformer: "aws_default_subnet.default_subnet" references: []
2018/06/19 12:55:53 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/06/19 12:55:53 [DEBUG] Starting graph walk: walkValidate
2018/06/19 12:55:53 [DEBUG] Resource state not found for "aws_default_subnet.default_subnet": aws_default_subnet.default_subnet
2018/06/19 12:55:53 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_default_subnet.default_subnet - *terraform.NodeValidatableResourceInstance
2018/06/19 12:55:53 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_default_subnet.default_subnet - *terraform.NodeValidatableResourceInstance
2018/06/19 12:55:53 [DEBUG] ReferenceTransformer: "aws_default_subnet.default_subnet" references: []
2018/06/19 12:55:53 [INFO] backend/local: apply calling Refresh
2018/06/19 12:55:53 [INFO] terraform: building graph: GraphTypeRefresh
2018/06/19 12:55:53 [DEBUG] pruning unused provider provider.aws
2018/06/19 12:55:53 [INFO] backend/local: apply calling Plan
2018/06/19 12:55:53 [INFO] terraform: building graph: GraphTypePlan
2018/06/19 12:55:53 [DEBUG] Resource state not found for "aws_default_subnet.default_subnet": aws_default_subnet.default_subnet
2018/06/19 12:55:53 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_default_subnet.default_subnet - *terraform.NodePlannableResource
2018/06/19 12:55:53 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/06/19 12:55:53 [DEBUG] ReferenceTransformer: "aws_default_subnet.default_subnet" references: []
2018/06/19 12:55:53 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_default_subnet.default_subnet - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/06/19 12:55:53 [DEBUG] Starting graph walk: walkPlan
2018-06-19T12:55:53.411-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:53 [INFO] No assume_role block read from configuration
2018-06-19T12:55:53.411-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:53 [INFO] Building AWS region structure
2018-06-19T12:55:53.411-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:53 [INFO] Building AWS auth structure
2018-06-19T12:55:53.411-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:53 [INFO] Setting AWS metadata API timeout to 100ms
2018-06-19T12:55:54.169-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:54 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-06-19T12:55:54.169-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:54 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-06-19T12:55:54.170-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:54 [INFO] Initializing DeviceFarm SDK connection
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: sts.amazonaws.com
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 43
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195554Z
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-06-19T12:55:54.171-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 462
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:55:54 GMT
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amzn-Requestid: c6f4a4a1-73fa-11e8-b2e3-9baea7dfbef9
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <GetCallerIdentityResult>
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Arn>arn:aws:sts::111111111111:assumed-role/xxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx@xxxxxxx</Arn>
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <UserId>XXXXXXXXXXXXXXXXXXXXX:XXXXXXXXX@xxxxxxx</UserId>
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Account>111111111111</Account>
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResult>
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <ResponseMetadata>
2018-06-19T12:55:55.244-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <RequestId>c6f4a4a1-73fa-11e8-b2e3-9baea7dfbef9</RequestId>
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </ResponseMetadata>
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResponse>
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] Trying to get account ID via iam:GetUser
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: iam.amazonaws.com
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 33
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195555Z
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=GetUser&Version=2010-05-08
2018-06-19T12:55:55.245-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 400 Bad Request
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 307
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:55:55 GMT
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amzn-Requestid: c7268a62-73fa-11e8-a245-e706a5ec2ff6
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Error>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Type>Sender</Type>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Code>ValidationError</Code>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Message>Must specify userName when calling with non-User credentials</Message>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </Error>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <RequestId>c7268a62-73fa-11e8-a245-e706a5ec2ff6</RequestId>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </ErrorResponse>
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Validate Response iam/GetUser failed, not retrying, error ValidationError: Must specify userName when calling with non-User credentials
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: status code: 400, request id: c7268a62-73fa-11e8-a245-e706a5ec2ff6
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] Getting account ID via iam:GetUser failed: ValidationError: Must specify userName when calling with non-User credentials
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: status code: 400, request id: c7268a62-73fa-11e8-a245-e706a5ec2ff6
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] Trying to get account ID via sts:GetCallerIdentity
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: sts.amazonaws.com
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 43
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195555Z
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-06-19T12:55:55.592-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 462
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:55:55 GMT
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amzn-Requestid: c75959fe-73fa-11e8-918e-e55c2f07ca4e
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <GetCallerIdentityResult>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Arn>arn:aws:sts::111111111111:assumed-role/xxxxxxxxxxxxxxxxxxxxx/XXXXXXXXX@xxxxxxx</Arn>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <UserId>XXXXXXXXXXXXXXXXXXXXX:xxxxxxxxx@xxxxxxx</UserId>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Account>111111111111</Account>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResult>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <ResponseMetadata>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <RequestId>c75959fe-73fa-11e8-918e-e55c2f07ca4e</RequestId>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </ResponseMetadata>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResponse>
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:55 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: ec2.us-west-2.amazonaws.com
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 87
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195555Z
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-06-19T12:55:55.900-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:56 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Transfer-Encoding: chunked
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml;charset=UTF-8
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:55:55 GMT
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Server: AmazonEC2
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Vary: Accept-Encoding
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <requestId>330e3a15-891a-43e9-a817-7a8831e29399</requestId>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <accountAttributeSet>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <attributeName>supported-platforms</attributeName>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <attributeValueSet>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <attributeValue>VPC</attributeValue>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </attributeValueSet>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </accountAttributeSet>
2018-06-19T12:55:56.113-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </DescribeAccountAttributesResponse>
2018/06/19 12:55:56 [DEBUG] Resource state not found for "aws_default_subnet.default_subnet": aws_default_subnet.default_subnet
2018/06/19 12:55:56 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_default_subnet.default_subnet - *terraform.NodePlannableResourceInstance
2018/06/19 12:55:56 [DEBUG] command: asking for input: "Do you want to perform these actions?"
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ aws_default_subnet.default_subnet
id: <computed>
assign_ipv6_address_on_creation: <computed>
availability_zone: "us-west-2a"
cidr_block: <computed>
ipv6_cidr_block: <computed>
ipv6_cidr_block_association_id: <computed>
map_public_ip_on_launch: "false"
tags.%: "1"
tags.Name: "DEFAULT_SUBNET_A"
vpc_id: <computed>
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/06/19 12:55:58 [INFO] terraform: building graph: GraphTypeApply
e {}(nil)}
2018/06/19 12:55:58 [DEBUG] Resource state not found for "aws_default_subnet.default_subnet": aws_default_subnet.default_subnet
2018/06/19 12:55:58 [DEBUG] resource aws_default_subnet.default_subnet using provider provider.aws
2018/06/19 12:55:58 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/06/19 12:55:58 [DEBUG] ReferenceTransformer: "aws_default_subnet.default_subnet" references: []
2018/06/19 12:55:58 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_default_subnet.default_subnet - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/06/19 12:55:58 [DEBUG] Starting graph walk: walkApply
2018-06-19T12:55:58.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:58 [INFO] No assume_role block read from configuration
2018-06-19T12:55:58.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:58 [INFO] Building AWS region structure
2018-06-19T12:55:58.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:58 [INFO] Building AWS auth structure
2018-06-19T12:55:58.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:58 [INFO] Setting AWS metadata API timeout to 100ms
2018-06-19T12:55:59.465-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-06-19T12:55:59.465-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-06-19T12:55:59.465-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [INFO] Initializing DeviceFarm SDK connection
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: sts.amazonaws.com
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 43
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195559Z
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-06-19T12:55:59.466-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 462
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:55:59 GMT
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amzn-Requestid: c9a9163d-73fa-11e8-8e23-f71b42235973
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <GetCallerIdentityResult>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Arn>arn:aws:sts::111111111111:assumed-role/xxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx@xxxxxxx</Arn>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <UserId>XXXXXXXXXXXXXXXXXXXXX:xxxxxxxxx@xxxxxxx</UserId>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Account>111111111111</Account>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResult>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <ResponseMetadata>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <RequestId>c9a9163d-73fa-11e8-8e23-f71b42235973</RequestId>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </ResponseMetadata>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResponse>
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [DEBUG] Trying to get account ID via iam:GetUser
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:55:59 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: iam.amazonaws.com
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 33
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195559Z
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=GetUser&Version=2010-05-08
2018-06-19T12:55:59.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 400 Bad Request
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 307
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:55:59 GMT
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amzn-Requestid: c9d556de-73fa-11e8-a245-e706a5ec2ff6
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-06-19T12:56:00.093-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Error>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Type>Sender</Type>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Code>ValidationError</Code>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Message>Must specify userName when calling with non-User credentials</Message>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </Error>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <RequestId>c9d556de-73fa-11e8-a245-e706a5ec2ff6</RequestId>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </ErrorResponse>
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Validate Response iam/GetUser failed, not retrying, error ValidationError: Must specify userName when calling with non-User credentials
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: status code: 400, request id: c9d556de-73fa-11e8-a245-e706a5ec2ff6
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Getting account ID via iam:GetUser failed: ValidationError: Must specify userName when calling with non-User credentials
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: status code: 400, request id: c9d556de-73fa-11e8-a245-e706a5ec2ff6
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Trying to get account ID via sts:GetCallerIdentity
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: sts.amazonaws.com
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 43
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195600Z
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-06-19T12:56:00.094-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 462
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:56:00 GMT
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amzn-Requestid: ca0874a6-73fa-11e8-aeb8-6143f71429b0
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <GetCallerIdentityResult>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Arn>arn:aws:sts::111111111111:assumed-role/xxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx@xxxxxxx</Arn>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <UserId>XXXXXXXXXXXXXXXXXXXXX:xxxxxxxxx@xxxxxxx</UserId>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <Account>111111111111</Account>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResult>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <ResponseMetadata>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <RequestId>ca0874a6-73fa-11e8-aeb8-6143f71429b0</RequestId>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </ResponseMetadata>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </GetCallerIdentityResponse>
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: ec2.us-west-2.amazonaws.com
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 87
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195600Z
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-06-19T12:56:00.405-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Transfer-Encoding: chunked
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml;charset=UTF-8
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:56:00 GMT
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Server: AmazonEC2
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Vary: Accept-Encoding
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <requestId>f81ef474-decf-4b84-bee6-bc0a9ffeb45f</requestId>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <accountAttributeSet>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <attributeName>supported-platforms</attributeName>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <attributeValueSet>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <attributeValue>VPC</attributeValue>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </attributeValueSet>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </accountAttributeSet>
2018-06-19T12:56:00.473-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </DescribeAccountAttributesResponse>
2018/06/19 12:56:00 [DEBUG] apply: aws_default_subnet.default_subnet: executing Apply
aws_default_subnet.default_subnet: Creating...
assign_ipv6_address_on_creation: "" => "<computed>"
availability_zone: "" => "us-west-2a"
cidr_block: "" => "<computed>"
ipv6_cidr_block: "" => "<computed>"
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Reading Default Subnet: {
ipv6_cidr_block_association_id: "" => "<computed>"
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Filters: [{
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Name: "availabilityZone",
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Values: ["us-west-2a"]
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: },{
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Name: "defaultForAz",
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Values: ["true"]
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: }]
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: }
map_public_ip_on_launch: "" => "false"
tags.%: "0" => "1"
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: ec2.us-west-2.amazonaws.com
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 149
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195600Z
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.476-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=DescribeSubnets&Filter.1.Name=availabilityZone&Filter.1.Value.1=us-west-2a&Filter.2.Name=defaultForAz&Filter.2.Value.1=true&Version=2016-11-15
2018-06-19T12:56:00.476-0700 [DEBUG] pl tags.Name: "" => "DEFAULT_SUBNET_A"
vpc_id: "" => "<computed>"
ugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Transfer-Encoding: chunked
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml;charset=UTF-8
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:56:00 GMT
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Server: AmazonEC2
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Vary: Accept-Encoding
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <requestId>a0a3b24b-5b18-4c71-afc4-89f60cd5ed18</requestId>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <subnetSet>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <subnetId>subnet-657ddf2e</subnetId>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <state>available</state>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <vpcId>vpc-057d5b7c</vpcId>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <cidrBlock>172.31.32.0/20</cidrBlock>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <ipv6CidrBlockAssociationSet/>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <availableIpAddressCount>4091</availableIpAddressCount>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <availabilityZone>us-west-2a</availabilityZone>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <defaultForAz>true</defaultForAz>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <tagSet>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <key>Name</key>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <value>DEFAULT_SUBNET_A</value>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </tagSet>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </subnetSet>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </DescribeSubnetsResponse>
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Matching ^aws: with Name
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Matching ^aws: with Name
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Waiting for state to become: [success]
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Creating tags: [{
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Key: "Name",
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Value: "DEFAULT_SUBNET_A"
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: }] for subnet-657ddf2e
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateTags Details:
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: ec2.us-west-2.amazonaws.com
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 109
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195600Z
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=CreateTags&ResourceId.1=subnet-657ddf2e&Tag.1.Key=Name&Tag.1.Value=DEFAULT_SUBNET_A&Version=2016-11-15
2018-06-19T12:56:00.599-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateTags Details:
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Transfer-Encoding: chunked
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml;charset=UTF-8
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:56:00 GMT
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Server: AmazonEC2
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Vary: Accept-Encoding
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <CreateTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <requestId>643af747-6ce6-4476-af24-b8a406769426</requestId>
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <return>true</return>
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </CreateTagsResponse>
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: POST / HTTP/1.1
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Host: ec2.us-west-2.amazonaws.com
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: User-Agent: aws-sdk-go/1.14.5 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.7
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Length: 68
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Authorization: OBFUSCATED
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Date: 20180619T195600Z
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: X-Amz-Security-Token: OBFUSCATED
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Accept-Encoding: gzip
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-657ddf2e&Version=2016-11-15
2018-06-19T12:56:00.736-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: ---[ RESPONSE ]--------------------------------------
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: HTTP/1.1 200 OK
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Connection: close
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Transfer-Encoding: chunked
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Content-Type: text/xml;charset=UTF-8
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Date: Tue, 19 Jun 2018 19:56:00 GMT
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Server: AmazonEC2
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: Vary: Accept-Encoding
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4:
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: -----------------------------------------------------
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <requestId>c74890da-1e3f-4757-abf5-ab621445ad9d</requestId>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <subnetSet>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <subnetId>subnet-657ddf2e</subnetId>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <state>available</state>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <vpcId>vpc-057d5b7c</vpcId>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <cidrBlock>172.31.32.0/20</cidrBlock>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <ipv6CidrBlockAssociationSet/>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <availableIpAddressCount>4091</availableIpAddressCount>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <availabilityZone>us-west-2a</availabilityZone>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <defaultForAz>true</defaultForAz>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <tagSet>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <item>
2018-06-19T12:56:00.848-0700 [DEBUG] aws_default_subnet.default_subnet: Creation complete after 1s (ID: subnet-657ddf2e)
plugin.terraform-provider-aws_v1.23.0_x4: <key>Name</key>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <value>DEFAULT_SUBNET_A</value>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </tagSet>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </item>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </subnetSet>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: </DescribeSubnetsResponse>
2018-06-19T12:56:00.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.23.0_x4: 2018/06/19 12:56:00 [DEBUG] Matching ^aws: with Name
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
2018/06/19 12:56:00 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-06-19T12:56:00.856-0700 [DEBUG] plugin: plugin process exited: path=/Users/reserb/tf-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.23.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment