Skip to content

Instantly share code, notes, and snippets.

@jc-asdf
Created April 18, 2018 21:27
Show Gist options
  • Save jc-asdf/22d5189cf5ccb75d2d31d43b803b30cc to your computer and use it in GitHub Desktop.
Save jc-asdf/22d5189cf5ccb75d2d31d43b803b30cc to your computer and use it in GitHub Desktop.
2018/04/18 14:20:10 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/04/18 14:20:10 [INFO] Go runtime version: go1.10.1
2018/04/18 14:20:10 [INFO] CLI args: []string{"/usr/local/bin/terraform0.11.7", "apply"}
2018/04/18 14:20:10 [DEBUG] Attempting to open CLI config file: /Users/me/.terraformrc
2018/04/18 14:20:10 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/04/18 14:20:10 [INFO] CLI command args: []string{"apply"}
2018/04/18 14:20:10 [INFO] command: empty terraform config, returning nil
2018/04/18 14:20:10 [DEBUG] command: no data state file found for backend config
2018/04/18 14:20:10 [DEBUG] New state was assigned lineage "fbe7c578-8d2b-53a0-b478-c7fd5c30f6d8"
2018/04/18 14:20:10 [INFO] command: backend initialized: <nil>
2018/04/18 14:20:10 [DEBUG] checking for provider in "."
2018/04/18 14:20:10 [DEBUG] checking for provider in "/usr/local/bin"
2018/04/18 14:20:10 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/04/18 14:20:10 [DEBUG] found provider "terraform-provider-aws_v1.15.0_x4"
2018/04/18 14:20:10 [DEBUG] found valid plugin: "aws", "1.15.0", "/Users/me/projects/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.15.0_x4"
2018/04/18 14:20:10 [DEBUG] checking for provisioner in "."
2018/04/18 14:20:10 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/04/18 14:20:10 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/04/18 14:20:10 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/04/18 14:20:10 [INFO] backend/local: starting Apply operation
2018/04/18 14:20:10 [TRACE] Preserving existing state lineage "e404fbdf-012a-cc93-4eac-2aee0c9ccda1"
2018/04/18 14:20:10 [TRACE] Preserving existing state lineage "e404fbdf-012a-cc93-4eac-2aee0c9ccda1"
2018/04/18 14:20:10 [INFO] terraform: building graph: GraphTypeInput
2018/04/18 14:20:10 [TRACE] ConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.LocalTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OutputTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"static", Type:"aws_s3_bucket", RawCount:(*config.RawConfig)(0xc420428070), RawConfig:(*config.RawConfig)(0xc420428000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [DEBUG] Resource state not found for "aws_s3_bucket.static": aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
2018/04/18 14:20:10 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Attach provider request: []string{} aws
2018/04/18 14:20:10 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203a6d20)}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] resource aws_s3_bucket.static using provider provider.aws
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "aws_s3_bucket.static" references: []
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:10 [DEBUG] Starting graph walk: walkInput
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "root"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "aws_s3_bucket.static" waiting on "provider.aws"
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket.static", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: walking "provider.aws"
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/18 14:20:10 [TRACE] [walkInput] Entering eval tree: provider.aws
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInitProvider
2018-04-18T14:20:10.628-0700 [DEBUG] plugin: starting plugin: path=/Users/me/projects/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.15.0_x4 args=[/Users/me/projects/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.15.0_x4]
2018-04-18T14:20:10.642-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/me/projects/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.15.0_x4
2018-04-18T14:20:10.652-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: plugin address: timestamp=2018-04-18T14:20:10.652-0700 address=/var/folders/3q/c21v_ymx0cl4krsdq03p650m0000gp/T/plugin272670577 network=unix
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInputProvider
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] [walkInput] Exiting eval tree: provider.aws
2018/04/18 14:20:10 [TRACE] dag/walk: walking "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] vertex 'root.aws_s3_bucket.static': walking
2018/04/18 14:20:10 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/18 14:20:10 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/18 14:20:10 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2018/04/18 14:20:10 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/18 14:20:10 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/18 14:20:10 [TRACE] [walkInput] Exiting eval tree: provider.aws (close)
2018/04/18 14:20:10 [TRACE] dag/walk: walking "root"
2018/04/18 14:20:10 [TRACE] vertex 'root.root': walking
2018/04/18 14:20:10 [INFO] terraform: building graph: GraphTypeValidate
2018/04/18 14:20:10 [TRACE] ConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.LocalTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OutputTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"static", Type:"aws_s3_bucket", RawCount:(*config.RawConfig)(0xc420428070), RawConfig:(*config.RawConfig)(0xc420428000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [DEBUG] Resource state not found for "aws_s3_bucket.static": aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
2018/04/18 14:20:10 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Attach provider request: []string{} aws
2018/04/18 14:20:10 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203a6d20)}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] resource aws_s3_bucket.static using provider provider.aws
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "aws_s3_bucket.static" references: []
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:10 [DEBUG] Starting graph walk: walkValidate
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "root"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "aws_s3_bucket.static" waiting on "provider.aws"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket.static", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: walking "provider.aws"
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/18 14:20:10 [TRACE] [walkValidate] Entering eval tree: provider.aws
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2018/04/18 14:20:10 [TRACE] dag/walk: walking "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] vertex 'root.aws_s3_bucket.static': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.aws_s3_bucket.static': evaluating
2018/04/18 14:20:10 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalIf
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalValidateCount
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/18 14:20:10 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] vertex 'root.aws_s3_bucket.static': expanding/walking dynamic subgraph
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResourceInstance
2018/04/18 14:20:10 [DEBUG] Resource state not found for "aws_s3_bucket.static": aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResourceInstance
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResourceInstance
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "aws_s3_bucket.static" references: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResourceInstance
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.static - *terraform.NodeValidatableResourceInstance
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: walking "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] vertex 'root.aws_s3_bucket.static': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.aws_s3_bucket.static': evaluating
2018/04/18 14:20:10 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/18 14:20:10 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/18 14:20:10 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/18 14:20:10 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/18 14:20:10 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2018/04/18 14:20:10 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/18 14:20:10 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/18 14:20:10 [TRACE] dag/walk: walking "root"
2018/04/18 14:20:10 [TRACE] vertex 'root.root': walking
2018/04/18 14:20:10 [INFO] backend/local: apply calling Refresh
2018/04/18 14:20:10 [INFO] terraform: building graph: GraphTypeRefresh
2018/04/18 14:20:10 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/04/18 14:20:10 [TRACE] ConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ConfigTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/04/18 14:20:10 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Attach provider request: []string{} aws
2018/04/18 14:20:10 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203a6d20)}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] pruning unused provider provider.aws
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.PruneProviderTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ParentProviderTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.graphTransformerMulti:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.LocalTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OutputTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ReferenceTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TargetsTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProviderTransformer:
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootTransformer:
root - terraform.graphNodeRoot
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
root - terraform.graphNodeRoot
2018/04/18 14:20:10 [DEBUG] Starting graph walk: walkRefresh
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "root"
2018/04/18 14:20:10 [TRACE] dag/walk: walking "root"
2018/04/18 14:20:10 [TRACE] vertex 'root.root': walking
2018/04/18 14:20:10 [INFO] backend/local: apply calling Plan
2018/04/18 14:20:10 [INFO] terraform: building graph: GraphTypePlan
2018/04/18 14:20:10 [TRACE] ConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.LocalTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OutputTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/18 14:20:10 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"static", Type:"aws_s3_bucket", RawCount:(*config.RawConfig)(0xc420428070), RawConfig:(*config.RawConfig)(0xc420428000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [DEBUG] Resource state not found for "aws_s3_bucket.static": aws_s3_bucket.static
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
2018/04/18 14:20:10 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/18 14:20:10 [TRACE] Attach provider request: []string{} aws
2018/04/18 14:20:10 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203a6d20)}
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] resource aws_s3_bucket.static using provider provider.aws
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "aws_s3_bucket.static" references: []
2018/04/18 14:20:10 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:10 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:10 [DEBUG] Starting graph walk: walkPlan
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "root"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "aws_s3_bucket.static" waiting on "provider.aws"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:10 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket.static", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/18 14:20:10 [TRACE] dag/walk: walking "provider.aws"
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws': walking
2018/04/18 14:20:10 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/18 14:20:10 [TRACE] [walkPlan] Entering eval tree: provider.aws
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:10 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-18T14:20:10.694-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:10 [INFO] No assume_role block read from configuration
2018-04-18T14:20:10.694-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:10 [INFO] Building AWS region structure
2018-04-18T14:20:10.694-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:10 [INFO] Building AWS auth structure
2018-04-18T14:20:10.694-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:10 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-18T14:20:11.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:11 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-18T14:20:11.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:11 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-18T14:20:11.383-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:11 [INFO] Initializing DeviceFarm SDK connection
2018-04-18T14:20:11.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:11 [DEBUG] Trying to get account ID via iam:GetUser
2018/04/18 14:20:12 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2018/04/18 14:20:12 [TRACE] dag/walk: walking "aws_s3_bucket.static"
2018/04/18 14:20:12 [TRACE] vertex 'root.aws_s3_bucket.static': walking
2018/04/18 14:20:12 [TRACE] vertex 'root.aws_s3_bucket.static': evaluating
2018/04/18 14:20:12 [TRACE] [walkPlan] Entering eval tree: aws_s3_bucket.static
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalIf
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/18 14:20:12 [TRACE] [walkPlan] Exiting eval tree: aws_s3_bucket.static
2018/04/18 14:20:12 [TRACE] vertex 'root.aws_s3_bucket.static': expanding/walking dynamic subgraph
2018/04/18 14:20:12 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResourceInstance
2018/04/18 14:20:12 [TRACE] OrphanResourceCount: Starting...
2018/04/18 14:20:12 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResourceInstance
2018/04/18 14:20:12 [DEBUG] Resource state not found for "aws_s3_bucket.static": aws_s3_bucket.static
2018/04/18 14:20:12 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResourceInstance
2018/04/18 14:20:12 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResourceInstance
2018/04/18 14:20:12 [DEBUG] ReferenceTransformer: "aws_s3_bucket.static" references: []
2018/04/18 14:20:12 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResourceInstance
2018/04/18 14:20:12 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.static - *terraform.NodePlannableResourceInstance
2018/04/18 14:20:12 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.static"
2018/04/18 14:20:12 [TRACE] dag/walk: walking "aws_s3_bucket.static"
2018/04/18 14:20:12 [TRACE] vertex 'root.aws_s3_bucket.static': walking
2018/04/18 14:20:12 [TRACE] vertex 'root.aws_s3_bucket.static': evaluating
2018/04/18 14:20:12 [TRACE] [walkPlan] Entering eval tree: aws_s3_bucket.static
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalReadState
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalDiff
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/04/18 14:20:12 [TRACE] [walkPlan] Exiting eval tree: aws_s3_bucket.static
2018/04/18 14:20:12 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/18 14:20:12 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/18 14:20:12 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:12 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/18 14:20:12 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/18 14:20:12 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/18 14:20:12 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/18 14:20:12 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2018/04/18 14:20:12 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/18 14:20:12 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/18 14:20:12 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2018/04/18 14:20:12 [TRACE] dag/walk: walking "root"
2018/04/18 14:20:12 [TRACE] vertex 'root.root': walking
2018/04/18 14:20:12 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/04/18 14:20:29 [INFO] terraform: building graph: GraphTypeApply
2018/04/18 14:20:29 [TRACE] DiffTransformer: starting
2018/04/18 14:20:29 [TRACE] DiffTransformer: Module: CREATE: aws_s3_bucket.static
acceleration_status: "" => "<computed>"
acl: "" => "private"
arn: "" => "<computed>"
bucket: "" => "terraform-testingasdfa" (forces new resource)
bucket_domain_name: "" => "<computed>"
cors_rule.#: "" => "1"
cors_rule.0.allowed_headers.#: "" => "1"
cors_rule.0.allowed_headers.0: "" => "*"
cors_rule.0.allowed_methods.#: "" => "2"
cors_rule.0.allowed_methods.0: "" => "PUT"
cors_rule.0.allowed_methods.1: "" => "POST"
cors_rule.0.allowed_origins.#: "" => "1"
cors_rule.0.expose_headers.#: "" => "1"
cors_rule.0.expose_headers.0: "" => "ETag"
cors_rule.0.max_age_seconds: "" => "3000"
force_destroy: "" => "false"
hosted_zone_id: "" => "<computed>"
region: "" => "<computed>"
request_payer: "" => "<computed>"
versioning.#: "" => "<computed>"
website_domain: "" => "<computed>"
website_endpoint: "" => "<computed>"
2018/04/18 14:20:29 [TRACE] DiffTransformer: Resource "aws_s3_bucket.static": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"cors_rule.0.allowed_origins.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.allowed_methods.1":*terraform.ResourceAttrDiff{Old:"", New:"POST", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.expose_headers.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "hosted_zone_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "bucket_domain_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.allowed_headers.0":*terraform.ResourceAttrDiff{Old:"", New:"*", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "bucket":*terraform.ResourceAttrDiff{Old:"", New:"terraform-testingasdfa", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "acl":*terraform.ResourceAttrDiff{Old:"", New:"private", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.max_age_seconds":*terraform.ResourceAttrDiff{Old:"", New:"3000", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "website_endpoint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "versioning.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.expose_headers.0":*terraform.ResourceAttrDiff{Old:"", New:"ETag", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "force_destroy":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "acceleration_status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "website_domain":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.allowed_methods.#":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.allowed_headers.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "region":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cors_rule.0.allowed_methods.0":*terraform.ResourceAttrDiff{Old:"", New:"PUT", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "request_payer":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.DiffTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
2018/04/18 14:20:29 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/18 14:20:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_s3_bucket.static
2018/04/18 14:20:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"static", Type:"aws_s3_bucket", RawCount:(*config.RawConfig)(0xc420428070), RawConfig:(*config.RawConfig)(0xc420428000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
2018/04/18 14:20:29 [DEBUG] Resource state not found for "aws_s3_bucket.static": aws_s3_bucket.static
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
2018/04/18 14:20:29 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/18 14:20:29 [TRACE] Attach provider request: []string{} aws
2018/04/18 14:20:29 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203a6d20)}
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [DEBUG] resource aws_s3_bucket.static using provider provider.aws
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.LocalTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.OutputTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [DEBUG] ReferenceTransformer: "aws_s3_bucket.static" references: []
2018/04/18 14:20:29 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:29 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.static - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.static - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/18 14:20:29 [DEBUG] Starting graph walk: walkApply
2018/04/18 14:20:29 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:29 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/18 14:20:29 [TRACE] dag/walk: added new vertex: "root"
2018/04/18 14:20:29 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.static"
2018/04/18 14:20:29 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/18 14:20:29 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:29 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:29 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/18 14:20:29 [TRACE] dag/walk: added edge: "aws_s3_bucket.static" waiting on "provider.aws"
2018/04/18 14:20:29 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_s3_bucket.static"
2018/04/18 14:20:29 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/18 14:20:29 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/18 14:20:29 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket.static", sending new deps
2018/04/18 14:20:29 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/18 14:20:29 [TRACE] dag/walk: walking "provider.aws"
2018/04/18 14:20:29 [TRACE] vertex 'root.provider.aws': walking
2018/04/18 14:20:29 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/18 14:20:29 [TRACE] [walkApply] Entering eval tree: provider.aws
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/18 14:20:29 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:29 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:29 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-18T14:20:29.471-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:29 [INFO] No assume_role block read from configuration
2018-04-18T14:20:29.471-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:29 [INFO] Building AWS region structure
2018-04-18T14:20:29.471-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:29 [INFO] Building AWS auth structure
2018-04-18T14:20:29.471-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:29 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-18T14:20:30.237-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:30 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-18T14:20:30.237-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:30 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-18T14:20:30.238-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:30 [INFO] Initializing DeviceFarm SDK connection
2018-04-18T14:20:30.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:30 [DEBUG] Trying to get account ID via iam:GetUser
2018/04/18 14:20:31 [TRACE] [walkApply] Exiting eval tree: provider.aws
2018/04/18 14:20:31 [TRACE] dag/walk: walking "aws_s3_bucket.static"
2018/04/18 14:20:31 [TRACE] vertex 'root.aws_s3_bucket.static': walking
2018/04/18 14:20:31 [TRACE] vertex 'root.aws_s3_bucket.static': evaluating
2018/04/18 14:20:31 [TRACE] [walkApply] Entering eval tree: aws_s3_bucket.static
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalSequence
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalReadDiff
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalIf
2018/04/18 14:20:31 [TRACE] root: eval: terraform.EvalNoop
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalIf
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalReadState
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalDiff
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalReadDiff
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalReadState
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalApplyPre
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalApply
2018/04/18 14:20:31 [DEBUG] apply: aws_s3_bucket.static: executing Apply
2018-04-18T14:20:31.215-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] S3 bucket create: terraform-testingasdfa, ACL: private
2018-04-18T14:20:31.215-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] S3 bucket create: terraform-testingasdfa, using region: us-east-1
2018-04-18T14:20:31.215-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] Waiting for state to become: [success]
2018-04-18T14:20:31.215-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] Trying to create new S3 bucket: "terraform-testingasdfa"
2018-04-18T14:20:31.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] S3 bucket: terraform-testingasdfa, put CORS: "allowed_headers", []interface {}{"*"}
2018-04-18T14:20:31.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] S3 bucket: terraform-testingasdfa, put CORS: "allowed_methods", []interface {}{"PUT", "POST"}
2018-04-18T14:20:31.849-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: 2018/04/18 14:20:31 [DEBUG] S3 bucket: terraform-testingasdfa, put CORS: "allowed_origins", []interface {}{interface {}(nil)}
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: panic: interface conversion: interface {} is nil, not string
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4:
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: goroutine 147 [running]:
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsS3BucketCorsUpdate(0xc4203de3c0, 0xc4201d3ab0, 0x9, 0x1)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_s3_bucket.go:1262 +0xfec
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsS3BucketUpdate(0xc4201d3ab0, 0x33854c0, 0xc4200b0000, 0x0, 0x0)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_s3_bucket.go:568 +0x71f
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsS3BucketCreate(0xc4201d3ab0, 0x33854c0, 0xc4200b0000, 0xc4201d3ab0, 0x0)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_s3_bucket.go:552 +0x742
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc4205a6070, 0xc4208f66e0, 0xc42069e520, 0x33854c0, 0xc4200b0000, 0x1, 0xc420616030, 0xc420616030)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:227 +0x364
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc4202bd2d0, 0xc4208f6690, 0xc4208f66e0, 0xc42069e520, 0x64bb000, 0x0, 0x18)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:283 +0xa4
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Apply(0xc4204a26c0, 0xc42069e0e0, 0xc420482ab0, 0x0, 0x0)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:527 +0x57
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: reflect.Value.call(0xc4203ce660, 0xc4201662c0, 0x13, 0x37c93a6, 0x4, 0xc420277f20, 0x3, 0x3, 0x10036d3, 0xc42014b180, ...)
2018-04-18T14:20:31.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-04-18T14:20:31.852-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: reflect.Value.Call(0xc4203ce660, 0xc4201662c0, 0x13, 0xc4202eb720, 0x3, 0x3, 0xc4202eb720, 0xc4202eb728, 0xc42015c780)
2018-04-18T14:20:31.852-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-04-18T14:20:31.852-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: net/rpc.(*service).call(0xc42099a280, 0xc420706050, 0xc420704340, 0xc4204d4200, 0xc4204a2c80, 0x2ea0820, 0xc42069e0e0, 0x16, 0x2ea0860, 0xc420482ab0, ...)
2018-04-18T14:20:31.852-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-04-18T14:20:31.852-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: created by net/rpc.(*Server).ServeCodec
2018-04-18T14:20:31.852-0700 [DEBUG] plugin.terraform-provider-aws_v1.15.0_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalIf
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/04/18 14:20:31 [TRACE] root: eval: *terraform.EvalApplyPost
2018/04/18 14:20:31 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* aws_s3_bucket.static: unexpected EOF
2018/04/18 14:20:31 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* aws_s3_bucket.static: unexpected EOF
2018/04/18 14:20:31 [TRACE] [walkApply] Exiting eval tree: aws_s3_bucket.static
2018/04/18 14:20:31 [TRACE] dag/walk: upstream errored, not walking "provider.aws (close)"
2018/04/18 14:20:31 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2018/04/18 14:20:31 [TRACE] dag/walk: upstream errored, not walking "root"
2018-04-18T14:20:31.857-0700 [DEBUG] plugin: plugin process exited: path=/Users/me/projects/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.15.0_x4
2018/04/18 14:20:31 [TRACE] Preserving existing state lineage "e404fbdf-012a-cc93-4eac-2aee0c9ccda1"
2018/04/18 14:20:31 [TRACE] Preserving existing state lineage "e404fbdf-012a-cc93-4eac-2aee0c9ccda1"
2018/04/18 14:20:31 [TRACE] Preserving existing state lineage "e404fbdf-012a-cc93-4eac-2aee0c9ccda1"
2018/04/18 14:20:31 [TRACE] Preserving existing state lineage "e404fbdf-012a-cc93-4eac-2aee0c9ccda1"
2018/04/18 14:20:31 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-04-18T14:20:31.860-0700 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment