Skip to content

Instantly share code, notes, and snippets.

@glasser
Created April 27, 2017 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glasser/0711dba33b6ed0c02e2158660287a129 to your computer and use it in GitHub Desktop.
Save glasser/0711dba33b6ed0c02e2158660287a129 to your computer and use it in GitHub Desktop.
terraform debug log
2017/04/26 17:34:57 [INFO] Terraform version: 0.9.3
2017/04/26 17:34:57 [INFO] Go runtime version: go1.8.1
2017/04/26 17:34:57 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.3/bin/terraform", "apply"}
2017/04/26 17:34:57 [DEBUG] Detected home directory from env var: /Users/glasser
2017/04/26 17:34:57 [DEBUG] Detected home directory from env var: /Users/glasser
2017/04/26 17:34:57 [DEBUG] Attempting to open CLI config file: /Users/glasser/.terraformrc
2017/04/26 17:34:57 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/26 17:34:57 [INFO] CLI command args: []string{"apply"}
2017/04/26 17:34:57 [DEBUG] Detected home directory from env var: /Users/glasser
2017/04/26 17:34:57 [DEBUG] command: loading backend config file: /tmp/tfb
2017/04/26 17:34:57 [DEBUG] command: no data state file found for backend config
2017/04/26 17:34:57 [DEBUG] New state was assigned lineage "9c76f187-de55-41e6-bc3b-76278cc35c64"
2017/04/26 17:34:57 [INFO] command: backend initialized: <nil>
2017/04/26 17:34:57 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/04/26 17:34:57 [INFO] backend/local: starting Apply operation
2017/04/26 17:34:57 [TRACE] Preserving existing state lineage "05ce64b0-0a64-4997-b8c7-4d92877326d7"
2017/04/26 17:34:57 [TRACE] Preserving existing state lineage "05ce64b0-0a64-4997-b8c7-4d92877326d7"
2017/04/26 17:34:57 [INFO] terraform: building graph: GraphTypeInput
2017/04/26 17:34:57 [TRACE] ConfigTransformer: Starting for path: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.OutputTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_launch_configuration.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_launch_configuration", RawCount:(*config.RawConfig)(0x429a54180), RawConfig:(*config.RawConfig)(0x4299cfc20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_group", RawCount:(*config.RawConfig)(0x429986180), RawConfig:(*config.RawConfig)(0x429a54300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_schedule", RawCount:(*config.RawConfig)(0x429986900), RawConfig:(*config.RawConfig)(0x429986300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429a532c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x429a533b0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429a53400), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Attach provider request: []string{} aws
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_launch_configuration.foobar" references: []
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foobar" references: [aws_launch_configuration.foobar]
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: [aws_autoscaling_group.foobar]
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
aws_autoscaling_schedule.foobar - *terraform.NodeAbstractResource
aws_autoscaling_group.foobar - *terraform.NodeAbstractResource
aws_launch_configuration.foobar - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [DEBUG] Starting graph walk: walkInput
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "provider.aws"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_launch_configuration.foobar" waiting on "provider.aws"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_autoscaling_group.foobar" waiting on "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_autoscaling_schedule.foobar" waiting on "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_launch_configuration.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_group.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_schedule.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "provider.aws"
2017/04/26 17:34:57 [DEBUG] vertex 'root.provider.aws': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.provider.aws': evaluating
2017/04/26 17:34:57 [TRACE] [walkInput] Entering eval tree: provider.aws
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/26 17:34:57 [DEBUG] plugin: starting plugin: /usr/local/Cellar/terraform/0.9.3/bin/terraform []string{"/usr/local/Cellar/terraform/0.9.3/bin/terraform", "internal-plugin", "provider", "aws"}
2017/04/26 17:34:57 [DEBUG] plugin: waiting for RPC address for: /usr/local/Cellar/terraform/0.9.3/bin/terraform
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [INFO] Terraform version: 0.9.3
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [INFO] Go runtime version: go1.8.1
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.3/bin/terraform", "internal-plugin", "provider", "aws"}
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [DEBUG] Detected home directory from env var: /Users/glasser
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [DEBUG] Detected home directory from env var: /Users/glasser
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [DEBUG] Attempting to open CLI config file: /Users/glasser/.terraformrc
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [DEBUG] Detected home directory from env var: /Users/glasser
2017/04/26 17:34:57 [DEBUG] plugin: terraform: 2017/04/26 17:34:57 [INFO] CLI command args: []string{"internal-plugin", "provider", "aws"}
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [INFO] Starting provider plugin aws
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [DEBUG] plugin: plugin address: unix /var/folders/8c/t8yc09jn173grvtlpc2sq1nr0000gn/T/plugin668692829
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [TRACE] [walkInput] Exiting eval tree: provider.aws
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_launch_configuration.foobar': walking
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': walking
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:34:57 [INFO] terraform: building graph: GraphTypeValidate
2017/04/26 17:34:57 [TRACE] ConfigTransformer: Starting for path: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.OutputTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_schedule", RawCount:(*config.RawConfig)(0x429986900), RawConfig:(*config.RawConfig)(0x429986300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_launch_configuration.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_launch_configuration", RawCount:(*config.RawConfig)(0x429a54180), RawConfig:(*config.RawConfig)(0x4299cfc20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_group", RawCount:(*config.RawConfig)(0x429986180), RawConfig:(*config.RawConfig)(0x429a54300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429a532c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x429a533b0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429a53400), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Attach provider request: []string{} aws
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_launch_configuration.foobar" references: []
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foobar" references: [aws_launch_configuration.foobar]
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: [aws_autoscaling_group.foobar]
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResource
aws_autoscaling_group.foobar - *terraform.NodeValidatableResource
aws_launch_configuration.foobar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [DEBUG] Starting graph walk: walkValidate
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "provider.aws"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_autoscaling_group.foobar" waiting on "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_autoscaling_schedule.foobar" waiting on "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_launch_configuration.foobar" waiting on "provider.aws"
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_launch_configuration.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_group.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_schedule.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "provider.aws"
2017/04/26 17:34:57 [DEBUG] vertex 'root.provider.aws': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.provider.aws': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: provider.aws
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_launch_configuration.foobar': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_launch_configuration.foobar': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: aws_launch_configuration.foobar
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: aws_launch_configuration.foobar
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_launch_configuration.foobar': expanding/walking dynamic subgraph
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_launch_configuration.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429a532c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_launch_configuration.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_launch_configuration.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_launch_configuration.foobar" references: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_launch_configuration.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootTransformer:
aws_launch_configuration.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_launch_configuration.foobar': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_launch_configuration.foobar': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: aws_launch_configuration.foobar
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: aws_launch_configuration.foobar
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': expanding/walking dynamic subgraph
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x429a533b0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foobar" references: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': expanding/walking dynamic subgraph
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429a53400), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeValidatableResourceInstance
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': evaluating
2017/04/26 17:34:57 [TRACE] [walkValidate] Entering eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:34:57 [TRACE] [walkValidate] Exiting eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [INFO] backend/local: apply calling Refresh
2017/04/26 17:34:57 [INFO] terraform: building graph: GraphTypeRefresh
2017/04/26 17:34:57 [TRACE] StateTransformer: starting
2017/04/26 17:34:57 [TRACE] StateTransformer: Module: [root]
2017/04/26 17:34:57 [TRACE] StateTransformer: Resource "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429a53c20), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] StateTransformer: Resource "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x429a53c70), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] StateTransformer: Resource "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429a53cc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.StateTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
2017/04/26 17:34:57 [TRACE] ConfigTransformer: Starting for path: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429a53c20), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x429a53c70), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429a53cc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_launch_configuration.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_launch_configuration", RawCount:(*config.RawConfig)(0x429a54180), RawConfig:(*config.RawConfig)(0x4299cfc20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_group.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_group", RawCount:(*config.RawConfig)(0x429986180), RawConfig:(*config.RawConfig)(0x429a54300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_schedule.foobar
2017/04/26 17:34:57 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_schedule", RawCount:(*config.RawConfig)(0x429986900), RawConfig:(*config.RawConfig)(0x429986300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Attach provider request: []string{} aws
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.OutputTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_launch_configuration.foobar" references: []
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foobar" references: [aws_launch_configuration.foobar]
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: [aws_autoscaling_group.foobar]
2017/04/26 17:34:57 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_schedule.foobar - *terraform.NodeRefreshableResource
aws_autoscaling_group.foobar - *terraform.NodeRefreshableResource
aws_launch_configuration.foobar - *terraform.NodeRefreshableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:57 [DEBUG] Starting graph walk: walkRefresh
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "provider.aws"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_launch_configuration.foobar" waiting on "provider.aws"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_autoscaling_group.foobar" waiting on "aws_launch_configuration.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: added edge: "aws_autoscaling_schedule.foobar" waiting on "aws_autoscaling_group.foobar"
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_launch_configuration.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_group.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_schedule.foobar", sending new deps
2017/04/26 17:34:57 [DEBUG] dag/walk: walking "provider.aws"
2017/04/26 17:34:57 [DEBUG] vertex 'root.provider.aws': walking
2017/04/26 17:34:57 [DEBUG] vertex 'root.provider.aws': evaluating
2017/04/26 17:34:57 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:57 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [INFO] No assume_role block read from configuration
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [INFO] Building AWS region structure
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [INFO] Building AWS auth structure
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2017/04/26 17:34:57 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:57 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017/04/26 17:34:57 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:57 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:57 [DEBUG] plugin: terraform: Host: sts.amazonaws.com
2017/04/26 17:34:57 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:57 [DEBUG] plugin: terraform: Content-Length: 43
2017/04/26 17:34:57 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=62ade9d61b778dd4b64efcc4b17d3332fcaa2dc78ac21f44c608bba7ffb29d73
2017/04/26 17:34:57 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:57 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003457Z
2017/04/26 17:34:57 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:57 [DEBUG] plugin: terraform:
2017/04/26 17:34:57 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15
2017/04/26 17:34:57 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 404
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:58 GMT
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amzn-Requestid: 57876aad-2ae1-11e7-9357-8f2da6c0a86e
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <GetCallerIdentityResult>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::753487546527:user/glasser</Arn>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <UserId>AIDAJ2PGLM2Q23JNZ3V4Y</UserId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <Account>753487546527</Account>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </GetCallerIdentityResult>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <RequestId>57876aad-2ae1-11e7-9357-8f2da6c0a86e</RequestId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </GetCallerIdentityResponse>
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] Trying to get account ID via iam:GetUser
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2017/04/26 17:34:58 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 33
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1f39125d45d33ab28a512581b8454c93df9650892503e7e9ebf8803a7033c243
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003458Z
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 463
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:58 GMT
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amzn-Requestid: 57b99ddb-2ae1-11e7-bc1a-2b7ba7392c49
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <GetUserResult>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <User>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <Path>/</Path>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <UserName>glasser</UserName>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::753487546527:user/glasser</Arn>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <UserId>AIDAJ2PGLM2Q23JNZ3V4Y</UserId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <CreateDate>2015-08-10T22:17:17Z</CreateDate>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </User>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </GetUserResult>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <RequestId>57b99ddb-2ae1-11e7-bc1a-2b7ba7392c49</RequestId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </GetUserResponse>
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2017/04/26 17:34:58 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 87
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=10d067a264b9808794523b0610a1c134b9143ff8d1694cb3b4a2443547945a35
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003458Z
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:58 GMT
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Server: AmazonEC2
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: 21c
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <requestId>e0970c50-00b4-4538-8951-cbb54f7a5ec7</requestId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <accountAttributeSet>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <item>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <attributeName>supported-platforms</attributeName>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <attributeValueSet>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <item>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <attributeValue>VPC</attributeValue>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </item>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </attributeValueSet>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </item>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </accountAttributeSet>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </DescribeAccountAttributesResponse>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: 0
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2017/04/26 17:34:58 [DEBUG] dag/walk: walking "aws_launch_configuration.foobar"
2017/04/26 17:34:58 [DEBUG] vertex 'root.aws_launch_configuration.foobar': walking
2017/04/26 17:34:58 [DEBUG] vertex 'root.aws_launch_configuration.foobar': evaluating
2017/04/26 17:34:58 [TRACE] [walkRefresh] Entering eval tree: aws_launch_configuration.foobar
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalRefresh
aws_launch_configuration.foobar: Refreshing state... (ID: tfbug-lc)
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] launch configuration describe configuration: {
2017/04/26 17:34:58 [DEBUG] plugin: terraform: LaunchConfigurationNames: ["tfbug-lc"]
2017/04/26 17:34:58 [DEBUG] plugin: terraform: }
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Request autoscaling/DescribeLaunchConfigurations Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Host: autoscaling.us-west-2.amazonaws.com
2017/04/26 17:34:58 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 97
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/autoscaling/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9377f77844515273df3a6b044896a77ba7bbc6d9467121273df46096837cc0e7
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003458Z
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Action=DescribeLaunchConfigurations&LaunchConfigurationNames.member.1=tfbug-lc&Version=2011-01-01
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Response autoscaling/DescribeLaunchConfigurations Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 1125
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:58 GMT
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amzn-Requestid: 57efc92c-2ae1-11e7-ab22-9328e10b18a8
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <DescribeLaunchConfigurationsResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <DescribeLaunchConfigurationsResult>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <LaunchConfigurations>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <member>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <KernelId/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <RamdiskId/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <EbsOptimized>false</EbsOptimized>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <UserData/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <ImageId>ami-21f78e11</ImageId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <BlockDeviceMappings/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <ClassicLinkVPCSecurityGroups/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <InstanceType>t1.micro</InstanceType>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <KeyName/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <LaunchConfigurationARN>arn:aws:autoscaling:us-west-2:753487546527:launchConfiguration:8ba4c67d-900b-40d1-8cf0-cf6d4a70b759:launchConfigurationName/tfbug-lc</LaunchConfigurationARN>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <LaunchConfigurationName>tfbug-lc</LaunchConfigurationName>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <CreatedTime>2017-04-27T00:34:44.346Z</CreatedTime>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <SecurityGroups/>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <InstanceMonitoring>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <Enabled>true</Enabled>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </InstanceMonitoring>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </member>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </LaunchConfigurations>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </DescribeLaunchConfigurationsResult>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: <RequestId>57efc92c-2ae1-11e7-ab22-9328e10b18a8</RequestId>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:34:58 [DEBUG] plugin: terraform: </DescribeLaunchConfigurationsResponse>
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:34:58 [TRACE] [walkRefresh] Exiting eval tree: aws_launch_configuration.foobar
2017/04/26 17:34:58 [DEBUG] dag/walk: walking "aws_autoscaling_group.foobar"
2017/04/26 17:34:58 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': walking
2017/04/26 17:34:58 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': evaluating
2017/04/26 17:34:58 [TRACE] [walkRefresh] Entering eval tree: aws_autoscaling_group.foobar
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:34:58 [DEBUG] root: eval: *terraform.EvalRefresh
aws_autoscaling_group.foobar: Refreshing state... (ID: tfbug-asg)
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] AutoScaling Group describe configuration: {
2017/04/26 17:34:58 [DEBUG] plugin: terraform: AutoScalingGroupNames: ["tfbug-asg"]
2017/04/26 17:34:58 [DEBUG] plugin: terraform: }
2017/04/26 17:34:58 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:58 [DEBUG] [aws-sdk-go] DEBUG: Request autoscaling/DescribeAutoScalingGroups Details:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:58 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Host: autoscaling.us-west-2.amazonaws.com
2017/04/26 17:34:58 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Length: 92
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/autoscaling/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2d8c20d45ad420d93afac3fdd442f1fa9a7e431ddf010f401d608e097a63e15b
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:58 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003458Z
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:58 [DEBUG] plugin: terraform:
2017/04/26 17:34:58 [DEBUG] plugin: terraform: Action=DescribeAutoScalingGroups&AutoScalingGroupNames.member.1=tfbug-asg&Version=2011-01-01
2017/04/26 17:34:58 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] [aws-sdk-go] DEBUG: Response autoscaling/DescribeAutoScalingGroups Details:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Length: 1470
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:58 GMT
2017/04/26 17:34:59 [DEBUG] plugin: terraform: X-Amzn-Requestid: 580944b3-2ae1-11e7-9553-d979bc5b7a05
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DescribeAutoScalingGroupsResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DescribeAutoScalingGroupsResult>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <AutoScalingGroups>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <member>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <HealthCheckType>EC2</HealthCheckType>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <LoadBalancerNames/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <Instances/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <TerminationPolicies>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <member>Default</member>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </TerminationPolicies>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DefaultCooldown>300</DefaultCooldown>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <EnabledMetrics/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <AutoScalingGroupARN>arn:aws:autoscaling:us-west-2:753487546527:autoScalingGroup:f8d10860-359e-480b-9198-a3f227807d35:autoScalingGroupName/tfbug-asg</AutoScalingGroupARN>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <MaxSize>0</MaxSize>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <AvailabilityZones>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <member>us-west-2a</member>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </AvailabilityZones>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <TargetGroupARNs/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <Tags/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <LaunchConfigurationName>tfbug-lc</LaunchConfigurationName>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <AutoScalingGroupName>tfbug-asg</AutoScalingGroupName>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <HealthCheckGracePeriod>300</HealthCheckGracePeriod>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <NewInstancesProtectedFromScaleIn>false</NewInstancesProtectedFromScaleIn>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <CreatedTime>2017-04-27T00:34:44.865Z</CreatedTime>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <MinSize>0</MinSize>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <SuspendedProcesses/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DesiredCapacity>0</DesiredCapacity>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <VPCZoneIdentifier/>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </member>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </AutoScalingGroups>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </DescribeAutoScalingGroupsResult>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <RequestId>580944b3-2ae1-11e7-9553-d979bc5b7a05</RequestId>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </DescribeAutoScalingGroupsResponse>
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:34:59 [TRACE] [walkRefresh] Exiting eval tree: aws_autoscaling_group.foobar
2017/04/26 17:34:59 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:59 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:34:59 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': evaluating
2017/04/26 17:34:59 [TRACE] [walkRefresh] Entering eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalRefresh
aws_autoscaling_schedule.foobar: Refreshing state... (ID: tfbug-sched)
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [INFO] Describing Autoscaling Scheduled Action: {
2017/04/26 17:34:59 [DEBUG] plugin: terraform: AutoScalingGroupName: "tfbug-asg",
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ScheduledActionNames: ["tfbug-sched"]
2017/04/26 17:34:59 [DEBUG] plugin: terraform: }
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] [aws-sdk-go] DEBUG: Request autoscaling/DescribeScheduledActions Details:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Host: autoscaling.us-west-2.amazonaws.com
2017/04/26 17:34:59 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Length: 123
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/autoscaling/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9d9f042ad7cf8eedea599109f66684749425b68ead23a1a93694b0302cda880e
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:59 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003459Z
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Action=DescribeScheduledActions&AutoScalingGroupName=tfbug-asg&ScheduledActionNames.member.1=tfbug-sched&Version=2011-01-01
2017/04/26 17:34:59 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] [aws-sdk-go] DEBUG: Response autoscaling/DescribeScheduledActions Details:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Length: 994
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:59 GMT
2017/04/26 17:34:59 [DEBUG] plugin: terraform: X-Amzn-Requestid: 5828b3d6-2ae1-11e7-9b11-f11346e4c328
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DescribeScheduledActionsResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DescribeScheduledActionsResult>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <ScheduledUpdateGroupActions>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <member>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <Recurrence>0 10 * * SAT</Recurrence>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <AutoScalingGroupName>tfbug-asg</AutoScalingGroupName>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <ScheduledActionName>tfbug-sched</ScheduledActionName>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <StartTime>2017-04-29T10:00:00Z</StartTime>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <MaxSize>0</MaxSize>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <MinSize>0</MinSize>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <Time>2017-04-29T10:00:00Z</Time>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <ScheduledActionARN>arn:aws:autoscaling:us-west-2:753487546527:scheduledUpdateGroupAction:8f594bf7-2a48-4644-b0bf-31d0b1274830:autoScalingGroupName/tfbug-asg:scheduledActionName/tfbug-sched</ScheduledActionARN>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <DesiredCapacity>0</DesiredCapacity>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </member>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </ScheduledUpdateGroupActions>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </DescribeScheduledActionsResult>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <RequestId>5828b3d6-2ae1-11e7-9b11-f11346e4c328</RequestId>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </DescribeScheduledActionsResponse>
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:34:59 [TRACE] [walkRefresh] Exiting eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:34:59 [INFO] backend/local: apply calling Plan
2017/04/26 17:34:59 [INFO] terraform: building graph: GraphTypePlan
2017/04/26 17:34:59 [TRACE] ConfigTransformer: Starting for path: []
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.OutputTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
2017/04/26 17:34:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/26 17:34:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_group.foobar
2017/04/26 17:34:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_group", RawCount:(*config.RawConfig)(0x429986180), RawConfig:(*config.RawConfig)(0x429a54300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_schedule.foobar
2017/04/26 17:34:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_schedule", RawCount:(*config.RawConfig)(0x429986900), RawConfig:(*config.RawConfig)(0x429986300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_launch_configuration.foobar
2017/04/26 17:34:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_launch_configuration", RawCount:(*config.RawConfig)(0x429a54180), RawConfig:(*config.RawConfig)(0x4299cfc20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
2017/04/26 17:34:59 [DEBUG] Attaching resource state to "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429733270), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:59 [DEBUG] Attaching resource state to "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x4297332c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:59 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429733220), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Attach provider request: []string{} aws
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: [aws_autoscaling_group.foobar]
2017/04/26 17:34:59 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/04/26 17:34:59 [DEBUG] ReferenceTransformer: "aws_launch_configuration.foobar" references: []
2017/04/26 17:34:59 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foobar" references: [aws_launch_configuration.foobar]
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResource
aws_autoscaling_group.foobar - *terraform.NodePlannableResource
aws_launch_configuration.foobar - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:34:59 [DEBUG] Starting graph walk: walkPlan
2017/04/26 17:34:59 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:34:59 [DEBUG] dag/walk: added new vertex: "provider.aws"
2017/04/26 17:34:59 [DEBUG] dag/walk: added new vertex: "aws_launch_configuration.foobar"
2017/04/26 17:34:59 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_group.foobar"
2017/04/26 17:34:59 [DEBUG] dag/walk: added edge: "aws_autoscaling_schedule.foobar" waiting on "aws_autoscaling_group.foobar"
2017/04/26 17:34:59 [DEBUG] dag/walk: added edge: "aws_autoscaling_group.foobar" waiting on "aws_launch_configuration.foobar"
2017/04/26 17:34:59 [DEBUG] dag/walk: added edge: "aws_launch_configuration.foobar" waiting on "provider.aws"
2017/04/26 17:34:59 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_schedule.foobar", sending new deps
2017/04/26 17:34:59 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_group.foobar", sending new deps
2017/04/26 17:34:59 [DEBUG] dag/walk: dependencies changed for "aws_launch_configuration.foobar", sending new deps
2017/04/26 17:34:59 [DEBUG] dag/walk: walking "provider.aws"
2017/04/26 17:34:59 [DEBUG] vertex 'root.provider.aws': walking
2017/04/26 17:34:59 [DEBUG] vertex 'root.provider.aws': evaluating
2017/04/26 17:34:59 [TRACE] [walkPlan] Entering eval tree: provider.aws
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/26 17:34:59 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:59 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:34:59 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [INFO] No assume_role block read from configuration
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [INFO] Building AWS region structure
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [INFO] Building AWS auth structure
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Host: sts.amazonaws.com
2017/04/26 17:34:59 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Length: 43
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8bd2939e07c68b57d252ccf759e1ba410a34ac54bd56f7366ffdec6fab695e34
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:59 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003459Z
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15
2017/04/26 17:34:59 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Length: 404
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:59 GMT
2017/04/26 17:34:59 [DEBUG] plugin: terraform: X-Amzn-Requestid: 588b1eec-2ae1-11e7-8cea-ad95016f503b
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <GetCallerIdentityResult>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::753487546527:user/glasser</Arn>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <UserId>AIDAJ2PGLM2Q23JNZ3V4Y</UserId>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <Account>753487546527</Account>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </GetCallerIdentityResult>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: <RequestId>588b1eec-2ae1-11e7-8cea-ad95016f503b</RequestId>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:34:59 [DEBUG] plugin: terraform: </GetCallerIdentityResponse>
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] Trying to get account ID via iam:GetUser
2017/04/26 17:34:59 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:34:59 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:34:59 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2017/04/26 17:34:59 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Length: 33
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=73ad59046b19715e877558698e9bea3788e3d2530894d38c5a9ef933d77e428d
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:34:59 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003459Z
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:34:59 [DEBUG] plugin: terraform:
2017/04/26 17:34:59 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2017/04/26 17:34:59 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Length: 463
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:59 GMT
2017/04/26 17:35:00 [DEBUG] plugin: terraform: X-Amzn-Requestid: 58bd5239-2ae1-11e7-a9fc-8f523f556921
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <GetUserResult>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <User>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <Path>/</Path>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <UserName>glasser</UserName>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::753487546527:user/glasser</Arn>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <UserId>AIDAJ2PGLM2Q23JNZ3V4Y</UserId>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <CreateDate>2015-08-10T22:17:17Z</CreateDate>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </User>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </GetUserResult>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <RequestId>58bd5239-2ae1-11e7-a9fc-8f523f556921</RequestId>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </GetUserResponse>
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2017/04/26 17:35:00 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Length: 87
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=789a3353c0053792bc3576493f0f623aae5109b56095f66692721082d38ff189
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:35:00 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003500Z
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017/04/26 17:35:00 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:34:59 GMT
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Server: AmazonEC2
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: 21c
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <requestId>d8304495-e8db-49c0-a078-43889ea8df20</requestId>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <accountAttributeSet>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <item>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <attributeName>supported-platforms</attributeName>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <attributeValueSet>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <item>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: <attributeValue>VPC</attributeValue>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </item>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </attributeValueSet>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </item>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </accountAttributeSet>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: </DescribeAccountAttributesResponse>
2017/04/26 17:35:00 [DEBUG] plugin: terraform: 0
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "aws_launch_configuration.foobar"
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_launch_configuration.foobar': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_launch_configuration.foobar': evaluating
2017/04/26 17:35:00 [TRACE] [walkPlan] Entering eval tree: aws_launch_configuration.foobar
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: aws_launch_configuration.foobar
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_launch_configuration.foobar': expanding/walking dynamic subgraph
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_launch_configuration.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] OrphanResourceCount: Starting...
2017/04/26 17:35:00 [TRACE] OrphanResourceCount: Checking: aws_launch_configuration.foobar
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_launch_configuration.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] Attaching resource state to "aws_launch_configuration.foobar": &terraform.ResourceState{Type:"aws_launch_configuration", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0x429733270), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_launch_configuration.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_launch_configuration.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] ReferenceTransformer: "aws_launch_configuration.foobar" references: []
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_launch_configuration.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.RootTransformer:
aws_launch_configuration.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] dag/walk: added new vertex: "aws_launch_configuration.foobar"
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "aws_launch_configuration.foobar"
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_launch_configuration.foobar': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_launch_configuration.foobar': evaluating
2017/04/26 17:35:00 [TRACE] [walkPlan] Entering eval tree: aws_launch_configuration.foobar
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [DEBUG] Instance Diff is nil in Diff()
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: aws_launch_configuration.foobar
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "aws_autoscaling_group.foobar"
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': evaluating
2017/04/26 17:35:00 [TRACE] [walkPlan] Entering eval tree: aws_autoscaling_group.foobar
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: aws_autoscaling_group.foobar
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': expanding/walking dynamic subgraph
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] OrphanResourceCount: Starting...
2017/04/26 17:35:00 [TRACE] OrphanResourceCount: Checking: aws_autoscaling_group.foobar
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] Attaching resource state to "aws_autoscaling_group.foobar": &terraform.ResourceState{Type:"aws_autoscaling_group", Dependencies:[]string{"aws_launch_configuration.foobar"}, Primary:(*terraform.InstanceState)(0x4297332c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foobar" references: []
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_group.foobar"
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "aws_autoscaling_group.foobar"
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_group.foobar': evaluating
2017/04/26 17:35:00 [TRACE] [walkPlan] Entering eval tree: aws_autoscaling_group.foobar
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [DEBUG] Instance Diff is nil in Diff()
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: aws_autoscaling_group.foobar
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': evaluating
2017/04/26 17:35:00 [TRACE] [walkPlan] Entering eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': expanding/walking dynamic subgraph
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] OrphanResourceCount: Starting...
2017/04/26 17:35:00 [TRACE] OrphanResourceCount: Checking: aws_autoscaling_schedule.foobar
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x429733220), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: []
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodePlannableResourceInstance
2017/04/26 17:35:00 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': evaluating
2017/04/26 17:35:00 [TRACE] [walkPlan] Entering eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/04/26 17:35:00 [TRACE] [walkPlan] Exiting eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:35:00 [INFO] terraform: building graph: GraphTypeApply
2017/04/26 17:35:00 [TRACE] DiffTransformer: starting
2017/04/26 17:35:00 [TRACE] DiffTransformer: Module: UPDATE: aws_autoscaling_schedule.foobar
recurrence: "0 10 * * SAT" => "0 8 * * SAT"
2017/04/26 17:35:00 [TRACE] DiffTransformer: Resource "aws_autoscaling_schedule.foobar": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"recurrence":*terraform.ResourceAttrDiff{Old:"0 10 * * SAT", New:"0 8 * * SAT", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.DiffTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
2017/04/26 17:35:00 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/26 17:35:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_autoscaling_schedule.foobar
2017/04/26 17:35:00 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"foobar", Type:"aws_autoscaling_schedule", RawCount:(*config.RawConfig)(0x429986900), RawConfig:(*config.RawConfig)(0x429986300), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
2017/04/26 17:35:00 [DEBUG] Attaching resource state to "aws_autoscaling_schedule.foobar": &terraform.ResourceState{Type:"aws_autoscaling_schedule", Dependencies:[]string{"aws_autoscaling_group.foobar"}, Primary:(*terraform.InstanceState)(0x42a0b6a00), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Attach provider request: []string{} aws
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.OutputTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [DEBUG] ReferenceTransformer: "aws_autoscaling_schedule.foobar" references: []
2017/04/26 17:35:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_autoscaling_schedule.foobar - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2017/04/26 17:35:00 [DEBUG] Starting graph walk: walkApply
2017/04/26 17:35:00 [DEBUG] dag/walk: added new vertex: "provider.aws"
2017/04/26 17:35:00 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/04/26 17:35:00 [DEBUG] dag/walk: added new vertex: "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:00 [DEBUG] dag/walk: added edge: "aws_autoscaling_schedule.foobar" waiting on "provider.aws"
2017/04/26 17:35:00 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:00 [DEBUG] dag/walk: dependencies changed for "aws_autoscaling_schedule.foobar", sending new deps
2017/04/26 17:35:00 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/04/26 17:35:00 [DEBUG] dag/walk: walking "provider.aws"
2017/04/26 17:35:00 [DEBUG] vertex 'root.provider.aws': walking
2017/04/26 17:35:00 [DEBUG] vertex 'root.provider.aws': evaluating
2017/04/26 17:35:00 [TRACE] [walkApply] Entering eval tree: provider.aws
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/26 17:35:00 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:35:00 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:00 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [INFO] No assume_role block read from configuration
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [INFO] Building AWS region structure
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [INFO] Building AWS auth structure
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2017/04/26 17:35:00 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:35:00 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Host: sts.amazonaws.com
2017/04/26 17:35:00 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Length: 43
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=46c1598efe2007f8315adf5712cbf8f4d39f3d5436ee2a0af5b0af6d18d44277
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:35:00 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003500Z
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:35:00 [DEBUG] plugin: terraform:
2017/04/26 17:35:00 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15
2017/04/26 17:35:00 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 404
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:35:00 GMT
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amzn-Requestid: 593ac06a-2ae1-11e7-82a6-75d19509d43a
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <GetCallerIdentityResult>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::753487546527:user/glasser</Arn>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <UserId>AIDAJ2PGLM2Q23JNZ3V4Y</UserId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <Account>753487546527</Account>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </GetCallerIdentityResult>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <RequestId>593ac06a-2ae1-11e7-82a6-75d19509d43a</RequestId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </GetCallerIdentityResponse>
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] Trying to get account ID via iam:GetUser
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2017/04/26 17:35:01 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 33
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=09b69617d1a6c4f44f8d3288dca7f275ee647d8f7da5ae843def09e43e8e31ea
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003501Z
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 463
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:35:01 GMT
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amzn-Requestid: 596c3096-2ae1-11e7-bc1a-2b7ba7392c49
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <GetUserResult>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <User>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <Path>/</Path>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <UserName>glasser</UserName>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::753487546527:user/glasser</Arn>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <UserId>AIDAJ2PGLM2Q23JNZ3V4Y</UserId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <CreateDate>2015-08-10T22:17:17Z</CreateDate>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </User>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </GetUserResult>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <RequestId>596c3096-2ae1-11e7-bc1a-2b7ba7392c49</RequestId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </GetUserResponse>
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2017/04/26 17:35:01 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 87
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=14b5fadcde05f6ce16429a7d7cae0fba00c22f230f4a3bc693941c6e695aedd9
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003501Z
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:35:00 GMT
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Server: AmazonEC2
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: 21c
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <requestId>c175936b-c595-46fd-ad25-cb04ebb07b8a</requestId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <accountAttributeSet>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <item>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <attributeName>supported-platforms</attributeName>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <attributeValueSet>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <item>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <attributeValue>VPC</attributeValue>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </item>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </attributeValueSet>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </item>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </accountAttributeSet>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </DescribeAccountAttributesResponse>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: 0
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [TRACE] [walkApply] Exiting eval tree: provider.aws
2017/04/26 17:35:01 [DEBUG] dag/walk: walking "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:01 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': walking
2017/04/26 17:35:01 [DEBUG] vertex 'root.aws_autoscaling_schedule.foobar': evaluating
2017/04/26 17:35:01 [TRACE] [walkApply] Entering eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalReadDiff
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:35:01 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalReadDiff
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalCompareDiff
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalApplyPre
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalApply
2017/04/26 17:35:01 [DEBUG] apply: aws_autoscaling_schedule.foobar: executing Apply
aws_autoscaling_schedule.foobar: Modifying... (ID: tfbug-sched)
recurrence: "0 10 * * SAT" => "0 8 * * SAT"
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] No meta timeoutkey found in Apply()
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [INFO] Creating Autoscaling Scheduled Action: tfbug-sched
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Request autoscaling/PutScheduledUpdateGroupAction Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Host: autoscaling.us-west-2.amazonaws.com
2017/04/26 17:35:01 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 218
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/autoscaling/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=502c8f53a47366a34fc80cca3c9c636a42e7a82a7690a69c26b71d5fa373b623
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003501Z
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Action=PutScheduledUpdateGroupAction&AutoScalingGroupName=tfbug-asg&DesiredCapacity=0&MaxSize=0&MinSize=0&Recurrence=0+8+%2A+%2A+SAT&ScheduledActionName=tfbug-sched&StartTime=2017-04-29T10%3A00%3A00Z&Version=2011-01-01
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Response autoscaling/PutScheduledUpdateGroupAction Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 245
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:35:01 GMT
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amzn-Requestid: 599fea49-2ae1-11e7-822f-e55c3555f1db
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <PutScheduledUpdateGroupActionResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <RequestId>599fea49-2ae1-11e7-822f-e55c3555f1db</RequestId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </PutScheduledUpdateGroupActionResponse>
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [INFO] Describing Autoscaling Scheduled Action: {
2017/04/26 17:35:01 [DEBUG] plugin: terraform: AutoScalingGroupName: "tfbug-asg",
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ScheduledActionNames: ["tfbug-sched"]
2017/04/26 17:35:01 [DEBUG] plugin: terraform: }
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Request autoscaling/DescribeScheduledActions Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: POST / HTTP/1.1
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Host: autoscaling.us-west-2.amazonaws.com
2017/04/26 17:35:01 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.10 (go1.8.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.3
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 123
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJVHJBFGYCKXRZIIA/20170427/us-west-2/autoscaling/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fa0391e93d9830989ea7cdfb6d949d264463b8ebb7abdd978f9c37c8626716c4
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amz-Date: 20170427T003501Z
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Action=DescribeScheduledActions&AutoScalingGroupName=tfbug-asg&ScheduledActionNames.member.1=tfbug-sched&Version=2011-01-01
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] [aws-sdk-go] DEBUG: Response autoscaling/DescribeScheduledActions Details:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2017/04/26 17:35:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Connection: close
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Length: 993
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Content-Type: text/xml
2017/04/26 17:35:01 [DEBUG] plugin: terraform: Date: Thu, 27 Apr 2017 00:35:01 GMT
2017/04/26 17:35:01 [DEBUG] plugin: terraform: X-Amzn-Requestid: 59bd8427-2ae1-11e7-9827-2b723770e8db
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <DescribeScheduledActionsResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <DescribeScheduledActionsResult>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ScheduledUpdateGroupActions>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <member>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <Recurrence>0 8 * * SAT</Recurrence>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <AutoScalingGroupName>tfbug-asg</AutoScalingGroupName>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ScheduledActionName>tfbug-sched</ScheduledActionName>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <StartTime>2017-04-29T10:00:00Z</StartTime>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <MaxSize>0</MaxSize>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <MinSize>0</MinSize>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <Time>2017-04-29T10:00:00Z</Time>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ScheduledActionARN>arn:aws:autoscaling:us-west-2:753487546527:scheduledUpdateGroupAction:8f594bf7-2a48-4644-b0bf-31d0b1274830:autoScalingGroupName/tfbug-asg:scheduledActionName/tfbug-sched</ScheduledActionARN>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <DesiredCapacity>0</DesiredCapacity>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </member>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </ScheduledUpdateGroupActions>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </DescribeScheduledActionsResult>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: <RequestId>59bd8427-2ae1-11e7-9827-2b723770e8db</RequestId>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </ResponseMetadata>
2017/04/26 17:35:01 [DEBUG] plugin: terraform: </DescribeScheduledActionsResponse>
2017/04/26 17:35:01 [DEBUG] plugin: terraform:
2017/04/26 17:35:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalApplyProvisioners
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalIf
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalApplyPost
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalUpdateStateHook
aws_autoscaling_schedule.foobar: Modifications complete (ID: tfbug-sched)
2017/04/26 17:35:01 [TRACE] Preserving existing state lineage "05ce64b0-0a64-4997-b8c7-4d92877326d7"
2017/04/26 17:35:01 [TRACE] Preserving existing state lineage "05ce64b0-0a64-4997-b8c7-4d92877326d7"
2017/04/26 17:35:01 [TRACE] [walkApply] Exiting eval tree: aws_autoscaling_schedule.foobar
2017/04/26 17:35:01 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/04/26 17:35:01 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/04/26 17:35:01 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/04/26 17:35:01 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/04/26 17:35:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/04/26 17:35:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_launch_configuration.foobar.0", replace "aws_launch_configuration.foobar"
2017/04/26 17:35:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_autoscaling_group.foobar.0", replace "aws_autoscaling_group.foobar"
2017/04/26 17:35:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_autoscaling_schedule.foobar.0", replace "aws_autoscaling_schedule.foobar"
2017/04/26 17:35:01 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/04/26 17:35:01 [TRACE] Preserving existing state lineage "05ce64b0-0a64-4997-b8c7-4d92877326d7"

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
2017/04/26 17:35:01 [DEBUG] plugin: waiting for all plugin processes to complete...

The state of your infrastructure has been saved to the path
below. This state is required to modify and destroy your
2017/04/26 17:35:01 [DEBUG] plugin: terraform: aws-provider (internal) 2017/04/26 17:35:01 [DEBUG] plugin: waiting for all plugin processes to complete...
infrastructure, so keep it safe. To inspect the complete state
use the `terraform show` command.
State path: 
2017/04/26 17:35:01 [DEBUG] plugin: /usr/local/Cellar/terraform/0.9.3/bin/terraform: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment