Created
September 10, 2019 17:58
-
-
Save jeffdyke/5aa6b96448a28ae910b253d7f229f5f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019/09/10 13:52:01 [INFO] Terraform version: 0.12.8 | |
2019/09/10 13:52:01 [INFO] Go runtime version: go1.12.9 | |
2019/09/10 13:52:01 [INFO] CLI args: []string{"/home/jeff/.local/bin/terraform", "import", "aws_instance.devjump01", "i-033d129942e9d2abe"} | |
2019/09/10 13:52:01 [DEBUG] Attempting to open CLI config file: /home/jeff/.terraformrc | |
2019/09/10 13:52:01 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/09/10 13:52:01 [INFO] CLI command args: []string{"import", "aws_instance.devjump01", "i-033d129942e9d2abe"} | |
2019/09/10 13:52:01 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/09/10 13:52:01 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/09/10 13:52:01 [DEBUG] New state was assigned lineage "ddcd4a51-1b9e-7735-64d6-d9a6cda2da3b" | |
2019/09/10 13:52:01 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/09/10 13:52:01 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2019/09/10 13:52:01 [DEBUG] checking for provider in "." | |
2019/09/10 13:52:01 [DEBUG] checking for provider in "/home/jeff/.local/bin" | |
2019/09/10 13:52:01 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64" | |
2019/09/10 13:52:01 [DEBUG] found provider "terraform-provider-aws_v2.27.0_x4" | |
2019/09/10 13:52:01 [DEBUG] found valid plugin: "aws", "2.27.0", "/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4" | |
2019/09/10 13:52:01 [DEBUG] checking for provisioner in "." | |
2019/09/10 13:52:01 [DEBUG] checking for provisioner in "/home/jeff/.local/bin" | |
2019/09/10 13:52:01 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64" | |
2019/09/10 13:52:01 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2019/09/10 13:52:01 [TRACE] backend/local: requesting state manager for workspace "default" | |
2019/09/10 13:52:01 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2019/09/10 13:52:01 [TRACE] backend/local: requesting state lock for workspace "default" | |
2019/09/10 13:52:01 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2019/09/10 13:52:01 [TRACE] statemgr.Filesystem: existing snapshot has lineage "d2075c0c-6992-9c0d-f750-ab9881ced53b" serial 1 | |
2019/09/10 13:52:01 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2019/09/10 13:52:01 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2019/09/10 13:52:01 [TRACE] backend/local: reading remote state for workspace "default" | |
2019/09/10 13:52:01 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2019/09/10 13:52:01 [TRACE] statemgr.Filesystem: read snapshot with lineage "d2075c0c-6992-9c0d-f750-ab9881ced53b" serial 1 | |
2019/09/10 13:52:01 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2019/09/10 13:52:01 [TRACE] backend/local: building context for current working directory | |
2019/09/10 13:52:01 [TRACE] terraform.NewContext: starting | |
2019/09/10 13:52:01 [TRACE] terraform.NewContext: resolving provider version selections | |
2019/09/10 13:52:01 [TRACE] terraform.NewContext: loading provider schemas | |
2019/09/10 13:52:01 [TRACE] LoadSchemas: retrieving schema for provider type "aws" | |
2019-09-10T13:52:01.853-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-09-10T13:52:01.875-0400 [DEBUG] plugin: starting plugin: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 args=[/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4] | |
2019-09-10T13:52:01.875-0400 [DEBUG] plugin: plugin started: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 pid=31038 | |
2019-09-10T13:52:01.875-0400 [DEBUG] plugin: waiting for RPC address: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 | |
2019-09-10T13:52:01.887-0400 [INFO] plugin.terraform-provider-aws_v2.27.0_x4: configuring server automatic mTLS: timestamp=2019-09-10T13:52:01.887-0400 | |
2019-09-10T13:52:01.909-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-09-10T13:52:01.909-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: plugin address: address=/tmp/plugin507088971 network=unix timestamp=2019-09-10T13:52:01.909-0400 | |
2019/09/10 13:52:01 [TRACE] GRPCProvider: GetSchema | |
2019/09/10 13:52:01 [TRACE] GRPCProvider: Close | |
2019-09-10T13:52:01.988-0400 [DEBUG] plugin: plugin process exited: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 pid=31038 | |
2019-09-10T13:52:01.988-0400 [DEBUG] plugin: plugin exited | |
2019/09/10 13:52:01 [TRACE] terraform.NewContext: complete | |
2019/09/10 13:52:01 [TRACE] backend/local: finished building terraform.Context | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/09/10 13:52:01 [TRACE] ConfigTransformer: Starting for path: | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.ImportStateTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.ImportStateTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/09/10 13:52:01 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from /src/oddjob/terraform/devbuilds/main.tf:1,1-15 | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/09/10 13:52:01 [TRACE] ProviderTransformer: aws_instance.devjump01 is provided by provider.aws or inherited equivalent | |
2019/09/10 13:52:01 [TRACE] ProviderTransformer: aws_instance.devjump01 (import id "i-033d129942e9d2abe") is provided by provider.aws or inherited equivalent | |
2019/09/10 13:52:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.devjump01 | |
2019/09/10 13:52:01 [DEBUG] ProviderTransformer: "aws_instance.devjump01" (*terraform.NodeAbstractResource) needs provider.aws | |
2019/09/10 13:52:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.devjump01 (import id "i-033d129942e9d2abe") | |
2019/09/10 13:52:01 [DEBUG] ProviderTransformer: "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")" (*terraform.graphNodeImportState) needs provider.aws | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/09/10 13:52:01 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.ImportProviderValidateTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.ImportProviderValidateTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/09/10 13:52:01 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws | |
2019/09/10 13:52:01 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.devjump01 | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/09/10 13:52:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region] | |
2019/09/10 13:52:01 [DEBUG] ReferenceTransformer: "aws_instance.devjump01" references: [] | |
2019/09/10 13:52:01 [DEBUG] ReferenceTransformer: "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")" references: [] | |
2019/09/10 13:52:01 [DEBUG] ReferenceTransformer: "var.public_key_path" references: [] | |
2019/09/10 13:52:01 [DEBUG] ReferenceTransformer: "var.key_name" references: [] | |
2019/09/10 13:52:01 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/09/10 13:52:01 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.devjump01 - *terraform.NodeAbstractResource | |
aws_instance.devjump01 (import id "i-033d129942e9d2abe") - *terraform.graphNodeImportState | |
root - terraform.graphNodeRoot | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.key_name - *terraform.NodeRootVariable | |
var.public_key_path - *terraform.NodeRootVariable | |
------ | |
2019/09/10 13:52:01 [DEBUG] Starting graph walk: walkImport | |
2019/09/10 13:52:01 [TRACE] dag/walk: updating graph | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "aws_instance.devjump01" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "var.public_key_path" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "var.key_name" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added new vertex: "root" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.devjump01" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")" waiting on "provider.aws" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "root" waiting on "var.public_key_path" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "root" waiting on "var.key_name" | |
2019/09/10 13:52:01 [TRACE] dag/walk: added edge: "aws_instance.devjump01" waiting on "provider.aws" | |
2019/09/10 13:52:01 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2019/09/10 13:52:01 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/09/10 13:52:01 [TRACE] dag/walk: dependencies changed for "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")", sending new deps | |
2019/09/10 13:52:01 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2019/09/10 13:52:01 [TRACE] dag/walk: dependencies changed for "aws_instance.devjump01", sending new deps | |
2019/09/10 13:52:01 [TRACE] dag/walk: visiting "var.key_name" | |
2019/09/10 13:52:01 [TRACE] vertex "var.key_name": starting visit (*terraform.NodeRootVariable) | |
2019/09/10 13:52:01 [TRACE] dag/walk: visiting "var.public_key_path" | |
2019/09/10 13:52:01 [TRACE] vertex "var.key_name": visit complete | |
2019/09/10 13:52:01 [TRACE] vertex "var.public_key_path": starting visit (*terraform.NodeRootVariable) | |
2019/09/10 13:52:01 [TRACE] dag/walk: visiting "var.aws_region" | |
2019/09/10 13:52:01 [TRACE] vertex "var.public_key_path": visit complete | |
2019/09/10 13:52:01 [TRACE] vertex "var.aws_region": starting visit (*terraform.NodeRootVariable) | |
2019/09/10 13:52:01 [TRACE] vertex "var.aws_region": visit complete | |
2019/09/10 13:52:01 [TRACE] dag/walk: visiting "provider.aws" | |
2019/09/10 13:52:01 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) | |
2019/09/10 13:52:01 [TRACE] vertex "provider.aws": evaluating | |
2019/09/10 13:52:01 [TRACE] [walkImport] Entering eval tree: provider.aws | |
2019/09/10 13:52:01 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/09/10 13:52:01 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019-09-10T13:52:01.989-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-09-10T13:52:02.010-0400 [DEBUG] plugin: starting plugin: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 args=[/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4] | |
2019-09-10T13:52:02.011-0400 [DEBUG] plugin: plugin started: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 pid=31063 | |
2019-09-10T13:52:02.011-0400 [DEBUG] plugin: waiting for RPC address: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 | |
2019-09-10T13:52:02.021-0400 [INFO] plugin.terraform-provider-aws_v2.27.0_x4: configuring server automatic mTLS: timestamp=2019-09-10T13:52:02.021-0400 | |
2019-09-10T13:52:02.046-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-09-10T13:52:02.046-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: plugin address: address=/tmp/plugin664012668 network=unix timestamp=2019-09-10T13:52:02.046-0400 | |
2019/09/10 13:52:02 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/09/10 13:52:02 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/09/10 13:52:02 [TRACE] <root>: eval: *terraform.EvalConfigProvider | |
2019/09/10 13:52:02 [TRACE] buildProviderConfig for provider.aws: using explicit config only | |
2019/09/10 13:52:02 [TRACE] GRPCProvider: GetSchema | |
2019/09/10 13:52:02 [TRACE] GRPCProvider: Configure | |
2019-09-10T13:52:02.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [INFO] No assume_role block read from configuration | |
2019-09-10T13:52:02.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [INFO] Building AWS auth structure | |
2019-09-10T13:52:02.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [INFO] Setting AWS metadata API timeout to 100ms | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: POST / HTTP/1.1 | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Host: sts.amazonaws.com | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: User-Agent: aws-sdk-go/1.23.15 (go1.12.6; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.7 | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 43 | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAZXPACQYDM4LCDLBR/20190910/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=915704717128e4e3ee4112a08063eab74ac262146ce89f3d9377f1b526dab3b9 | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: X-Amz-Date: 20190910T175202Z | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Accept-Encoding: gzip | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2019-09-10T13:52:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: HTTP/1.1 200 OK | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Connection: close | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 401 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: text/xml | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Date: Tue, 10 Sep 2019 17:52:02 GMT | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: X-Amzn-Requestid: b216c190-d3f3-11e9-819d-e5bfd9d12a81 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <GetCallerIdentityResult> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <Arn>arn:aws:iam::668874212870:user/jeff</Arn> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <UserId>*****************</UserId> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <Account>*********</Account> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </GetCallerIdentityResult> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <ResponseMetadata> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <RequestId>b216c190-d3f3-11e9-819d-e5bfd9d12a81</RequestId> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </ResponseMetadata> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </GetCallerIdentityResponse> | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: POST / HTTP/1.1 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Host: sts.amazonaws.com | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: User-Agent: aws-sdk-go/1.23.15 (go1.12.6; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.7 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 43 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAZXPACQYDM4LCDLBR/20190910/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9ceb52bae4379843e8594c34363c304031182238f5e66b10b9c09578658a6a7b | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: X-Amz-Date: 20190910T175203Z | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Accept-Encoding: gzip | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2019-09-10T13:52:03.054-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: HTTP/1.1 200 OK | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Connection: close | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 401 | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: text/xml | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Date: Tue, 10 Sep 2019 17:52:02 GMT | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: X-Amzn-Requestid: b2231d95-d3f3-11e9-a3be-e5e08b3fdb24 | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <GetCallerIdentityResult> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <Arn>arn:aws:iam::*********:user/****</Arn> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <UserId>***************</UserId> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <Account>***********</Account> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </GetCallerIdentityResult> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <ResponseMetadata> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <RequestId>b2231d95-d3f3-11e9-a3be-e5e08b3fdb24</RequestId> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </ResponseMetadata> | |
2019-09-10T13:52:03.135-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </GetCallerIdentityResponse> | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: POST / HTTP/1.1 | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Host: ec2.us-west-1.amazonaws.com | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: User-Agent: aws-sdk-go/1.23.15 (go1.12.6; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.7 | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 87 | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAZXPACQYDM4LCDLBR/20190910/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8ad5638a484798a86a1675cf87733822edc846480fd40c3faf9f963f38804cf7 | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: X-Amz-Date: 20190910T175203Z | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Accept-Encoding: gzip | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2019-09-10T13:52:03.140-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: HTTP/1.1 200 OK | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Connection: close | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 540 | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Date: Tue, 10 Sep 2019 17:52:02 GMT | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Server: AmazonEC2 | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <requestId>7b5314b7-ae88-49b9-87ad-e69daff47dd8</requestId> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <accountAttributeSet> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <item> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <attributeName>supported-platforms</attributeName> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <attributeValueSet> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <item> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <attributeValue>VPC</attributeValue> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </item> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </attributeValueSet> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </item> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </accountAttributeSet> | |
2019-09-10T13:52:03.687-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: </DescribeAccountAttributesResponse> | |
2019/09/10 13:52:03 [TRACE] [walkImport] Exiting eval tree: provider.aws | |
2019/09/10 13:52:03 [TRACE] vertex "provider.aws": visit complete | |
2019/09/10 13:52:03 [TRACE] dag/walk: visiting "aws_instance.devjump01" | |
2019/09/10 13:52:03 [TRACE] dag/walk: visiting "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")" | |
2019/09/10 13:52:03 [TRACE] vertex "aws_instance.devjump01": starting visit (*terraform.NodeAbstractResource) | |
2019/09/10 13:52:03 [TRACE] vertex "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")": starting visit (*terraform.graphNodeImportState) | |
2019/09/10 13:52:03 [TRACE] vertex "aws_instance.devjump01": visit complete | |
2019/09/10 13:52:03 [TRACE] vertex "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")": evaluating | |
2019/09/10 13:52:03 [TRACE] [walkImport] Entering eval tree: aws_instance.devjump01 (import id "i-033d129942e9d2abe") | |
2019/09/10 13:52:03 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/09/10 13:52:03 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/09/10 13:52:03 [TRACE] <root>: eval: *terraform.EvalImportState | |
2019/09/10 13:52:03 [TRACE] GRPCProvider: ImportResourceState | |
aws_instance.devjump01: Importing from ID "i-033d129942e9d2abe"... | |
2019/09/10 13:52:03 [TRACE] EvalImportState: import aws_instance.devjump01 "i-033d129942e9d2abe" produced instance object of type aws_instance | |
2019/09/10 13:52:03 [TRACE] [walkImport] Exiting eval tree: aws_instance.devjump01 (import id "i-033d129942e9d2abe") | |
2019/09/10 13:52:03 [TRACE] vertex "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")": expanding dynamic subgraph | |
2019/09/10 13:52:03 [TRACE] vertex "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")": entering dynamic subgraph | |
2019/09/10 13:52:03 [TRACE] dag/walk: updating graph | |
2019/09/10 13:52:03 [TRACE] dag/walk: added new vertex: "import aws_instance.devjump01 result" | |
aws_instance.devjump01: Import prepared! | |
2019/09/10 13:52:03 [TRACE] dag/walk: visiting "import aws_instance.devjump01 result" | |
2019/09/10 13:52:03 [TRACE] vertex "import aws_instance.devjump01 result": starting visit (*terraform.graphNodeImportStateSub) | |
2019/09/10 13:52:03 [TRACE] vertex "import aws_instance.devjump01 result": evaluating | |
2019/09/10 13:52:03 [TRACE] [walkImport] Entering eval tree: import aws_instance.devjump01 result | |
2019/09/10 13:52:03 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/09/10 13:52:03 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/09/10 13:52:03 [TRACE] <root>: eval: *terraform.EvalRefresh | |
2019/09/10 13:52:03 [TRACE] GRPCProvider: ReadResource | |
Prepared aws_instance for import | |
aws_instance.devjump01: Refreshing state... [id=i-033d129942e9d2abe] | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: POST / HTTP/1.1 | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Host: ec2.us-west-1.amazonaws.com | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: User-Agent: aws-sdk-go/1.23.15 (go1.12.6; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.7 | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Length: 76 | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAZXPACQYDM4LCDLBR/20190910/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5571f18c09560f641c812b0ca0c4da17979ea75cbc38e0d172b534627d0b1d6d | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: X-Amz-Date: 20190910T175203Z | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Accept-Encoding: gzip | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Action=DescribeInstances&InstanceId.1=i-033d129942e9d2abe&Version=2016-11-15 | |
2019-09-10T13:52:03.694-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:04.059-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2019-09-10T13:52:04.059-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-09-10T13:52:04.059-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: HTTP/1.1 400 Bad Request | |
2019-09-10T13:52:04.059-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Connection: close | |
2019-09-10T13:52:04.059-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Transfer-Encoding: chunked | |
2019-09-10T13:52:04.059-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Date: Tue, 10 Sep 2019 17:52:03 GMT | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: Server: AmazonEC2 | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: ----------------------------------------------------- | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: <Response><Errors><Error><Code>InvalidInstanceID.NotFound</Code><Message>The instance ID 'i-033d129942e9d2abe' does not exist</Message></Error></Errors><RequestID>7167d969-c9ae-4db8-91f2-a1100334535e</RequestID></Response> | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: 2019/09/10 13:52:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/DescribeInstances failed, attempt 0/25, error InvalidInstanceID.NotFound: The instance ID 'i-033d129942e9d2abe' does not exist | |
2019-09-10T13:52:04.060-0400 [DEBUG] plugin.terraform-provider-aws_v2.27.0_x4: status code: 400, request id: 7167d969-c9ae-4db8-91f2-a1100334535e | |
2019/09/10 13:52:04 [TRACE] <root>: eval: *terraform.EvalImportStateVerify | |
2019/09/10 13:52:04 [ERROR] <root>: eval: *terraform.EvalImportStateVerify, err: Cannot import non-existent remote object: While attempting to import an existing object to aws_instance.devjump01, the provider detected that no object exists with the given id. Only pre-existing objects can be imported; check that the id is correct and that it is associated with the provider's configured region or endpoint, or use "terraform apply" to create a new remote object for this resource. | |
2019/09/10 13:52:04 [ERROR] <root>: eval: *terraform.EvalSequence, err: Cannot import non-existent remote object: While attempting to import an existing object to aws_instance.devjump01, the provider detected that no object exists with the given id. Only pre-existing objects can be imported; check that the id is correct and that it is associated with the provider's configured region or endpoint, or use "terraform apply" to create a new remote object for this resource. | |
2019/09/10 13:52:04 [TRACE] [walkImport] Exiting eval tree: import aws_instance.devjump01 result | |
2019/09/10 13:52:04 [TRACE] vertex "import aws_instance.devjump01 result": visit complete | |
2019/09/10 13:52:04 [TRACE] vertex "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")": dynamic subgraph encountered errors | |
2019/09/10 13:52:04 [TRACE] vertex "aws_instance.devjump01 (import id \"i-033d129942e9d2abe\")": visit complete | |
2019/09/10 13:52:04 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping | |
2019/09/10 13:52:04 [TRACE] dag/walk: upstream of "root" errored, so skipping | |
2019/09/10 13:52:04 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info | |
2019/09/10 13:52:04 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock | |
Error: Cannot import non-existent remote object | |
While attempting to import an existing object to aws_instance.devjump01, the | |
provider detected that no object exists with the given id. Only pre-existing | |
objects can be imported; check that the id is correct and that it is | |
associated with the provider's configured region or endpoint, or use | |
"terraform apply" to create a new remote object for this resource. | |
2019-09-10T13:52:04.067-0400 [DEBUG] plugin: plugin process exited: path=/src/oddjob/terraform/devbuilds/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.27.0_x4 pid=31063 | |
2019-09-10T13:52:04.068-0400 [DEBUG] plugin: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment