Skip to content

Instantly share code, notes, and snippets.

@Yuxael
Created October 20, 2017 18:12
Show Gist options
  • Save Yuxael/e39a652084695c90fde549a0dcd42640 to your computer and use it in GitHub Desktop.
Save Yuxael/e39a652084695c90fde549a0dcd42640 to your computer and use it in GitHub Desktop.
terraform_debug.log
2017/10/20 17:07:29 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2017/10/20 17:07:29 [INFO] Terraform version: 0.10.7 5f9bf20ba6aaa174600109a95cc77f7788d4959b+CHANGES
2017/10/20 17:07:29 [INFO] Go runtime version: go1.9
2017/10/20 17:07:29 [INFO] CLI args: []string{"/usr/local/bin/terraform", "init"}
2017/10/20 17:07:29 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2017/10/20 17:07:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/10/20 17:07:29 [DEBUG] CLI Config is main.Config{Providers:map[string]string{}, Provisioners:map[string]string{}, DisableCheckpoint:false, DisableCheckpointSignature:false, PluginCacheDir:""}
2017/10/20 17:07:29 [INFO] CLI command args: []string{"init"}
2017/10/20 17:07:29 [DEBUG] command: loading backend config file: /config/stage/vanilla
2017/10/20 17:07:29 [INFO] command: empty terraform config, returning nil
2017/10/20 17:07:29 [DEBUG] command: no data state file found for backend config
2017/10/20 17:07:29 [DEBUG] New state was assigned lineage "f99c30a0-1cc1-404a-9bc5-4774a5e33063"
2017/10/20 17:07:29 [INFO] command: backend initialized: <nil>
2017/10/20 17:07:29 [DEBUG] checking for provider in "."
2017/10/20 17:07:29 [DEBUG] checking for provider in "/usr/local/bin"
2017/10/20 17:07:29 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [DEBUG] found provider "terraform-provider-aws_v1.1.0_x4"
2017/10/20 17:07:29 [DEBUG] found valid plugin: "aws"
2017/10/20 17:07:29 [DEBUG] checking for provisioner in "."
2017/10/20 17:07:29 [DEBUG] checking for provisioner in "/usr/local/bin"
2017/10/20 17:07:29 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/10/20 17:07:29 [DEBUG] checking for provider in "."
2017/10/20 17:07:29 [DEBUG] checking for provider in "/usr/local/bin"
2017/10/20 17:07:29 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [DEBUG] found provider "terraform-provider-aws_v1.1.0_x4"
2017/10/20 17:07:29 [DEBUG] found valid plugin: "aws"
2017/10/20 17:07:29 [DEBUG] plugin requirements: "aws"=""
Initializing provider plugins...
2017/10/20 17:07:29 [DEBUG] checking for provider in "."
2017/10/20 17:07:29 [DEBUG] checking for provider in "/usr/local/bin"
2017/10/20 17:07:29 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [DEBUG] found provider "terraform-provider-aws_v1.1.0_x4"
2017/10/20 17:07:29 [DEBUG] found valid plugin: "aws"
2017/10/20 17:07:29 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [DEBUG] found provider "terraform-provider-aws_v1.1.0_x4"
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
2017/10/20 17:07:29 [DEBUG] plugin: waiting for all plugin processes to complete...
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.aws: version = "~> 1.1"
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
2017/10/20 17:07:29 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2017/10/20 17:07:29 [INFO] Terraform version: 0.10.7 5f9bf20ba6aaa174600109a95cc77f7788d4959b+CHANGES
2017/10/20 17:07:29 [INFO] Go runtime version: go1.9
2017/10/20 17:07:29 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan", "-state=/dev/shm/terraform.PzeDtt/terraform.tfstate", "-var-file=/dev/shm/terraform.PzeDtt/ssh.tfvars.json", "-var-file=/dev/shm/terraform.PzeDtt/terraform.tfvars.json"}
2017/10/20 17:07:29 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2017/10/20 17:07:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/10/20 17:07:29 [DEBUG] CLI Config is main.Config{Providers:map[string]string{}, Provisioners:map[string]string{}, DisableCheckpoint:false, DisableCheckpointSignature:false, PluginCacheDir:""}
2017/10/20 17:07:29 [INFO] CLI command args: []string{"plan", "-state=/dev/shm/terraform.PzeDtt/terraform.tfstate", "-var-file=/dev/shm/terraform.PzeDtt/ssh.tfvars.json", "-var-file=/dev/shm/terraform.PzeDtt/terraform.tfvars.json"}
2017/10/20 17:07:29 [INFO] command: empty terraform config, returning nil
2017/10/20 17:07:29 [DEBUG] command: no data state file found for backend config
2017/10/20 17:07:29 [DEBUG] New state was assigned lineage "a5c3a4ea-50cb-4dbd-9253-b9b847e74d08"
2017/10/20 17:07:29 [INFO] command: backend initialized: <nil>
2017/10/20 17:07:29 [DEBUG] checking for provider in "."
2017/10/20 17:07:29 [DEBUG] checking for provider in "/usr/local/bin"
2017/10/20 17:07:29 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [DEBUG] found provider "terraform-provider-aws_v1.1.0_x4"
2017/10/20 17:07:29 [DEBUG] found valid plugin: "aws"
2017/10/20 17:07:29 [DEBUG] checking for provisioner in "."
2017/10/20 17:07:29 [DEBUG] checking for provisioner in "/usr/local/bin"
2017/10/20 17:07:29 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2017/10/20 17:07:29 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/10/20 17:07:29 [INFO] backend/local: starting Plan operation
2017/10/20 17:07:29 [TRACE] Preserving existing state lineage "dc16ac79-6c7f-4f63-915d-a616fc2b4ee5"
2017/10/20 17:07:29 [TRACE] Preserving existing state lineage "dc16ac79-6c7f-4f63-915d-a616fc2b4ee5"
2017/10/20 17:07:30 [INFO] terraform: building graph: GraphTypeInput
2017/10/20 17:07:30 [TRACE] ConfigTransformer: Starting for path: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.LocalTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.OutputTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"cloud", Type:"aws_route53_zone", RawCount:(*config.RawConfig)(0xc42030de00), RawConfig:(*config.RawConfig)(0xc42030dd40), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"initial_key", Type:"aws_key_pair", RawCount:(*config.RawConfig)(0xc42030cfc0), RawConfig:(*config.RawConfig)(0xc42030cf00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.external
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"external", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42030d5c0), RawConfig:(*config.RawConfig)(0xc42030d080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.app
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"app", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc42030d9e0), RawConfig:(*config.RawConfig)(0xc42030d680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"vanilla", Type:"aws_route53_record", RawCount:(*config.RawConfig)(0xc42030dc80), RawConfig:(*config.RawConfig)(0xc42030daa0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031eeb0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031edc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031ee60), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc42031ed20), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc42031ee10), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_instance.app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_instance.app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_instance.app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Attach provider request: []string{} aws
2017/10/20 17:07:30 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42030cc00)}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_instance.app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_instance.app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: [var.project_name var.ssh_public_key]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: [aws_instance.app data.aws_route53_zone.cloud]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ec2_region" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ec2_instance_type" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: [var.project_name]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_instance.app" references: [aws_security_group.external var.ec2_instance_type var.ec2_region var.images var.project_name]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ssh_public_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.images" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.ec2_region var.aws_access_key var.aws_secret_key]
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeAbstractResource
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_instance.app - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
var.ec2_instance_type - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeAbstractResource
aws_instance.app - *terraform.NodeAbstractResource
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
aws_security_group.external - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_key_pair.initial_key - *terraform.NodeAbstractResource
aws_route53_record.vanilla - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [DEBUG] Starting graph walk: walkInput
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ec2_region"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "root"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.ec2_region"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "data.aws_route53_zone.cloud" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_key_pair.initial_key", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_route53_record.vanilla", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_security_group.external", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "data.aws_route53_zone.cloud", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_instance.app", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ec2_region"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ec2_region': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ec2_instance_type': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.aws_secret_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.aws_access_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "provider.aws"
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws': evaluating
2017/10/20 17:07:30 [TRACE] [walkInput] Entering eval tree: provider.aws
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInitProvider
2017-10-20T17:07:30.059Z [DEBUG] plugin: starting plugin: path=/config/stage/vanilla/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.1.0_x4 args=[/config/stage/vanilla/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.1.0_x4]
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ssh_public_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.images"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.images': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.project_name"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.project_name': walking
2017-10-20T17:07:30.073Z [DEBUG] plugin: waiting for RPC address: path=/config/stage/vanilla/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.1.0_x4
2017-10-20T17:07:30.182Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:30 [DEBUG] plugin: plugin address: unix /tmp/plugin927867200
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInputProvider
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] [walkInput] Exiting eval tree: provider.aws
2017/10/20 17:07:30 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:30 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/10/20 17:07:30 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws (close)': walking
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_key_pair.initial_key.0", replace "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_route53_record.vanilla.0", replace "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_security_group.external.0", replace "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_route53_zone.cloud.0", replace "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws (close)': evaluating
2017/10/20 17:07:30 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_instance.app.0", replace "aws_instance.app"
2017/10/20 17:07:30 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/10/20 17:07:30 [TRACE] [walkInput] Exiting eval tree: provider.aws (close)
2017/10/20 17:07:30 [TRACE] dag/walk: walking "root"
2017/10/20 17:07:30 [TRACE] vertex 'root.root': walking
2017/10/20 17:07:30 [INFO] terraform: building graph: GraphTypeValidate
2017/10/20 17:07:30 [TRACE] ConfigTransformer: Starting for path: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.LocalTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.OutputTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.external
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"external", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42030d5c0), RawConfig:(*config.RawConfig)(0xc42030d080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.app
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"app", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc42030d9e0), RawConfig:(*config.RawConfig)(0xc42030d680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"vanilla", Type:"aws_route53_record", RawCount:(*config.RawConfig)(0xc42030dc80), RawConfig:(*config.RawConfig)(0xc42030daa0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"cloud", Type:"aws_route53_zone", RawCount:(*config.RawConfig)(0xc42030de00), RawConfig:(*config.RawConfig)(0xc42030dd40), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"initial_key", Type:"aws_key_pair", RawCount:(*config.RawConfig)(0xc42030cfc0), RawConfig:(*config.RawConfig)(0xc42030cf00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031eeb0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031edc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031ee60), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc42031ed20), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc42031ee10), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_instance.app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_instance.app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_instance.app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Attach provider request: []string{} aws
2017/10/20 17:07:30 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42030cc00)}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_instance.app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_instance.app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_instance.app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: [aws_instance.app data.aws_route53_zone.cloud]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.images" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.ec2_region var.aws_access_key var.aws_secret_key]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_instance.app" references: [aws_security_group.external var.ec2_instance_type var.ec2_region var.images var.project_name]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: [var.project_name var.ssh_public_key]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: [var.project_name]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ec2_region" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ec2_instance_type" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ssh_public_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeValidatableResource
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_instance.app - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
var.ec2_instance_type - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeValidatableResource
aws_instance.app - *terraform.NodeValidatableResource
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
aws_security_group.external - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_key_pair.initial_key - *terraform.NodeValidatableResource
aws_route53_record.vanilla - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [DEBUG] Starting graph walk: walkValidate
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ec2_region"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "root"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "data.aws_route53_zone.cloud" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.ec2_region"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "data.aws_route53_zone.cloud", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_route53_record.vanilla", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_instance.app", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_security_group.external", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_key_pair.initial_key", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.images"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.images': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.project_name"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.project_name': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ec2_instance_type': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.aws_access_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ssh_public_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ec2_region"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ec2_region': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.aws_secret_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "provider.aws"
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: provider.aws
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2017/10/20 17:07:30 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.data.aws_route53_zone.cloud': evaluating
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_key_pair.initial_key': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] vertex 'root.data.aws_route53_zone.cloud': expanding/walking dynamic subgraph
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_security_group.external': evaluating
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_route53_zone.cloud - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_security_group.external
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031eeb0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_route53_zone.cloud - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_route53_zone.cloud - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_route53_zone.cloud - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_route53_zone.cloud - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:30 [TRACE] vertex 'root.data.aws_route53_zone.cloud': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_key_pair.initial_key': expanding/walking dynamic subgraph
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_key_pair.initial_key - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031edc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_key_pair.initial_key - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_key_pair.initial_key - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_key_pair.initial_key - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_key_pair.initial_key - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_key_pair.initial_key': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.external
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_security_group.external': expanding/walking dynamic subgraph
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_security_group.external - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42031ee60), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_security_group.external - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_security_group.external - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_security_group.external - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_security_group.external - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_security_group.external': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_security_group.external
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.external
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_instance.app': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_instance.app
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_instance.app
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_instance.app': expanding/walking dynamic subgraph
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_instance.app - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc42031ed20), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_instance.app" references: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_instance.app': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_instance.app
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_instance.app
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_route53_record.vanilla': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_route53_record.vanilla': expanding/walking dynamic subgraph
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route53_record.vanilla - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc42031ee10), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route53_record.vanilla - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_route53_record.vanilla - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_route53_record.vanilla - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_route53_record.vanilla - *terraform.NodeValidatableResourceInstance
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.aws_route53_record.vanilla': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] dag/walk: walking "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws (close)': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws (close)': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2017/10/20 17:07:30 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:30 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/10/20 17:07:30 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_instance.app.0", replace "aws_instance.app"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_key_pair.initial_key.0", replace "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_route53_record.vanilla.0", replace "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_security_group.external.0", replace "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_route53_zone.cloud.0", replace "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/10/20 17:07:30 [TRACE] dag/walk: walking "root"
2017/10/20 17:07:30 [TRACE] vertex 'root.root': walking
Refreshing Terraform state in-memory prior to plan...
2017/10/20 17:07:30 [INFO] backend/local: plan calling Refresh
2017/10/20 17:07:30 [INFO] terraform: building graph: GraphTypeRefresh
2017/10/20 17:07:30 [TRACE] ConfigTransformer: Starting for path: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
2017/10/20 17:07:30 [TRACE] ConfigTransformer: Starting for path: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
The refreshed state will be used to calculate this plan, but will not be
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420306640), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
persisted to local or remote state storage.
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc4203066e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc4203065f0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420306690), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203065a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_key_pair.initial_key
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"initial_key", Type:"aws_key_pair", RawCount:(*config.RawConfig)(0xc42030cfc0), RawConfig:(*config.RawConfig)(0xc42030cf00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.external
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"external", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42030d5c0), RawConfig:(*config.RawConfig)(0xc42030d080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.app
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"app", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc42030d9e0), RawConfig:(*config.RawConfig)(0xc42030d680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route53_record.vanilla
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"vanilla", Type:"aws_route53_record", RawCount:(*config.RawConfig)(0xc42030dc80), RawConfig:(*config.RawConfig)(0xc42030daa0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_route53_zone.cloud
2017/10/20 17:07:30 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"cloud", Type:"aws_route53_zone", RawCount:(*config.RawConfig)(0xc42030de00), RawConfig:(*config.RawConfig)(0xc42030dd40), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Attach provider request: []string{} aws
2017/10/20 17:07:30 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42030cc00)}
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.LocalTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.OutputTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: [var.project_name]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_instance.app" references: [aws_security_group.external var.ec2_instance_type var.ec2_region var.images var.project_name]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: [aws_instance.app data.aws_route53_zone.cloud]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.ec2_region var.aws_access_key var.aws_secret_key]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ssh_public_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.images" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: [var.project_name var.ssh_public_key]
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ec2_region" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.ec2_instance_type" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2017/10/20 17:07:30 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_instance.app - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_instance.app - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_instance.app - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_instance.app - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
var.ec2_instance_type - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
aws_instance.app - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
aws_security_group.external - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResource
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResource
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:30 [DEBUG] Starting graph walk: walkRefresh
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ec2_region"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added new vertex: "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "aws_security_group.external"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "data.aws_route53_zone.cloud"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "var.project_name"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.ec2_region"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "data.aws_route53_zone.cloud" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "aws_instance.app"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:30 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "provider.aws"
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_key_pair.initial_key", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_instance.app", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_route53_record.vanilla", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "aws_security_group.external", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: dependencies changed for "data.aws_route53_zone.cloud", sending new deps
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.aws_secret_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.aws_secret_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ssh_public_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ssh_public_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.aws_access_key"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.aws_access_key': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ec2_region"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ec2_region': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.ec2_instance_type"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.ec2_instance_type': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.images"
2017/10/20 17:07:30 [TRACE] dag/walk: walking "var.project_name"
2017/10/20 17:07:30 [TRACE] vertex 'root.var.images': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.var.project_name': walking
2017/10/20 17:07:30 [TRACE] dag/walk: walking "provider.aws"
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws': walking
2017/10/20 17:07:30 [TRACE] vertex 'root.provider.aws': evaluating
2017/10/20 17:07:30 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:30 [TRACE] root: eval: *terraform.EvalConfigProvider
2017-10-20T17:07:30.334Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:30 [INFO] No assume_role block read from configuration
2017-10-20T17:07:30.335Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:30 [INFO] Building AWS region structure
2017-10-20T17:07:30.336Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:30 [INFO] Building AWS auth structure
2017-10-20T17:07:30.337Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:30 [INFO] Setting AWS metadata API timeout to 100ms
2017-10-20T17:07:31.033Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017-10-20T17:07:31.033Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [INFO] AWS Auth provider used: "StaticProvider"
2017-10-20T17:07:31.033Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2017-10-20T17:07:31.033Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [INFO] Initializing DeviceFarm SDK connection
2017-10-20T17:07:31.037Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017-10-20T17:07:31.037Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:31.037Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: sts.amazonaws.com
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 43
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=242d3a3d2a8f022aea49ae9d9e303917a8ed6ff7f7d08955b2a0e0691deb302c
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170731Z
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:31.038Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:31.039Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2017-10-20T17:07:31.039Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 403
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:30 GMT
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 28d2f2ee-b5b9-11e7-bb14-631fd9c75096
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <GetCallerIdentityResult>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Arn>arn:aws:iam::xxxxxxxxxxxx:user/user</Arn>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <UserId>xxxxxxxxxxxxxxxxxxxxx</UserId>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Account>xxxxxxxxxxxx</Account>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetCallerIdentityResult>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ResponseMetadata>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <RequestId>28d2f2ee-b5b9-11e7-bb14-631fd9c75096</RequestId>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ResponseMetadata>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetCallerIdentityResponse>
2017-10-20T17:07:31.711Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [DEBUG] Trying to get account ID via iam:GetUser
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:31 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: iam.amazonaws.com
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 33
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f22ef98bc9c84537f12e385d8cfb9171aa75fa4cf17c982734a1ad016af637e9
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170731Z
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=GetUser&Version=2010-05-08
2017-10-20T17:07:31.714Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 525
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:31 GMT
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 29318dc7-b5b9-11e7-8e8d-6dcdbaa85ed1
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <GetUserResult>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <User>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Path>/</Path>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <PasswordLastUsed>2017-10-20T15:38:09Z</PasswordLastUsed>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <UserName>user</UserName>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Arn>arn:aws:iam::xxxxxxxxxxxx:user/user</Arn>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <UserId>xxxxxxxxxxxxxxxxxxxxx</UserId>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <CreateDate>2017-03-17T11:45:32Z</CreateDate>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </User>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetUserResult>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ResponseMetadata>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <RequestId>29318dc7-b5b9-11e7-8e8d-6dcdbaa85ed1</RequestId>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ResponseMetadata>
2017-10-20T17:07:32.339Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetUserResponse>
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 87
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=33e77325f8ec52d0c055c5c8c328ab66be77bddcf553a0f144cb4a11137ab89e
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170732Z
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017-10-20T17:07:32.340Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:31 GMT
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.580Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.581Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:32.581Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:32.581Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>df7fd483-59a2-439e-afcd-1e6a35aa353a</requestId>
2017-10-20T17:07:32.581Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <accountAttributeSet>
2017-10-20T17:07:32.581Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attributeName>supported-platforms</attributeName>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attributeValueSet>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attributeValue>VPC</attributeValue>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attributeValueSet>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </accountAttributeSet>
2017-10-20T17:07:32.582Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeAccountAttributesResponse>
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2017/10/20 17:07:32 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:32 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.data.aws_route53_zone.cloud': evaluating
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:32 [TRACE] vertex 'root.data.aws_route53_zone.cloud': expanding/walking dynamic subgraph
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResourceInstance
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Checking: data.aws_route53_zone.cloud
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResourceInstance
2017/10/20 17:07:32 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420306690), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResourceInstance
2017/10/20 17:07:32 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_route53_zone.cloud - *terraform.NodeRefreshableDataResourceInstance
2017/10/20 17:07:32 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:32 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:32 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.data.aws_route53_zone.cloud': evaluating
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:32 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalReadDataDiff
2017/10/20 17:07:32 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_security_group.external': evaluating
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: aws_security_group.external
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_key_pair.initial_key': evaluating
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: aws_key_pair.initial_key
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: aws_security_group.external
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_security_group.external': expanding/walking dynamic subgraph
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_security_group.external - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Checking: aws_security_group.external
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_security_group.external - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420306640), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_security_group.external - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_security_group.external - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: []
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_security_group.external - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_security_group.external - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:32 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_security_group.external': evaluating
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: aws_security_group.external
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalRefresh
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountCheckComputed
aws_security_group.external: Refreshing state... (ID: sg-yyyyyyyy)
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: aws_key_pair.initial_key
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_key_pair.initial_key': expanding/walking dynamic subgraph
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Checking: aws_key_pair.initial_key
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203065a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: []
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_key_pair.initial_key - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:32 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_key_pair.initial_key': evaluating
aws_key_pair.initial_key: Refreshing state... (ID: vanilla-stage)
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: aws_key_pair.initial_key
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalRefresh
data.aws_route53_zone.cloud: Refreshing state...
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalReadDataApply
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 70
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c956f0252026688b200b4dfa0750da023a2051c1c18614227cdd3e6e97515dd9
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170732Z
2017-10-20T17:07:32.609Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-yyyyyyyy&Version=2016-11-15
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListHostedZones Details:
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: GET /2013-04-01/hostedzone HTTP/1.1
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: route53.amazonaws.com
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=568d25c6f7c20ec0e86c559c22a13a1667a559c524f049003cbedaa47437669b
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170732Z
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.610Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeKeyPairs Details:
2017-10-20T17:07:32.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:32.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 75
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=50a7be6c6899c719f2159410d362b48762e5de529a8aed34ef7bb25b7a562f72
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170732Z
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeKeyPairs&KeyName.1=vanilla-stage&Version=2016-11-15
2017-10-20T17:07:32.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeKeyPairs Details:
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:32 GMT
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.811Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.813Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:32.813Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeKeyPairsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:32.813Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>1a1401bb-f689-4624-950c-25ce959bce77</requestId>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <keySet>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <keyName>vanilla-stage</keyName>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <keyFingerprint>5f:c6:41:7d:26:ef:79:f7:52:00:39:e7:ca:36:e7:16</keyFingerprint>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </keySet>
2017-10-20T17:07:32.814Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeKeyPairsResponse>
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: aws_key_pair.initial_key
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:31 GMT
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:32.909Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>78e29847-f160-4440-8ed0-39712c1a0f33</requestId>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <securityGroupInfo>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ownerId>xxxxxxxxxxxx</ownerId>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupId>sg-yyyyyyyy</groupId>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupName>vanilla-stage_external</groupName>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupDescription>Managed by Terraform</groupDescription>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <vpcId>vpc-xxxxxxxx</vpcId>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipPermissions>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipProtocol>tcp</ipProtocol>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <fromPort>80</fromPort>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <toPort>80</toPort>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groups/>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipRanges>
2017-10-20T17:07:32.910Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.912Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2017-10-20T17:07:32.912Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.913Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ipRanges>
2017-10-20T17:07:32.913Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipv6Ranges/>
2017-10-20T17:07:32.913Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <prefixListIds/>
2017-10-20T17:07:32.913Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.915Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.915Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipProtocol>-1</ipProtocol>
2017-10-20T17:07:32.915Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groups>
2017-10-20T17:07:32.916Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.916Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <userId>xxxxxxxxxxxx</userId>
2017-10-20T17:07:32.916Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupId>sg-yyyyyyyy</groupId>
2017-10-20T17:07:32.916Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.917Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </groups>
2017-10-20T17:07:32.917Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipRanges/>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipv6Ranges/>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <prefixListIds/>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipProtocol>tcp</ipProtocol>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <fromPort>22</fromPort>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <toPort>22</toPort>
2017-10-20T17:07:32.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groups/>
2017-10-20T17:07:32.919Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipRanges>
2017-10-20T17:07:32.919Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.920Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2017-10-20T17:07:32.920Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.921Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ipRanges>
2017-10-20T17:07:32.921Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipv6Ranges/>
2017-10-20T17:07:32.921Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <prefixListIds/>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipProtocol>tcp</ipProtocol>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <fromPort>443</fromPort>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <toPort>443</toPort>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groups/>
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipRanges>
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalWriteState
2017-10-20T17:07:32.922Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ipRanges>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipv6Ranges/>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <prefixListIds/>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ipPermissions>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipPermissionsEgress>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipProtocol>-1</ipProtocol>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groups/>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipRanges>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ipRanges>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipv6Ranges/>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <prefixListIds/>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ipPermissionsEgress>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </securityGroupInfo>
2017-10-20T17:07:32.924Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeSecurityGroupsResponse>
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: aws_security_group.external
2017/10/20 17:07:32 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_instance.app': evaluating
aws_instance.app: Refreshing state... (ID: i-xxxxxxxxxxxxxxxxx)
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: aws_instance.app
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:32 [TRACE] [walkRefresh] Exiting eval tree: aws_instance.app
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_instance.app': expanding/walking dynamic subgraph
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:32 [TRACE] OrphanResourceCount: Checking: aws_instance.app
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc4203066e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [DEBUG] ReferenceTransformer: "aws_instance.app" references: []
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:32 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:32 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:32 [TRACE] vertex 'root.aws_instance.app': evaluating
2017/10/20 17:07:32 [TRACE] [walkRefresh] Entering eval tree: aws_instance.app
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:32 [TRACE] root: eval: *terraform.EvalRefresh
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 76
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c68eb0450cb1afa7ff9222f5e28fbe923c7697c52dad41029fbc8cf15d7063c1
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170732Z
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeInstances&InstanceId.1=i-xxxxxxxxxxxxxxxxx&Version=2016-11-15
2017-10-20T17:07:32.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:32 GMT
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:33.134Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>1744cc08-0775-4679-acc0-d6888076b34c</requestId>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <reservationSet>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <reservationId>r-xxxxxxxxxxxxxxxxx</reservationId>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ownerId>xxxxxxxxxxxx</ownerId>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupSet/>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instancesSet>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <imageId>ami-26c43149</imageId>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceState>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <code>16</code>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <name>running</name>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </instanceState>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateDnsName>ip-172-31-22-167.eu-central-1.compute.internal</privateDnsName>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <dnsName>ec2-123.456.789.011.eu-central-1.compute.amazonaws.com</dnsName>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <reason/>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <keyName>vanilla-stage</keyName>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <amiLaunchIndex>0</amiLaunchIndex>
2017-10-20T17:07:33.135Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <productCodes/>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceType>t2.medium</instanceType>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <launchTime>2017-10-20T15:34:59.000Z</launchTime>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <placement>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupName/>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <tenancy>default</tenancy>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </placement>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <monitoring>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <state>disabled</state>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </monitoring>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <subnetId>subnet-xxxxxxxx</subnetId>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <vpcId>vpc-xxxxxxxx</vpcId>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateIpAddress>172.31.22.167</privateIpAddress>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipAddress>123.456.789.011</ipAddress>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <sourceDestCheck>true</sourceDestCheck>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupSet>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupId>sg-yyyyyyyy</groupId>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupName>vanilla-stage_external</groupName>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </groupSet>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <architecture>x86_64</architecture>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <rootDeviceType>ebs</rootDeviceType>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <blockDeviceMapping>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deviceName>/dev/sda1</deviceName>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ebs>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ebs>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.136Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deviceName>/dev/sdf</deviceName>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ebs>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ebs>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deviceName>/dev/sdg</deviceName>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ebs>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ebs>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </blockDeviceMapping>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <virtualizationType>hvm</virtualizationType>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <clientToken/>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <tagSet>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <key>Name</key>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <value>vanilla-stage</value>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </tagSet>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <hypervisor>xen</hypervisor>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <networkInterfaceSet>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <networkInterfaceId>eni-xxxxxxxx</networkInterfaceId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <subnetId>subnet-xxxxxxxx</subnetId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <vpcId>vpc-xxxxxxxx</vpcId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <description/>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ownerId>xxxxxxxxxxxx</ownerId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <macAddress>00:00:00:00:00:00</macAddress>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateIpAddress>172.31.22.167</privateIpAddress>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateDnsName>ip-172-31-22-167.eu-central-1.compute.internal</privateDnsName>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <sourceDestCheck>true</sourceDestCheck>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupSet>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupId>sg-yyyyyyyy</groupId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <groupName>vanilla-stage_external</groupName>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </groupSet>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachment>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentId>eni-attach-xxxxxxxx</attachmentId>
2017-10-20T17:07:33.137Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deviceIndex>0</deviceIndex>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:34:59.000Z</attachTime>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachment>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <association>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <publicIp>123.456.789.011</publicIp>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <publicDnsName>ec2-123.456.789.011.eu-central-1.compute.amazonaws.com</publicDnsName>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipOwnerId>amazon</ipOwnerId>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </association>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateIpAddressesSet>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateIpAddress>172.31.22.167</privateIpAddress>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <privateDnsName>ip-172-31-22-167.eu-central-1.compute.internal</privateDnsName>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <primary>true</primary>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <association>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <publicIp>123.456.789.011</publicIp>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <publicDnsName>ec2-123.456.789.011.eu-central-1.compute.amazonaws.com</publicDnsName>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipOwnerId>amazon</ipOwnerId>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </association>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </privateIpAddressesSet>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ipv6AddressesSet/>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </networkInterfaceSet>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ebsOptimized>false</ebsOptimized>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </instancesSet>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </reservationSet>
2017-10-20T17:07:33.138Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeInstancesResponse>
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] Matching ^aws: with Name
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListHostedZones Details:
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 730
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:32 GMT
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 29aadca0-b5b9-11e7-8e63-ff055b84144c
2017-10-20T17:07:33.139Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ListHostedZonesResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZones><HostedZone><Id>/hostedzone/xxxxxxxxxxxxxx</Id><Name>aws.example.org.</Name><CallerReference>0543D217-5E20-816A-AF1D-152ECDF0D783</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>2</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/xxxxxxxxxxxxxx</Id><Name>example.com.</Name><CallerReference>D1B6B918-0894-9613-994A-62CF56415D8B</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>25</ResourceRecordSetCount></HostedZone></HostedZones><IsTruncated>false</IsTruncated><MaxItems>100</MaxItems></ListHostedZonesResponse>
2017/10/20 17:07:33 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:33 [TRACE] root: eval: *terraform.EvalUpdateStateHook
2017/10/20 17:07:33 [TRACE] [walkRefresh] Exiting eval tree: data.aws_route53_zone.cloud
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:33.140Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 115
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=dc83719761e42401ee959ec6bbc4dd272961b9f60cb8b818e731e9311ce50504
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170733Z
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-xxxxxxxxxxxxxxxxx&Version=2016-11-15
2017-10-20T17:07:33.141Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:32 GMT
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.350Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.351Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:33.351Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:33.351Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>2491ba9f-3213-4450-aaff-1d1fcd59e2a7</requestId>
2017-10-20T17:07:33.351Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeSet>
2017-10-20T17:07:33.352Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.352Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.352Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <size>100</size>
2017-10-20T17:07:33.352Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <snapshotId/>
2017-10-20T17:07:33.352Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.352Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <createTime>2017-10-20T15:35:00.580Z</createTime>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentSet>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <device>/dev/sdf</device>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.353Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachmentSet>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeType>gp2</volumeType>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <iops>300</iops>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <encrypted>false</encrypted>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.354Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.355Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.355Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <size>100</size>
2017-10-20T17:07:33.356Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <snapshotId/>
2017-10-20T17:07:33.356Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.356Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <createTime>2017-10-20T15:35:00.408Z</createTime>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentSet>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <device>/dev/sdg</device>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.357Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachmentSet>
2017-10-20T17:07:33.358Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeType>gp2</volumeType>
2017-10-20T17:07:33.358Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <iops>300</iops>
2017-10-20T17:07:33.358Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <encrypted>false</encrypted>
2017-10-20T17:07:33.358Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.359Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.359Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.360Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <size>40</size>
2017-10-20T17:07:33.360Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <snapshotId>snap-82e7fa6a</snapshotId>
2017-10-20T17:07:33.361Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.361Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.362Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <createTime>2017-10-20T15:35:00.500Z</createTime>
2017-10-20T17:07:33.362Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentSet>
2017-10-20T17:07:33.362Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.362Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <device>/dev/sda1</device>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.363Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachmentSet>
2017-10-20T17:07:33.364Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeType>gp2</volumeType>
2017-10-20T17:07:33.364Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <iops>120</iops>
2017-10-20T17:07:33.364Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <encrypted>false</encrypted>
2017-10-20T17:07:33.364Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.365Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </volumeSet>
2017-10-20T17:07:33.365Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeVolumesResponse>
2017-10-20T17:07:33.365Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details:
2017-10-20T17:07:33.366Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:33.366Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:33.366Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:33.366Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:33.366Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 181
2017-10-20T17:07:33.367Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6530473efcd6a192bd8fe4b0ad3eb542c15b72c6efc08b6a54fe940a92fed404
2017-10-20T17:07:33.367Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:33.367Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170733Z
2017-10-20T17:07:33.367Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:33.368Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.368Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-xxxxxxxxxxxxxxxxx&Filter.1.Value.2=vol-xxxxxxxxxxxxxxxxx&Filter.1.Value.3=vol-xxxxxxxxxxxxxxxxx&Version=2016-11-15
2017-10-20T17:07:33.368Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details:
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:32 GMT
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>72c04a4c-98bd-4755-9f57-91ccedfa3e98</requestId>
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <tagSet/>
2017-10-20T17:07:33.475Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeTagsResponse>
2017-10-20T17:07:33.477Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 59
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fcbbe436183f2ea18730c405d2e91b4e4cf348cc028c3648432babb79e6ca519
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170733Z
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-xxxxxxxx
2017-10-20T17:07:33.478Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:33 GMT
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>83c4b67e-1970-42d1-b26b-08ba1b41a7d1</requestId>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <vpcSet>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <vpcId>vpc-xxxxxxxx</vpcId>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <state>available</state>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrBlock>172.31.0.0/16</cidrBlock>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrBlockAssociationSet>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrBlock>172.31.0.0/16</cidrBlock>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <associationId>vpc-cidr-assoc-0c806f65</associationId>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <cidrBlockState>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <state>associated</state>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </cidrBlockState>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </cidrBlockAssociationSet>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <dhcpOptionsId>dopt-xxxxxxxx</dhcpOptionsId>
2017-10-20T17:07:33.626Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceTenancy>default</instanceTenancy>
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <isDefault>true</isDefault>
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </vpcSet>
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeVpcsResponse>
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] Setting Security Group Names: []string{"vanilla-stage_external"}
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 140
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5b1e8efcf379098369f13b74653df1685ebe54a1b3ad1d19f579b71e7c2f3e01
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170733Z
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-xxxxxxxxxxxxxxxxx&VolumeId.2=vol-xxxxxxxxxxxxxxxxx&VolumeId.3=vol-xxxxxxxxxxxxxxxxx
2017-10-20T17:07:33.627Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:33 GMT
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>06b426b5-6ce8-46f4-a572-d8206aab9860</requestId>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeSet>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <size>100</size>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <snapshotId/>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.765Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <createTime>2017-10-20T15:35:00.580Z</createTime>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentSet>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <device>/dev/sdf</device>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachmentSet>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeType>gp2</volumeType>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <iops>300</iops>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <encrypted>false</encrypted>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.766Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.767Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <size>100</size>
2017-10-20T17:07:33.767Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <snapshotId/>
2017-10-20T17:07:33.767Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.768Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.768Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <createTime>2017-10-20T15:35:00.408Z</createTime>
2017-10-20T17:07:33.768Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentSet>
2017-10-20T17:07:33.768Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.768Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.769Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.769Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <device>/dev/sdg</device>
2017-10-20T17:07:33.770Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachmentSet>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeType>gp2</volumeType>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <iops>300</iops>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <encrypted>false</encrypted>
2017-10-20T17:07:33.771Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.772Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.772Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.772Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <size>40</size>
2017-10-20T17:07:33.772Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <snapshotId>snap-82e7fa6a</snapshotId>
2017-10-20T17:07:33.772Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <availabilityZone>eu-central-1b</availabilityZone>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>in-use</status>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <createTime>2017-10-20T15:35:00.500Z</createTime>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachmentSet>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeId>vol-xxxxxxxxxxxxxxxxx</volumeId>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.773Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <device>/dev/sda1</device>
2017-10-20T17:07:33.774Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <status>attached</status>
2017-10-20T17:07:33.774Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attachTime>2017-10-20T15:35:00.000Z</attachTime>
2017-10-20T17:07:33.774Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <deleteOnTermination>true</deleteOnTermination>
2017-10-20T17:07:33.774Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attachmentSet>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <volumeType>gp2</volumeType>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <iops>120</iops>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <encrypted>false</encrypted>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </volumeSet>
2017-10-20T17:07:33.775Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeVolumesResponse>
2017-10-20T17:07:33.777Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2017-10-20T17:07:33.777Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:33.777Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:33.777Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:33.777Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 114
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=edac8cfa23ffae8b179bd6a6b6a17605bb439ee203dcd286085971ba4938ede2
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170733Z
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-xxxxxxxxxxxxxxxxx&Version=2016-11-15
2017-10-20T17:07:33.778Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:33 GMT
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:33.932Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.933Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.933Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:33.934Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:33.935Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:33.935Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>3802c581-6ac4-4b61-935f-bc05c61310ee</requestId>
2017-10-20T17:07:33.935Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:33.936Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <disableApiTermination>
2017-10-20T17:07:33.936Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <value>false</value>
2017-10-20T17:07:33.937Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </disableApiTermination>
2017-10-20T17:07:33.937Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeInstanceAttributeResponse>
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:33 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 101
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fe3d71346f9eea8d85e9305660197924df657a416200770488b405e2e1f21a0c
2017-10-20T17:07:33.938Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:33.939Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170733Z
2017-10-20T17:07:33.939Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:33.939Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:33.939Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-xxxxxxxxxxxxxxxxx&Version=2016-11-15
2017-10-20T17:07:33.939Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:34.104Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2017-10-20T17:07:34.104Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:33 GMT
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>573bd96a-ffd9-4126-8ddd-b7b8ebbc07ff</requestId>
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <instanceId>i-xxxxxxxxxxxxxxxxx</instanceId>
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <userData/>
2017-10-20T17:07:34.105Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeInstanceAttributeResponse>
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:34 [TRACE] [walkRefresh] Exiting eval tree: aws_instance.app
2017/10/20 17:07:34 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:34 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:34 [TRACE] vertex 'root.aws_route53_record.vanilla': evaluating
2017/10/20 17:07:34 [TRACE] [walkRefresh] Entering eval tree: aws_route53_record.vanilla
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:34 [TRACE] [walkRefresh] Exiting eval tree: aws_route53_record.vanilla
2017/10/20 17:07:34 [TRACE] vertex 'root.aws_route53_record.vanilla': expanding/walking dynamic subgraph
2017/10/20 17:07:34 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:34 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:34 [TRACE] OrphanResourceCount: Checking: aws_route53_record.vanilla
2017/10/20 17:07:34 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:34 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc4203065f0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:34 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:34 [TRACE] Gaws_route53_record.vanilla: Refreshing state... (ID: xxxxxxxxxxxxxx_vanilla.example.com._A)
raph after step *terraform.TargetsTransformer:
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:34 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: []
2017/10/20 17:07:34 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:34 [TRACE] Graph after step *terraform.RootTransformer:
aws_route53_record.vanilla - *terraform.NodeRefreshableManagedResourceInstance
2017/10/20 17:07:34 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:34 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:34 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:34 [TRACE] vertex 'root.aws_route53_record.vanilla': evaluating
2017/10/20 17:07:34 [TRACE] [walkRefresh] Entering eval tree: aws_route53_record.vanilla
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:34 [TRACE] root: eval: *terraform.EvalRefresh
2017-10-20T17:07:34.115Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2017-10-20T17:07:34.115Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:34.115Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: GET /2013-04-01/hostedzone/xxxxxxxxxxxxxx HTTP/1.1
2017-10-20T17:07:34.115Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: route53.amazonaws.com
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=3b8901a953a8fc043b33d617ab3ba03bea827f9b8227fb8c07bcf3d8143c5517
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170734Z
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.116Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 624
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:33 GMT
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 2a884470-b5b9-11e7-8348-0bb6cda4fb5d
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2017-10-20T17:07:34.612Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/xxxxxxxxxxxxxx</Id><Name>example.com.</Name><CallerReference>D1B6B918-0894-9613-994A-62CF56415D8B</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>25</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-1583.awsdns-05.co.uk</NameServer><NameServer>ns-924.awsdns-51.net</NameServer><NameServer>ns-290.awsdns-36.com</NameServer><NameServer>ns-1464.awsdns-55.org</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2017-10-20T17:07:34.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] Expanded record name: vanilla.example.com
2017-10-20T17:07:34.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] List resource records sets for zone: xxxxxxxxxxxxxx, opts: {
2017-10-20T17:07:34.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HostedZoneId: "xxxxxxxxxxxxxx",
2017-10-20T17:07:34.613Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: StartRecordName: "vanilla.example.com",
2017-10-20T17:07:34.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: StartRecordType: "A"
2017-10-20T17:07:34.614Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: }
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:34 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListResourceRecordSets Details:
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: GET /2013-04-01/hostedzone/xxxxxxxxxxxxxx/rrset?name=vanilla.example.com&type=A HTTP/1.1
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: route53.amazonaws.com
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=85b458af000397744f11e8ce5dffa09fa8d2f7ee45c639c649921ea0e689016d
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170734Z
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:34.617Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListResourceRecordSets Details:
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 1854
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:34 GMT
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 2ad5c839-b5b9-11e7-935e-41b5f1ae80a1
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2017-10-20T17:07:35.100Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ListResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ResourceRecordSets><ResourceRecordSet><Name>vanilla.example.com.</Name><Type>A</Type><TTL>300</TTL><ResourceRecords><ResourceRecord><Value>123.456.789.098</Value></ResourceRecord></ResourceRecords></ResourceRecordSet><ResourceRecordSet><IsTruncated>false</IsTruncated><MaxItems>100</MaxItems></ListResourceRecordSetsResponse>
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:35 [TRACE] [walkRefresh] Exiting eval tree: aws_route53_record.vanilla
2017/10/20 17:07:35 [TRACE] dag/walk: walking "provider.aws (close)"
2017/10/20 17:07:35 [TRACE] vertex 'root.provider.aws (close)': walking
2017/10/20 17:07:35 [TRACE] vertex 'root.provider.aws (close)': evaluating
2017/10/20 17:07:35 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/20 17:07:35 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2017/10/20 17:07:35 [INFO] backend/local: plan calling Plan
2017/10/20 17:07:35 [INFO] terraform: building graph: GraphTypePlan
2017/10/20 17:07:35 [TRACE] ConfigTransformer: Starting for path: []
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.LocalTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.OutputTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
2017/10/20 17:07:35 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/20 17:07:35 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route53_record.vanilla
2017/10/20 17:07:35 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"vanilla", Type:"aws_route53_record", RawCount:(*config.RawConfig)(0xc42030dc80), RawConfig:(*config.RawConfig)(0xc42030daa0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:35 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_route53_zone.cloud
2017/10/20 17:07:35 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"cloud", Type:"aws_route53_zone", RawCount:(*config.RawConfig)(0xc42030de00), RawConfig:(*config.RawConfig)(0xc42030dd40), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:35 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_key_pair.initial_key
2017/10/20 17:07:35 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"initial_key", Type:"aws_key_pair", RawCount:(*config.RawConfig)(0xc42030cfc0), RawConfig:(*config.RawConfig)(0xc42030cf00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:35 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.external
2017/10/20 17:07:35 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"external", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42030d5c0), RawConfig:(*config.RawConfig)(0xc42030d080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:35 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.app
2017/10/20 17:07:35 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"app", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc42030d9e0), RawConfig:(*config.RawConfig)(0xc42030d680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
2017/10/20 17:07:35 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc4203077c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:35 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc4203076d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:35 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420307770), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:35 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420307680), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:35 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420307720), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_instance.app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_instance.app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *
------------------------------------------------------------------------
terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_instance.app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Attach provider request: []string{} aws
2017/10/20 17:07:35 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42030cc00)}
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_instance.app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_instance.app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.vanilla - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "aws_instance.app" references: [aws_security_group.external var.ec2_instance_type var.ec2_region var.images var.project_name]
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.images" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.ec2_region var.aws_access_key var.aws_secret_key]
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: [var.project_name var.ssh_public_key]
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: [var.project_name]
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: [aws_instance.app data.aws_route53_zone.cloud]
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.ec2_region" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.ec2_instance_type" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2017/10/20 17:07:35 [DEBUG] ReferenceTransformer: "var.ssh_public_key" references: []
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.app - *terraform.NodePlannableResource
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_instance.app - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
var.ec2_instance_type - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
aws_key_pair.initial_key - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
aws_route53_record.vanilla - *terraform.NodePlannableResource
aws_instance.app - *terraform.NodePlannableResource
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
aws_security_group.external - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.project_name - *terraform.NodeRootVariable
data.aws_route53_zone.cloud - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_key_pair.initial_key - *terraform.NodePlannableResource
aws_route53_record.vanilla - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.ec2_instance_type - *terraform.NodeRootVariable
var.ec2_region - *terraform.NodeRootVariable
var.images - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.ssh_public_key - *terraform.NodeRootVariable
2017/10/20 17:07:35 [DEBUG] Starting graph walk: walkPlan
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.project_name"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "root"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.ec2_instance_type"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.ssh_public_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.ec2_region"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.images"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "provider.aws"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.images"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "var.ec2_instance_type"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_instance.app" waiting on "aws_security_group.external"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "var.project_name"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.project_name"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.ec2_region"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "aws_instance.app"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "data.aws_route53_zone.cloud" waiting on "provider.aws"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "provider.aws"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_route53_record.vanilla" waiting on "data.aws_route53_zone.cloud"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_key_pair.initial_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_security_group.external" waiting on "provider.aws"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "aws_key_pair.initial_key" waiting on "var.ssh_public_key"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:35 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.vanilla"
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "aws_security_group.external", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "aws_key_pair.initial_key", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "aws_instance.app", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "aws_route53_record.vanilla", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "data.aws_route53_zone.cloud", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.ec2_instance_type"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.ec2_instance_type': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.aws_secret_key"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.aws_secret_key': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.ssh_public_key"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.ssh_public_key': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.project_name"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.project_name': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.images"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.images': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.ec2_region"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.ec2_region': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "var.aws_access_key"
2017/10/20 17:07:35 [TRACE] vertex 'root.var.aws_access_key': walking
2017/10/20 17:07:35 [TRACE] dag/walk: walking "provider.aws"
2017/10/20 17:07:35 [TRACE] vertex 'root.provider.aws': walking
2017/10/20 17:07:35 [TRACE] vertex 'root.provider.aws': evaluating
2017/10/20 17:07:35 [TRACE] [walkPlan] Entering eval tree: provider.aws
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/20 17:07:35 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:35 [TRACE] root: eval: terraform.EvalNoop
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:35 [TRACE] root: eval: *terraform.EvalConfigProvider
2017-10-20T17:07:35.120Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] No assume_role block read from configuration
2017-10-20T17:07:35.120Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] Building AWS region structure
2017-10-20T17:07:35.120Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] Building AWS auth structure
2017-10-20T17:07:35.121Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] Setting AWS metadata API timeout to 100ms
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] AWS Auth provider used: "StaticProvider"
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [INFO] Initializing DeviceFarm SDK connection
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:35 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: sts.amazonaws.com
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 43
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a94f5e080bbed998fc466480956357ad209812b0aa55b982b7af554263524471
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170735Z
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2017-10-20T17:07:35.859Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:36.310Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017-10-20T17:07:36.310Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 403
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:36 GMT
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 2b910174-b5b9-11e7-aeb6-27c6d2f40761
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <GetCallerIdentityResult>
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Arn>arn:aws:iam::xxxxxxxxxxxx:user/user</Arn>
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <UserId>xxxxxxxxxxxxxxxxxxxxx</UserId>
2017-10-20T17:07:36.311Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Account>xxxxxxxxxxxx</Account>
2017-10-20T17:07:36.312Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetCallerIdentityResult>
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ResponseMetadata>
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <RequestId>2b910174-b5b9-11e7-aeb6-27c6d2f40761</RequestId>
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ResponseMetadata>
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetCallerIdentityResponse>
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] Trying to get account ID via iam:GetUser
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: iam.amazonaws.com
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 33
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d7b4e5dbf14be3e1d8291688e453096c280a12da4024c40c15158048d7807486
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170736Z
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=GetUser&Version=2010-05-08
2017-10-20T17:07:36.313Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:36.780Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017-10-20T17:07:36.780Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:36.780Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 525
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:35 GMT
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amzn-Requestid: 2bd7f58d-b5b9-11e7-97cb-c1dd229d1dcb
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <GetUserResult>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <User>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Path>/</Path>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <PasswordLastUsed>2017-10-20T15:38:09Z</PasswordLastUsed>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <UserName>user</UserName>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <Arn>arn:aws:iam::xxxxxxxxxxxx:user/user</Arn>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <UserId>xxxxxxxxxxxxxxxxxxxxx</UserId>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <CreateDate>2017-03-17T11:45:32Z</CreateDate>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </User>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetUserResult>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <ResponseMetadata>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <RequestId>2bd7f58d-b5b9-11e7-97cb-c1dd229d1dcb</RequestId>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </ResponseMetadata>
2017-10-20T17:07:36.781Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </GetUserResponse>
2017-10-20T17:07:36.783Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017-10-20T17:07:36.783Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-10-20T17:07:36.784Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: POST / HTTP/1.1
2017-10-20T17:07:36.784Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Host: ec2.eu-central-1.amazonaws.com
2017-10-20T17:07:36.784Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: User-Agent: aws-sdk-go/1.12.8 (go1.9; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.10.0-dev
2017-10-20T17:07:36.786Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Length: 87
2017-10-20T17:07:36.786Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxxxxxxxxxxxxxx/20171020/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=41d048bb4153875c144462de1bc480fa2ea69598293b7cb609323154b3d54747
2017-10-20T17:07:36.787Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-10-20T17:07:36.787Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: X-Amz-Date: 20171020T170736Z
2017-10-20T17:07:36.787Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Accept-Encoding: gzip
2017-10-20T17:07:36.787Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.788Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017-10-20T17:07:36.788Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: ---[ RESPONSE ]--------------------------------------
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: HTTP/1.1 200 OK
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Connection: close
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Transfer-Encoding: chunked
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Content-Type: text/xml;charset=UTF-8
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Date: Fri, 20 Oct 2017 17:07:36 GMT
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Server: AmazonEC2
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: Vary: Accept-Encoding
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.896Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4:
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: -----------------------------------------------------
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <requestId>ded9ecf4-f315-4454-bb74-19f202a5e106</requestId>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <accountAttributeSet>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attributeName>supported-platforms</attributeName>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attributeValueSet>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <item>
2017-10-20T17:07:36.897Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: <attributeValue>VPC</attributeValue>
2017-10-20T17:07:36.898Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:36.898Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </attributeValueSet>
2017-10-20T17:07:36.898Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </item>
2017-10-20T17:07:36.898Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </accountAttributeSet>
2017-10-20T17:07:36.898Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: </DescribeAccountAttributesResponse>
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_security_group.external': evaluating
2017/10/20 17:07:36 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:36 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_key_pair.initial_key': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_key_pair.initial_key
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_security_group.external
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.external
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_security_group.external': expanding/walking dynamic subgraph
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_key_pair.initial_key
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_key_pair.initial_key': expanding/walking dynamic subgraph
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_security_group.external - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_key_pair.initial_key - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Checking: aws_security_group.external
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_security_group.external - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Checking: aws_key_pair.initial_key
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_key_pair.initial_key - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] Attaching resource state to "aws_security_group.external": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420307720), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_security_group.external - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_security_group.external - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] ReferenceTransformer: "aws_security_group.external" references: []
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_security_group.external - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.RootTransformer:
aws_security_group.external - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] dag/walk: added new vertex: "aws_security_group.external"
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_security_group.external"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_security_group.external': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.data.aws_route53_zone.cloud': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_security_group.external': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_security_group.external
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:36 [DEBUG] Attaching resource state to "aws_key_pair.initial_key": &terraform.ResourceState{Type:"aws_key_pair", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420307680), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_key_pair.initial_key - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_key_pair.initial_key - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] ReferenceTransformer: "aws_key_pair.initial_key" references: []
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_key_pair.initial_key - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.RootTransformer:
aws_key_pair.initial_key - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:36 [TRACE] dag/walk: added new vertex: "aws_key_pair.initial_key"
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_key_pair.initial_key"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_key_pair.initial_key': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_key_pair.initial_key': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:36 [TRACE] vertex 'root.data.aws_route53_zone.cloud': expanding/walking dynamic subgraph
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_route53_zone.cloud - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Checking: data.aws_route53_zone.cloud
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.aws_route53_zone.cloud - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] Attaching resource state to "data.aws_route53_zone.cloud": &terraform.ResourceState{Type:"aws_route53_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420307770), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_route53_zone.cloud - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_route53_zone.cloud - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cloud" references: []
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_route53_zone.cloud - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_route53_zone.cloud - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] dag/walk: added new vertex: "data.aws_route53_zone.cloud"
2017/10/20 17:07:36 [TRACE] dag/walk: walking "data.aws_route53_zone.cloud"
2017/10/20 17:07:36 [TRACE] vertex 'root.data.aws_route53_zone.cloud': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.data.aws_route53_zone.cloud': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf, err: early exit
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence, err: early exit
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: data.aws_route53_zone.cloud
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalDiff
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_key_pair.initial_key
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalValidateResource
2017-10-20T17:07:36.918Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] Instance Diff is nil in Diff()
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.external
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_instance.app': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_instance.app
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_instance.app
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_instance.app': expanding/walking dynamic subgraph
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_instance.app - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Checking: aws_instance.app
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_instance.app - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] Attaching resource state to "aws_instance.app": &terraform.ResourceState{Type:"aws_instance", Dependencies:[]string{"aws_security_group.external"}, Primary:(*terraform.InstanceState)(0xc4203077c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_instance.app - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_instance.app - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] ReferenceTransformer: "aws_instance.app" references: []
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_instance.app - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.RootTransformer:
aws_instance.app - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] dag/walk: added new vertex: "aws_instance.app"
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_instance.app"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_instance.app': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_instance.app': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_instance.app
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalDiff
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_key_pair.initial_key
2017-10-20T17:07:36.923Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] Instance Diff is nil in Diff()
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalDiff
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_instance.app
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_route53_record.vanilla': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_route53_record.vanilla
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalIf
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_route53_record.vanilla
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_route53_record.vanilla': expanding/walking dynamic subgraph
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route53_record.vanilla - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Starting...
2017/10/20 17:07:36 [TRACE] OrphanResourceCount: Checking: aws_route53_record.vanilla
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_route53_record.vanilla - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] Attaching resource state to "aws_route53_record.vanilla": &terraform.ResourceState{Type:"aws_route53_record", Dependencies:[]string{"aws_instance.app", "data.aws_route53_zone.cloud"}, Primary:(*terraform.InstanceState)(0xc4203076d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route53_record.vanilla - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_route53_record.vanilla - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [DEBUG] ReferenceTransformer: "aws_route53_record.vanilla" references: []
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_route53_record.vanilla - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] Graph after step *terraform.RootTransformer:
aws_route53_record.vanilla - *terraform.NodePlannableResourceInstance
2017/10/20 17:07:36 [TRACE] dag/walk: added new vertex: "aws_route53_record.vanilla"
2017/10/20 17:07:36 [TRACE] dag/walk: walking "aws_route53_record.vanilla"
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_route53_record.vanilla': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.aws_route53_record.vanilla': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: aws_route53_record.vanilla
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalSequence
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalReadState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalDiff
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: aws_route53_record.vanilla
2017-10-20T17:07:36.939Z [DEBUG] plugin.terraform-provider-aws_v1.1.0_x4: 2017/10/20 17:07:36 [DEBUG] Instance Diff is nil in Diff()
2017/10/20 17:07:36 [TRACE] dag/walk: walking "provider.aws (close)"
2017/10/20 17:07:36 [TRACE] vertex 'root.provider.aws (close)': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.provider.aws (close)': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2017/10/20 17:07:36 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/10/20 17:07:36 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/10/20 17:07:36 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/10/20 17:07:36 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/10/20 17:07:36 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/10/20 17:07:36 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_instance.app.0", replace "aws_instance.app"
2017/10/20 17:07:36 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_key_pair.initial_key.0", replace "aws_key_pair.initial_key"
2017/10/20 17:07:36 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_route53_record.vanilla.0", replace "aws_route53_record.vanilla"
2017/10/20 17:07:36 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_security_group.external.0", replace "aws_security_group.external"
2017/10/20 17:07:36 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_route53_zone.cloud.0", replace "data.aws_route53_zone.cloud"
2017/10/20 17:07:36 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/10/20 17:07:36 [TRACE] dag/walk: walking "root"
2017/10/20 17:07:36 [TRACE] vertex 'root.root': walking
An execution plan has been generated and is shown below.
2017/10/20 17:07:36 [DEBUG] plugin: waiting for all plugin processes to complete...
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
~ aws_instance.app
vpc_security_group_ids.#: "0" => "1"
vpc_security_group_ids.zzzzzzzzz: "" => "sg-yyyyyyyy"
Plan: 0 to add, 1 to change, 0 to destroy.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
2017-10-20T17:07:36.959Z [WARN ] plugin: error closing client during Kill: err="session shutdown"
2017-10-20T17:07:36.959Z [DEBUG] plugin: plugin process exited: path=/config/stage/vanilla/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.1.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment