Skip to content

Instantly share code, notes, and snippets.

@zarnovican
Created August 2, 2018 13:09
Show Gist options
  • Save zarnovican/39d8e301843b03d50a20bc9bc34f3749 to your computer and use it in GitHub Desktop.
Save zarnovican/39d8e301843b03d50a20bc9bc34f3749 to your computer and use it in GitHub Desktop.
aws_opsworks_application: environment var value is not refreshed
2018/08/02 15:02:00 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2018/08/02 15:02:00 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/08/02 15:02:00 [INFO] Go runtime version: go1.10.1
2018/08/02 15:02:00 [INFO] CLI args: []string{"/home/zarnovic/bin/terraform", "apply"}
2018/08/02 15:02:00 [DEBUG] Attempting to open CLI config file: /home/zarnovic/.terraformrc
2018/08/02 15:02:00 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/02 15:02:00 [INFO] CLI command args: []string{"apply"}
2018/08/02 15:02:00 [INFO] command: empty terraform config, returning nil
2018/08/02 15:02:00 [DEBUG] command: no data state file found for backend config
2018/08/02 15:02:00 [DEBUG] New state was assigned lineage "768621c1-2d14-eb91-e6e0-9f134099a8bb"
2018/08/02 15:02:00 [INFO] command: backend initialized: <nil>
2018/08/02 15:02:00 [DEBUG] checking for provider in "."
2018/08/02 15:02:00 [DEBUG] checking for provider in "/home/zarnovic/bin"
2018/08/02 15:02:00 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2018/08/02 15:02:00 [DEBUG] found provider "terraform-provider-aws_v1.30.0_x4"
2018/08/02 15:02:00 [DEBUG] found valid plugin: "aws", "1.30.0", "/home/zarnovic/git/slido/terraform/env/test1/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.30.0_x4"
2018/08/02 15:02:00 [DEBUG] checking for provisioner in "."
2018/08/02 15:02:00 [DEBUG] checking for provisioner in "/home/zarnovic/bin"
2018/08/02 15:02:00 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2018/08/02 15:02:00 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/02 15:02:00 [INFO] backend/local: starting Apply operation
2018/08/02 15:02:00 [TRACE] Preserving existing state lineage "8b194275-dcf2-9e20-0ee0-386b99cc6498"
2018/08/02 15:02:00 [TRACE] Preserving existing state lineage "8b194275-dcf2-9e20-0ee0-386b99cc6498"
2018/08/02 15:02:00 [INFO] terraform: building graph: GraphTypeInput
2018/08/02 15:02:00 [TRACE] ConfigTransformer: Starting for path: []
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.LocalTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.OutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_role.opsworks_service
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_service", Type:"aws_iam_role", RawCount:(*config.RawConfig)(0xc42044a0e0), RawConfig:(*config.RawConfig)(0xc42044a070), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_instance", Type:"aws_iam_instance_profile", RawCount:(*config.RawConfig)(0xc42044a1c0), RawConfig:(*config.RawConfig)(0xc42044a150), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_stack.test1
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1", Type:"aws_opsworks_stack", RawCount:(*config.RawConfig)(0xc4203b43f0), RawConfig:(*config.RawConfig)(0xc4203e08c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_application.test1-app
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1-app", Type:"aws_opsworks_application", RawCount:(*config.RawConfig)(0xc42044a000), RawConfig:(*config.RawConfig)(0xc4203b4460), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420446280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc420446230), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4204461e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204462d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
2018/08/02 15:02:00 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/02 15:02:00 [TRACE] Attach provider request: []string{} aws
2018/08/02 15:02:00 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203e0850)}
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [DEBUG] resource aws_opsworks_stack.test1 using provider provider.aws
2018/08/02 15:02:00 [DEBUG] resource aws_opsworks_application.test1-app using provider provider.aws
2018/08/02 15:02:00 [DEBUG] resource data.aws_iam_role.opsworks_service using provider provider.aws
2018/08/02 15:02:00 [DEBUG] resource data.aws_iam_instance_profile.opsworks_instance using provider provider.aws
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: [aws_opsworks_stack.test1]
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: [data.aws_iam_instance_profile.opsworks_instance data.aws_iam_role.opsworks_service]
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
aws_opsworks_stack.test1 - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/08/02 15:02:00 [DEBUG] Starting graph walk: walkInput
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "root"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "data.aws_iam_role.opsworks_service" waiting on "provider.aws"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "data.aws_iam_instance_profile.opsworks_instance" waiting on "provider.aws"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "aws_opsworks_application.test1-app" waiting on "aws_opsworks_stack.test1"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "data.aws_iam_role.opsworks_service", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "data.aws_iam_instance_profile.opsworks_instance", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "aws_opsworks_application.test1-app", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "aws_opsworks_stack.test1", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: walking "provider.aws"
2018/08/02 15:02:00 [TRACE] vertex 'root.provider.aws': walking
2018/08/02 15:02:00 [TRACE] vertex 'root.provider.aws': evaluating
2018/08/02 15:02:00 [TRACE] [walkInput] Entering eval tree: provider.aws
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalInitProvider
2018-08-02T15:02:00.940+0200 [DEBUG] plugin: starting plugin: path=/home/zarnovic/git/slido/terraform/env/test1/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.30.0_x4 args=[/home/zarnovic/git/slido/terraform/env/test1/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.30.0_x4]
2018-08-02T15:02:00.940+0200 [DEBUG] plugin: waiting for RPC address: path=/home/zarnovic/git/slido/terraform/env/test1/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.30.0_x4
2018-08-02T15:02:00.951+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: plugin address: timestamp=2018-08-02T15:02:00.951+0200 address=/tmp/plugin871750216 network=unix
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalInputProvider
2018/08/02 15:02:00 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:00 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:00 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:00 [TRACE] [walkInput] Exiting eval tree: provider.aws
2018/08/02 15:02:00 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:00 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:00 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:00 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:00 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:00 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:00 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:00 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:00 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/08/02 15:02:00 [TRACE] dag/walk: walking "provider.aws (close)"
2018/08/02 15:02:00 [TRACE] vertex 'root.provider.aws (close)': walking
2018/08/02 15:02:00 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/08/02 15:02:00 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/08/02 15:02:00 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/08/02 15:02:00 [TRACE] [walkInput] Exiting eval tree: provider.aws (close)
2018/08/02 15:02:00 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/08/02 15:02:00 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_stack.test1.0", replace "aws_opsworks_stack.test1"
2018/08/02 15:02:00 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_instance_profile.opsworks_instance.0", replace "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:00 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_role.opsworks_service.0", replace "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:00 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_application.test1-app.0", replace "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:00 [TRACE] dag/walk: walking "root"
2018/08/02 15:02:00 [TRACE] vertex 'root.root': walking
2018/08/02 15:02:00 [INFO] terraform: building graph: GraphTypeValidate
2018/08/02 15:02:00 [TRACE] ConfigTransformer: Starting for path: []
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.LocalTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.OutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_role.opsworks_service
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_service", Type:"aws_iam_role", RawCount:(*config.RawConfig)(0xc42044a0e0), RawConfig:(*config.RawConfig)(0xc42044a070), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_instance", Type:"aws_iam_instance_profile", RawCount:(*config.RawConfig)(0xc42044a1c0), RawConfig:(*config.RawConfig)(0xc42044a150), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_stack.test1
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1", Type:"aws_opsworks_stack", RawCount:(*config.RawConfig)(0xc4203b43f0), RawConfig:(*config.RawConfig)(0xc4203e08c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_application.test1-app
2018/08/02 15:02:00 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1-app", Type:"aws_opsworks_application", RawCount:(*config.RawConfig)(0xc42044a000), RawConfig:(*config.RawConfig)(0xc4203b4460), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204462d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420446280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc420446230), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4204461e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
2018/08/02 15:02:00 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/02 15:02:00 [TRACE] Attach provider request: []string{} aws
2018/08/02 15:02:00 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203e0850)}
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [DEBUG] resource data.aws_iam_role.opsworks_service using provider provider.aws
2018/08/02 15:02:00 [DEBUG] resource data.aws_iam_instance_profile.opsworks_instance using provider provider.aws
2018/08/02 15:02:00 [DEBUG] resource aws_opsworks_stack.test1 using provider provider.aws
2018/08/02 15:02:00 [DEBUG] resource aws_opsworks_application.test1-app using provider provider.aws
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: [data.aws_iam_instance_profile.opsworks_instance data.aws_iam_role.opsworks_service]
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: [aws_opsworks_stack.test1]
2018/08/02 15:02:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/08/02 15:02:00 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
aws_opsworks_stack.test1 - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/08/02 15:02:00 [DEBUG] Starting graph walk: walkValidate
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "root"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:00 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "aws_opsworks_application.test1-app" waiting on "aws_opsworks_stack.test1"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "data.aws_iam_role.opsworks_service" waiting on "provider.aws"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/08/02 15:02:00 [TRACE] dag/walk: added edge: "data.aws_iam_instance_profile.opsworks_instance" waiting on "provider.aws"
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "aws_opsworks_application.test1-app", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "aws_opsworks_stack.test1", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "data.aws_iam_role.opsworks_service", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: dependencies changed for "data.aws_iam_instance_profile.opsworks_instance", sending new deps
2018/08/02 15:02:00 [TRACE] dag/walk: walking "provider.aws"
2018/08/02 15:02:00 [TRACE] vertex 'root.provider.aws': walking
2018/08/02 15:02:00 [TRACE] vertex 'root.provider.aws': evaluating
2018/08/02 15:02:00 [TRACE] [walkValidate] Entering eval tree: provider.aws
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalInitProvider
2018/08/02 15:02:00 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/08/02 15:02:00 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/08/02 15:02:01 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:01 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2018/08/02 15:02:01 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:01 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateCount
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateCount
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': expanding/walking dynamic subgraph
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': expanding/walking dynamic subgraph
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420446280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204462d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:01 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:01 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResource
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResource
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:01 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_stack.test1': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateCount
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_stack.test1': expanding/walking dynamic subgraph
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_opsworks_stack.test1 - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc420446230), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_stack.test1 - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_stack.test1 - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_stack.test1 - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_stack.test1 - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:01 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_stack.test1': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResource
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:01 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_application.test1-app': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateCount
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_application.test1-app': expanding/walking dynamic subgraph
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4204461e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodeValidatableResourceInstance
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:01 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.aws_opsworks_application.test1-app': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalValidateResource
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:01 [TRACE] dag/walk: walking "provider.aws (close)"
2018/08/02 15:02:01 [TRACE] vertex 'root.provider.aws (close)': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2018/08/02 15:02:01 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:01 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/08/02 15:02:01 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/08/02 15:02:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_role.opsworks_service.0", replace "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_application.test1-app.0", replace "aws_opsworks_application.test1-app"
2018/08/02 15:02:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_stack.test1.0", replace "aws_opsworks_stack.test1"
2018/08/02 15:02:01 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_instance_profile.opsworks_instance.0", replace "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:01 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:01 [TRACE] dag/walk: walking "root"
2018/08/02 15:02:01 [TRACE] vertex 'root.root': walking
2018/08/02 15:02:01 [INFO] backend/local: apply calling Refresh
2018/08/02 15:02:01 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/02 15:02:01 [TRACE] ConfigTransformer: Starting for path: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
2018/08/02 15:02:01 [TRACE] ConfigTransformer: Starting for path: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4200b6f50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc4200b6f00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4200b6eb0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4200b6fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
2018/08/02 15:02:01 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/08/02 15:02:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_stack.test1
2018/08/02 15:02:01 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1", Type:"aws_opsworks_stack", RawCount:(*config.RawConfig)(0xc4203b43f0), RawConfig:(*config.RawConfig)(0xc4203e08c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_application.test1-app
2018/08/02 15:02:01 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1-app", Type:"aws_opsworks_application", RawCount:(*config.RawConfig)(0xc42044a000), RawConfig:(*config.RawConfig)(0xc4203b4460), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_role.opsworks_service
2018/08/02 15:02:01 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_service", Type:"aws_iam_role", RawCount:(*config.RawConfig)(0xc42044a0e0), RawConfig:(*config.RawConfig)(0xc42044a070), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:01 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_instance", Type:"aws_iam_instance_profile", RawCount:(*config.RawConfig)(0xc42044a1c0), RawConfig:(*config.RawConfig)(0xc42044a150), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
2018/08/02 15:02:01 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/02 15:02:01 [TRACE] Attach provider request: []string{} aws
2018/08/02 15:02:01 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203e0850)}
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [DEBUG] resource data.aws_iam_instance_profile.opsworks_instance using provider provider.aws
2018/08/02 15:02:01 [DEBUG] resource aws_opsworks_stack.test1 using provider provider.aws
2018/08/02 15:02:01 [DEBUG] resource aws_opsworks_application.test1-app using provider provider.aws
2018/08/02 15:02:01 [DEBUG] resource data.aws_iam_role.opsworks_service using provider provider.aws
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.LocalTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.OutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: [data.aws_iam_instance_profile.opsworks_instance data.aws_iam_role.opsworks_service]
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: [aws_opsworks_stack.test1]
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:01 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:01 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResource
2018/08/02 15:02:01 [DEBUG] Starting graph walk: walkRefresh
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/08/02 15:02:01 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/08/02 15:02:01 [TRACE] dag/walk: added edge: "data.aws_iam_role.opsworks_service" waiting on "provider.aws"
2018/08/02 15:02:01 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:01 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:01 [TRACE] dag/walk: added edge: "data.aws_iam_instance_profile.opsworks_instance" waiting on "provider.aws"
2018/08/02 15:02:01 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:01 [TRACE] dag/walk: added edge: "aws_opsworks_application.test1-app" waiting on "aws_opsworks_stack.test1"
2018/08/02 15:02:01 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/08/02 15:02:01 [TRACE] dag/walk: dependencies changed for "aws_opsworks_application.test1-app", sending new deps
2018/08/02 15:02:01 [TRACE] dag/walk: dependencies changed for "data.aws_iam_role.opsworks_service", sending new deps
2018/08/02 15:02:01 [TRACE] dag/walk: dependencies changed for "aws_opsworks_stack.test1", sending new deps
2018/08/02 15:02:01 [TRACE] dag/walk: dependencies changed for "data.aws_iam_instance_profile.opsworks_instance", sending new deps
2018/08/02 15:02:01 [TRACE] dag/walk: walking "provider.aws"
2018/08/02 15:02:01 [TRACE] vertex 'root.provider.aws': walking
2018/08/02 15:02:01 [TRACE] vertex 'root.provider.aws': evaluating
2018/08/02 15:02:01 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInitProvider
2018/08/02 15:02:01 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:01 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:01 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-08-02T15:02:01.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] No assume_role block read from configuration
2018-08-02T15:02:01.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] Building AWS region structure
2018-08-02T15:02:01.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] Building AWS auth structure
2018-08-02T15:02:01.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] Setting AWS metadata API timeout to 100ms
2018-08-02T15:02:01.454+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-08-02T15:02:01.456+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-08-02T15:02:01.457+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2018-08-02T15:02:01.457+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [INFO] Initializing DeviceFarm SDK connection
2018-08-02T15:02:01.458+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-08-02T15:02:01.458+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:01.458+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:01.458+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: sts.amazonaws.com
2018-08-02T15:02:01.458+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:01.458+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 43
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1730d5be3050eecc9fe99fafa6952ddaa5c7e7173cc4b3173784be5d1a1cff3d
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130201Z
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-08-02T15:02:01.459+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 413
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:01 GMT
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 3f7ebe21-9654-11e8-860e-737f72b462c8
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <GetCallerIdentityResult>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:user/brano.zarnovican</Arn>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <UserId>AIDAIZDRNNK6FA73RABIY</UserId>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Account>280210870510</Account>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetCallerIdentityResult>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <ResponseMetadata>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RequestId>3f7ebe21-9654-11e8-860e-737f72b462c8</RequestId>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </ResponseMetadata>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetCallerIdentityResponse>
2018-08-02T15:02:02.229+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] Trying to get account ID via iam:GetUser
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: iam.amazonaws.com
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 33
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=dff1f8245874ba1d06e347bdf01017b6afb2034101fcc1b8e10c39cdc9ffe708
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130202Z
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=GetUser&Version=2010-05-08
2018-08-02T15:02:02.230+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 481
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:02 GMT
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 3fea0319-9654-11e8-8a31-0fc9aa1afcf2
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <GetUserResult>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <User>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Path>/</Path>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <UserName>brano.zarnovican</UserName>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:user/brano.zarnovican</Arn>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <UserId>AIDAIZDRNNK6FA73RABIY</UserId>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <CreateDate>2018-05-14T07:24:59Z</CreateDate>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </User>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetUserResult>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <ResponseMetadata>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RequestId>3fea0319-9654-11e8-8a31-0fc9aa1afcf2</RequestId>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </ResponseMetadata>
2018-08-02T15:02:02.959+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetUserResponse>
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:02 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 87
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d0172606916f42f9e36102f3eaa3ea999fdfc66bd37bfd21552b250bccb3384b
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130202Z
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:02.960+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-08-02T15:02:02.961+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Transfer-Encoding: chunked
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml;charset=UTF-8
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:03 GMT
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Server: AmazonEC2
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Vary: Accept-Encoding
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:03.735+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <requestId>b1b384ab-e16a-4456-a8bb-a73df54a61e5</requestId>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <accountAttributeSet>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <item>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <attributeName>supported-platforms</attributeName>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <attributeValueSet>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <item>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <attributeValue>VPC</attributeValue>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </item>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </attributeValueSet>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </item>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </accountAttributeSet>
2018-08-02T15:02:03.736+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </DescribeAccountAttributesResponse>
2018/08/02 15:02:03 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2018/08/02 15:02:03 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:03 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': evaluating
2018/08/02 15:02:03 [TRACE] [walkRefresh] Entering eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': evaluating
2018/08/02 15:02:03 [TRACE] [walkRefresh] Entering eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:03 [TRACE] [walkRefresh] Exiting eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': expanding/walking dynamic subgraph
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:03 [TRACE] OrphanResourceCount: Checking: data.aws_iam_role.opsworks_service
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4200b6fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:03 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:03 [TRACE] [walkRefresh] Exiting eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': expanding/walking dynamic subgraph
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': evaluating
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:03 [TRACE] [walkRefresh] Entering eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:03 [TRACE] OrphanResourceCount: Checking: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4200b6f50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodeRefreshableDataResourceInstance
2018/08/02 15:02:03 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:03 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:03 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': evaluating
2018/08/02 15:02:03 [TRACE] [walkRefresh] Entering eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:03 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalReadDataDiff
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:03 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalReadDataDiff
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalReadDataApply
2018/08/02 15:02:03 [TRACE] root: eval: *terraform.EvalReadDataApply
2018-08-02T15:02:03.744+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:03 [DEBUG] Reading IAM Instance Profile: {
2018-08-02T15:02:03.744+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: InstanceProfileName: "staging_opsworks_instance"
2018-08-02T15:02:03.744+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: }
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:03 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetInstanceProfile Details:
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: iam.amazonaws.com
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 90
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5ca92f8a35a9b425659b2559751a226e310ecab44a5a20f149a4dd02924ba5c4
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130203Z
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=GetInstanceProfile&InstanceProfileName=staging_opsworks_instance&Version=2010-05-08
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:03 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details:
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: iam.amazonaws.com
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 67
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=741d6687fd10d2cf1ff6c7cd683a9d427b2435dc70211ca778f93de125ffecf1
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130203Z
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=GetRole&RoleName=staging_opsworks_service&Version=2010-05-08
2018-08-02T15:02:03.745+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:04 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetInstanceProfile Details:
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 1238
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:03 GMT
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 40b96101-9654-11e8-af76-03ae57c826bc
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:04 [DEBUG] [aws-sdk-go] <GetInstanceProfileResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <GetInstanceProfileResult>
2018-08-02T15:02:04.332+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <InstanceProfile>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Path>/</Path>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <InstanceProfileName>staging_opsworks_instance</InstanceProfileName>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Roles>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <member>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Path>/</Path>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Sid%22%3A%22%22%2C%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22ec2.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RoleId>AROAJQIGDXMVZ7OEGNM4W</RoleId>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RoleName>staging_opsworks_instance</RoleName>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:role/staging_opsworks_instance</Arn>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <CreateDate>2018-07-06T12:59:24Z</CreateDate>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </member>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </Roles>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:instance-profile/staging_opsworks_instance</Arn>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <InstanceProfileId>AIPAIXMVHN4FYSNYIWDPE</InstanceProfileId>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <CreateDate>2018-07-06T12:59:25Z</CreateDate>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </InstanceProfile>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetInstanceProfileResult>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <ResponseMetadata>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RequestId>40b96101-9654-11e8-af76-03ae57c826bc</RequestId>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </ResponseMetadata>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetInstanceProfileResponse>
2018-08-02T15:02:04.333+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:04 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details:
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 838
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:03 GMT
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 40b96100-9654-11e8-af76-03ae57c826bc
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalWriteState
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:04 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalUpdateStateHook
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <GetRoleResult>
2018/08/02 15:02:04 [TRACE] [walkRefresh] Exiting eval tree: data.aws_iam_instance_profile.opsworks_instance
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Role>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Path>/</Path>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Sid%22%3A%22%22%2C%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22opsworks.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <MaxSessionDuration>3600</MaxSessionDuration>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RoleId>AROAIYJB4UQPYFD3H62WW</RoleId>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RoleName>staging_opsworks_service</RoleName>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:role/staging_opsworks_service</Arn>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <CreateDate>2018-07-06T12:59:24Z</CreateDate>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </Role>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetRoleResult>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <ResponseMetadata>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RequestId>40b96100-9654-11e8-af76-03ae57c826bc</RequestId>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </ResponseMetadata>
2018-08-02T15:02:04.334+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetRoleResponse>
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalUpdateStateHook
2018/08/02 15:02:04 [TRACE] [walkRefresh] Exiting eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:04 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:04 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:04 [TRACE] vertex 'root.aws_opsworks_stack.test1': evaluating
2018/08/02 15:02:04 [TRACE] [walkRefresh] Entering eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:04 [TRACE] [walkRefresh] Exiting eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:04 [TRACE] vertex 'root.aws_opsworks_stack.test1': expanding/walking dynamic subgraph
2018/08/02 15:02:04 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:04 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:04 [TRACE] OrphanResourceCount: Checking: aws_opsworks_stack.test1
2018/08/02 15:02:04 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:04 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc4200b6f00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:04 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:04 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:04 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: []
2018/08/02 15:02:04 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:04 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_stack.test1 - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:04 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:04 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:04 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:04 [TRACE] vertex 'root.aws_opsworks_stack.test1': evaluating
2018/08/02 15:02:04 [TRACE] [walkRefresh] Entering eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalReadState
2018/08/02 15:02:04 [TRACE] root: eval: *terraform.EvalRefresh
2018-08-02T15:02:04.338+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:04 [DEBUG] Reading OpsWorks stack: d2a72dcb-6647-4871-aa95-0dac4abd661f
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:04 [DEBUG] [aws-sdk-go] DEBUG: Request opsworks/DescribeStacks Details:
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: opsworks.us-east-1.amazonaws.com
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 53
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/opsworks/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=ff1643974e2918c123024455f5712a5add2e6d5455837d19447355397368c5ad
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-amz-json-1.1
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130204Z
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Target: OpsWorks_20130218.DescribeStacks
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:04.339+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:05.163+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] [aws-sdk-go] DEBUG: Response opsworks/DescribeStacks Details:
2018-08-02T15:02:05.163+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 909
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-amz-json-1.1
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:05 GMT
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: b2f876fe-2aff-421c-8b49-38bf669ecb02
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] [aws-sdk-go] {"Stacks":[{"AgentVersion":"3449-20180605035318","Arn":"arn:aws:opsworks:us-east-1:280210870510:stack/d2a72dcb-6647-4871-aa95-0dac4abd661f/","Attributes":{"Color":null},"ChefConfiguration":{"BerkshelfVersion":"3.2.0","ManageBerkshelf":false},"ConfigurationManager":{"Name":"Chef","Version":"11.10"},"CreatedAt":"2018-08-02T08:11:58+00:00","CustomCookbooksSource":{},"DefaultAvailabilityZone":"us-east-1a","DefaultInstanceProfileArn":"arn:aws:iam::280210870510:instance-profile/staging_opsworks_instance","DefaultOs":"Ubuntu 12.04 LTS","DefaultRootDeviceType":"instance-store","DefaultSubnetId":"subnet-050cd887b2b21b89b","HostnameTheme":"Layer_Dependent","Name":"test1","Region":"us-east-1","ServiceRoleArn":"arn:aws:iam::280210870510:role/staging_opsworks_service","StackId":"d2a72dcb-6647-4871-aa95-0dac4abd661f","UseCustomCookbooks":false,"UseOpsworksSecurityGroups":true,"VpcId":"vpc-0ebf0e1eec8bd2ddf"}]}
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] Setting stack_endpoint for (d2a72dcb-6647-4871-aa95-0dac4abd661f) to (us-east-1)
2018-08-02T15:02:05.164+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] Breaking stack endpoint search, found stack for (d2a72dcb-6647-4871-aa95-0dac4abd661f)
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:05 [TRACE] [walkRefresh] Exiting eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:05 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:05 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:05 [TRACE] vertex 'root.aws_opsworks_application.test1-app': evaluating
2018/08/02 15:02:05 [TRACE] [walkRefresh] Entering eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:05 [TRACE] [walkRefresh] Exiting eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:05 [TRACE] vertex 'root.aws_opsworks_application.test1-app': expanding/walking dynamic subgraph
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:05 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:05 [TRACE] OrphanResourceCount: Checking: aws_opsworks_application.test1-app
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:05 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4200b6eb0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:05 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: []
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodeRefreshableManagedResourceInstance
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:05 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:05 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:05 [TRACE] vertex 'root.aws_opsworks_application.test1-app': evaluating
2018/08/02 15:02:05 [TRACE] [walkRefresh] Entering eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalReadState
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalRefresh
2018-08-02T15:02:05.171+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] Reading OpsWorks app: 86b569bb-03a8-46e4-9644-adaf93538ca1
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] [aws-sdk-go] DEBUG: Request opsworks/DescribeApps Details:
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: opsworks.us-east-1.amazonaws.com
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 51
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/opsworks/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=716fe39c7f300437eef248405aae48f543774ec6649b643480d90360aaf482e3
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-amz-json-1.1
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130205Z
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Target: OpsWorks_20130218.DescribeApps
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:05.172+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] [aws-sdk-go] DEBUG: Response opsworks/DescribeApps Details:
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 457
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-amz-json-1.1
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:05 GMT
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 6038cc45-2f2c-4f83-9133-caed498d4076
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:05.835+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] [aws-sdk-go] {"Apps":[{"AppId":"86b569bb-03a8-46e4-9644-adaf93538ca1","AppSource":{"Type":"other"},"Attributes":{"AutoBundleOnDeploy":"true","AwsFlowRubySettings":"{}","DocumentRoot":null,"RailsEnv":null},"CreatedAt":"2018-08-02T08:12:30+00:00","DataSources":[],"EnableSsl":false,"Environment":[{"Key":"FOO","Secure":false,"Value":"baz"}],"Name":"test1-app","Shortname":"test1-app","SslConfiguration":{},"StackId":"d2a72dcb-6647-4871-aa95-0dac4abd661f","Type":"other"}]}
2018-08-02T15:02:05.836+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] envs: [{
2018-08-02T15:02:05.836+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Key: "FOO",
2018-08-02T15:02:05.836+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Secure: false,
2018-08-02T15:02:05.836+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Value: "baz"
2018-08-02T15:02:05.836+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: }] 1
2018-08-02T15:02:05.836+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [DEBUG] v: map[key:FOO value:baz secure:%!s(*string=0x4f3cfc0)]
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:05 [TRACE] [walkRefresh] Exiting eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:05 [TRACE] dag/walk: walking "provider.aws (close)"
2018/08/02 15:02:05 [TRACE] vertex 'root.provider.aws (close)': walking
2018/08/02 15:02:05 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/08/02 15:02:05 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/08/02 15:02:05 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2018/08/02 15:02:05 [INFO] backend/local: apply calling Plan
2018/08/02 15:02:05 [INFO] terraform: building graph: GraphTypePlan
2018/08/02 15:02:05 [TRACE] ConfigTransformer: Starting for path: []
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.LocalTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.OutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/08/02 15:02:05 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_application.test1-app
2018/08/02 15:02:05 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1-app", Type:"aws_opsworks_application", RawCount:(*config.RawConfig)(0xc42044a000), RawConfig:(*config.RawConfig)(0xc4203b4460), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:05 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_role.opsworks_service
2018/08/02 15:02:05 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_service", Type:"aws_iam_role", RawCount:(*config.RawConfig)(0xc42044a0e0), RawConfig:(*config.RawConfig)(0xc42044a070), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:05 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:05 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"opsworks_instance", Type:"aws_iam_instance_profile", RawCount:(*config.RawConfig)(0xc42044a1c0), RawConfig:(*config.RawConfig)(0xc42044a150), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:05 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_opsworks_stack.test1
2018/08/02 15:02:05 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test1", Type:"aws_opsworks_stack", RawCount:(*config.RawConfig)(0xc4203b43f0), RawConfig:(*config.RawConfig)(0xc4203e08c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420350370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:05 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203504b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:05 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc420350460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:05 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4203503c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
2018/08/02 15:02:05 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/02 15:02:05 [TRACE] Attach provider request: []string{} aws
2018/08/02 15:02:05 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203e0850)}
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [DEBUG] resource data.aws_iam_role.opsworks_service using provider provider.aws
2018/08/02 15:02:05 [DEBUG] resource data.aws_iam_instance_profile.opsworks_instance using provider provider.aws
2018/08/02 15:02:05 [DEBUG] resource aws_opsworks_stack.test1 using provider provider.aws
2018/08/02 15:02:05 [DEBUG] resource aws_opsworks_application.test1-app using provider provider.aws
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:05 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:05 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: [data.aws_iam_instance_profile.opsworks_instance data.aws_iam_role.opsworks_service]
2018/08/02 15:02:05 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: [aws_opsworks_stack.test1]
2018/08/02 15:02:05 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/08/02 15:02:05 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
aws_opsworks_stack.test1 - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_opsworks_application.test1-app - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/08/02 15:02:05 [DEBUG] Starting graph walk: walkPlan
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "root"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:05 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "aws_opsworks_application.test1-app" waiting on "aws_opsworks_stack.test1"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_opsworks_application.test1-app"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "data.aws_iam_role.opsworks_service" waiting on "provider.aws"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "aws_opsworks_stack.test1" waiting on "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:05 [TRACE] dag/walk: added edge: "data.aws_iam_instance_profile.opsworks_instance" waiting on "provider.aws"
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "data.aws_iam_role.opsworks_service", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "data.aws_iam_instance_profile.opsworks_instance", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "aws_opsworks_application.test1-app", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "aws_opsworks_stack.test1", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/08/02 15:02:05 [TRACE] dag/walk: walking "provider.aws"
2018/08/02 15:02:05 [TRACE] vertex 'root.provider.aws': walking
2018/08/02 15:02:05 [TRACE] vertex 'root.provider.aws': evaluating
2018/08/02 15:02:05 [TRACE] [walkPlan] Entering eval tree: provider.aws
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalInitProvider
2018/08/02 15:02:05 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:05 [TRACE] root: eval: terraform.EvalNoop
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:05 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-08-02T15:02:05.850+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [INFO] No assume_role block read from configuration
2018-08-02T15:02:05.850+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [INFO] Building AWS region structure
2018-08-02T15:02:05.850+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [INFO] Building AWS auth structure
2018-08-02T15:02:05.850+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:05 [INFO] Setting AWS metadata API timeout to 100ms
2018-08-02T15:02:06.218+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-08-02T15:02:06.218+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-08-02T15:02:06.218+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]
2018-08-02T15:02:06.219+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [INFO] Initializing DeviceFarm SDK connection
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: sts.amazonaws.com
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 43
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3f9906dd75ad64e02944e7e70342603580bee67b511508eee9f7c20c925285ca
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130206Z
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-08-02T15:02:06.220+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 413
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:06 GMT
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 4230e501-9654-11e8-a6f0-ad174d3bbb05
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <GetCallerIdentityResult>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:user/brano.zarnovican</Arn>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <UserId>AIDAIZDRNNK6FA73RABIY</UserId>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Account>280210870510</Account>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetCallerIdentityResult>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <ResponseMetadata>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RequestId>4230e501-9654-11e8-a6f0-ad174d3bbb05</RequestId>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </ResponseMetadata>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetCallerIdentityResponse>
2018-08-02T15:02:06.760+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [DEBUG] Trying to get account ID via iam:GetUser
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:06 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: iam.amazonaws.com
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 33
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c52fd38be113cc27fb475501bb717daa6638c5de14f2c6f8d296edba1c750ae6
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130206Z
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=GetUser&Version=2010-05-08
2018-08-02T15:02:06.761+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 481
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:06 GMT
2018-08-02T15:02:07.326+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amzn-Requestid: 42854734-9654-11e8-8a31-0fc9aa1afcf2
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <GetUserResult>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <User>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Path>/</Path>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <UserName>brano.zarnovican</UserName>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <Arn>arn:aws:iam::280210870510:user/brano.zarnovican</Arn>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <UserId>AIDAIZDRNNK6FA73RABIY</UserId>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <CreateDate>2018-05-14T07:24:59Z</CreateDate>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </User>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetUserResult>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <ResponseMetadata>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <RequestId>42854734-9654-11e8-8a31-0fc9aa1afcf2</RequestId>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </ResponseMetadata>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </GetUserResponse>
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: POST / HTTP/1.1
2018-08-02T15:02:07.327+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: User-Agent: aws-sdk-go/1.14.33 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.8-dev
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Length: 87
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJ56HZDHA4YMNQBTQ/20180802/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=278d949b699f53d9011139fceea5d4731dc8e35c6a71e9d7c0ff797e3cbf021b
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: X-Amz-Date: 20180802T130207Z
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Accept-Encoding: gzip
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-08-02T15:02:07.328+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: ---[ RESPONSE ]--------------------------------------
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: HTTP/1.1 200 OK
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Connection: close
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Transfer-Encoding: chunked
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Content-Type: text/xml;charset=UTF-8
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Date: Thu, 02 Aug 2018 13:02:07 GMT
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Server: AmazonEC2
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: Vary: Accept-Encoding
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4:
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: -----------------------------------------------------
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <requestId>40a196a1-2d68-4e1a-961e-7c6a8ce7bbbb</requestId>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <accountAttributeSet>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <item>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <attributeName>supported-platforms</attributeName>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <attributeValueSet>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <item>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: <attributeValue>VPC</attributeValue>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </item>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </attributeValueSet>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </item>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </accountAttributeSet>
2018-08-02T15:02:07.891+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: </DescribeAccountAttributesResponse>
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2018/08/02 15:02:07 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:07 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': expanding/walking dynamic subgraph
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Checking: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] Attaching resource state to "data.aws_iam_instance_profile.opsworks_instance": &terraform.ResourceState{Type:"aws_iam_instance_profile", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203504b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] ReferenceTransformer: "data.aws_iam_instance_profile.opsworks_instance" references: []
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_instance_profile.opsworks_instance - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] dag/walk: added new vertex: "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:07 [TRACE] dag/walk: walking "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_instance_profile.opsworks_instance': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalReadState
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': expanding/walking dynamic subgraph
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Checking: data.aws_iam_role.opsworks_service
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [DEBUG] Attaching resource state to "data.aws_iam_role.opsworks_service": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420350370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf, err: early exit
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] ReferenceTransformer: "data.aws_iam_role.opsworks_service" references: []
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence, err: early exit
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: data.aws_iam_instance_profile.opsworks_instance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_role.opsworks_service - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] dag/walk: added new vertex: "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:07 [TRACE] dag/walk: walking "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.data.aws_iam_role.opsworks_service': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalReadState
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf, err: early exit
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence, err: early exit
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: data.aws_iam_role.opsworks_service
2018/08/02 15:02:07 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_stack.test1': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_stack.test1': expanding/walking dynamic subgraph
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_opsworks_stack.test1 - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Checking: aws_opsworks_stack.test1
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_opsworks_stack.test1 - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] Attaching resource state to "aws_opsworks_stack.test1": &terraform.ResourceState{Type:"aws_opsworks_stack", Dependencies:[]string{"data.aws_iam_instance_profile.opsworks_instance", "data.aws_iam_role.opsworks_service"}, Primary:(*terraform.InstanceState)(0xc420350460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_stack.test1 - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_stack.test1 - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] ReferenceTransformer: "aws_opsworks_stack.test1" references: []
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_stack.test1 - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_stack.test1 - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] dag/walk: added new vertex: "aws_opsworks_stack.test1"
2018/08/02 15:02:07 [TRACE] dag/walk: walking "aws_opsworks_stack.test1"
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_stack.test1': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_stack.test1': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalValidateResource
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalReadState
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalDiff
2018-08-02T15:02:07.902+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] Instance Diff is nil in Diff()
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: aws_opsworks_stack.test1
2018/08/02 15:02:07 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_application.test1-app': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalIf
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_application.test1-app': expanding/walking dynamic subgraph
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Starting...
2018/08/02 15:02:07 [TRACE] OrphanResourceCount: Checking: aws_opsworks_application.test1-app
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] Attaching resource state to "aws_opsworks_application.test1-app": &terraform.ResourceState{Type:"aws_opsworks_application", Dependencies:[]string{"aws_opsworks_stack.test1"}, Primary:(*terraform.InstanceState)(0xc4203503c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [DEBUG] ReferenceTransformer: "aws_opsworks_application.test1-app" references: []
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RootTransformer:
aws_opsworks_application.test1-app - *terraform.NodePlannableResourceInstance
2018/08/02 15:02:07 [TRACE] dag/walk: added new vertex: "aws_opsworks_application.test1-app"
2018/08/02 15:02:07 [TRACE] dag/walk: walking "aws_opsworks_application.test1-app"
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_application.test1-app': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.aws_opsworks_application.test1-app': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalSequence
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalInterpolate
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalGetProvider
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalValidateResource
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalReadState
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalDiff
2018-08-02T15:02:07.904+0200 [DEBUG] plugin.terraform-provider-aws_v1.30.0_x4: 2018/08/02 15:02:07 [DEBUG] Instance Diff is nil in Diff()
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalWriteState
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: aws_opsworks_application.test1-app
2018/08/02 15:02:07 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:07 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/08/02 15:02:07 [TRACE] dag/walk: walking "provider.aws (close)"
2018/08/02 15:02:07 [TRACE] vertex 'root.provider.aws (close)': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/08/02 15:02:07 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_role.opsworks_service.0", replace "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_application.test1-app.0", replace "aws_opsworks_application.test1-app"
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_stack.test1.0", replace "aws_opsworks_stack.test1"
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_instance_profile.opsworks_instance.0", replace "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:07 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2018/08/02 15:02:07 [TRACE] dag/walk: walking "root"
2018/08/02 15:02:07 [TRACE] vertex 'root.root': walking
2018/08/02 15:02:07 [INFO] terraform: building graph: GraphTypeApply
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.DiffTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
2018/08/02 15:02:07 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/08/02 15:02:07 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/08/02 15:02:07 [TRACE] Attach provider request: []string{} aws
2018/08/02 15:02:07 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203e0850)}
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/08/02 15:02:07 [DEBUG] pruning unused provider provider.aws
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.PruneProviderTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ParentProviderTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.graphTransformerMulti:
2018/08/02 15:02:07 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
2018/08/02 15:02:07 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ProvisionerTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.LocalTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.OutputTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.ReferenceTransformer:
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.CloseProviderTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.RootTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2018/08/02 15:02:07 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2018/08/02 15:02:07 [DEBUG] Starting graph walk: walkApply
2018/08/02 15:02:07 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:07 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/08/02 15:02:07 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/08/02 15:02:07 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/08/02 15:02:07 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:07 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_instance_profile.opsworks_instance.0", replace "data.aws_iam_instance_profile.opsworks_instance"
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.aws_iam_role.opsworks_service.0", replace "data.aws_iam_role.opsworks_service"
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_application.test1-app.0", replace "aws_opsworks_application.test1-app"
2018/08/02 15:02:07 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_opsworks_stack.test1.0", replace "aws_opsworks_stack.test1"
2018/08/02 15:02:07 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/08/02 15:02:07 [TRACE] Preserving existing state lineage "8b194275-dcf2-9e20-0ee0-386b99cc6498"
2018/08/02 15:02:07 [TRACE] Preserving existing state lineage "8b194275-dcf2-9e20-0ee0-386b99cc6498"
2018/08/02 15:02:07 [TRACE] Preserving existing state lineage "8b194275-dcf2-9e20-0ee0-386b99cc6498"
2018/08/02 15:02:07 [TRACE] Preserving existing state lineage "8b194275-dcf2-9e20-0ee0-386b99cc6498"
2018/08/02 15:02:07 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-08-02T15:02:07.913+0200 [DEBUG] plugin: plugin process exited: path=/home/zarnovic/git/slido/terraform/env/test1/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.30.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment