Created
June 1, 2017 17:17
-
-
Save tech6/77a091c24a36ef4a7108135e5de274f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jkirby@jump:~/dns-provider-test$ TF_LOG=TRACE terraform apply | |
2017/06/01 10:12:36 [INFO] Terraform version: 0.9.6 85e0979c6af6a15345c9131e4478ba712bb3c21d | |
2017/06/01 10:12:36 [INFO] Go runtime version: go1.8 | |
2017/06/01 10:12:36 [INFO] CLI args: []string{"/home/jkirby/terraform", "apply"} | |
2017/06/01 10:12:36 [DEBUG] Detected home directory from env var: /home/jkirby | |
2017/06/01 10:12:36 [DEBUG] Detected home directory from env var: /home/jkirby | |
2017/06/01 10:12:36 [DEBUG] Attempting to open CLI config file: /home/jkirby/.terraformrc | |
2017/06/01 10:12:36 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/06/01 10:12:36 [INFO] CLI command args: []string{"apply"} | |
2017/06/01 10:12:36 [DEBUG] command: loading backend config file: /home/jkirby/dns-provider-test | |
2017/06/01 10:12:36 [DEBUG] command: no data state file found for backend config | |
2017/06/01 10:12:36 [DEBUG] New state was assigned lineage "49b1f175-6182-44cf-a099-cff5c3f99cee" | |
2017/06/01 10:12:36 [INFO] command: backend initialized: <nil> | |
2017/06/01 10:12:36 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2017/06/01 10:12:36 [INFO] backend/local: starting Apply operation | |
2017/06/01 10:12:36 [TRACE] Preserving existing state lineage "b6adc893-4dff-4752-a03c-3a44ae98f34f" | |
2017/06/01 10:12:36 [TRACE] Preserving existing state lineage "b6adc893-4dff-4752-a03c-3a44ae98f34f" | |
2017/06/01 10:12:36 [INFO] terraform: building graph: GraphTypeInput | |
2017/06/01 10:12:36 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.ConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.OutputTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
2017/06/01 10:12:36 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/01 10:12:36 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test | |
2017/06/01 10:12:36 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0x1e8ac3c0), RawConfig:(*config.RawConfig)(0x1e813f80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
2017/06/01 10:12:36 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.ProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Attach provider request: []string{} dns | |
2017/06/01 10:12:36 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", RawConfig:(*config.RawConfig)(0x1e8ac540)} | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: [] | |
2017/06/01 10:12:36 [DEBUG] ReferenceTransformer: "provider.dns" references: [] | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.TargetsTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.RootTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:36 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeAbstractResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:36 [DEBUG] Starting graph walk: walkInput | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added new vertex: "provider.dns (close)" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added new vertex: "dns_a_record_set.test" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added new vertex: "provider.dns" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added edge: "root" waiting on "provider.dns (close)" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:36 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/01 10:12:36 [DEBUG] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps | |
2017/06/01 10:12:36 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/01 10:12:36 [DEBUG] dag/walk: dependencies changed for "provider.dns (close)", sending new deps | |
2017/06/01 10:12:36 [DEBUG] Detected home directory from env var: /home/jkirby | |
2017/06/01 10:12:36 [DEBUG] dag/walk: walking "provider.dns" | |
2017/06/01 10:12:36 [DEBUG] vertex 'root.provider.dns': walking | |
2017/06/01 10:12:36 [DEBUG] vertex 'root.provider.dns': evaluating | |
2017/06/01 10:12:36 [TRACE] [walkInput] Entering eval tree: provider.dns | |
2017/06/01 10:12:36 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:36 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/01 10:12:36 [DEBUG] plugin: starting plugin: /home/jkirby/terraform []string{"/home/jkirby/terraform", "internal-plugin", "provider", "dns"} | |
2017/06/01 10:12:36 [DEBUG] plugin: waiting for RPC address for: /home/jkirby/terraform | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [INFO] Terraform version: 0.9.6 85e0979c6af6a15345c9131e4478ba712bb3c21d | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [INFO] Go runtime version: go1.8 | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [INFO] CLI args: []string{"/home/jkirby/terraform", "internal-plugin", "provider", "dns"} | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [DEBUG] Detected home directory from env var: /home/jkirby | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [DEBUG] Detected home directory from env var: /home/jkirby | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [DEBUG] Attempting to open CLI config file: /home/jkirby/.terraformrc | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: 2017/06/01 10:12:37 [INFO] CLI command args: []string{"internal-plugin", "provider", "dns"} | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [INFO] Starting provider plugin dns | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [DEBUG] plugin: plugin address: unix /tmp/plugin797227825 | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [DEBUG] Detected home directory from env var: /home/jkirby | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInputProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [TRACE] [walkInput] Exiting eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': walking | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/06/01 10:12:37 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns (close)': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns (close)': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkInput] Entering eval tree: provider.dns (close) | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2017/06/01 10:12:37 [TRACE] [walkInput] Exiting eval tree: provider.dns (close) | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "root" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.root': walking | |
2017/06/01 10:12:37 [INFO] terraform: building graph: GraphTypeValidate | |
2017/06/01 10:12:37 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OutputTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0x1e8ac3c0), RawConfig:(*config.RawConfig)(0x1e813f80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
2017/06/01 10:12:37 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Attach provider request: []string{} dns | |
2017/06/01 10:12:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", RawConfig:(*config.RawConfig)(0x1e8ac540)} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: [] | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "provider.dns" references: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TargetsTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:37 [DEBUG] Starting graph walk: walkValidate | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "root" waiting on "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "provider.dns (close)", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Entering eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalValidateProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Exiting eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Entering eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Exiting eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': expanding/walking dynamic subgraph | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance | |
2017/06/01 10:12:37 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TargetsTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootTransformer: | |
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Entering eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Exiting eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns (close)': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns (close)': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Entering eval tree: provider.dns (close) | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2017/06/01 10:12:37 [TRACE] [walkValidate] Exiting eval tree: provider.dns (close) | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "root" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.root': walking | |
2017/06/01 10:12:37 [INFO] backend/local: apply calling Refresh | |
2017/06/01 10:12:37 [INFO] terraform: building graph: GraphTypeRefresh | |
2017/06/01 10:12:37 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2017/06/01 10:12:37 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ConfigTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ProviderTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OutputTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TargetsTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootTransformer: | |
root - terraform.graphNodeRoot | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
root - terraform.graphNodeRoot | |
2017/06/01 10:12:37 [DEBUG] Starting graph walk: walkRefresh | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "root" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.root': walking | |
2017/06/01 10:12:37 [INFO] backend/local: apply calling Plan | |
2017/06/01 10:12:37 [INFO] terraform: building graph: GraphTypePlan | |
2017/06/01 10:12:37 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ConfigTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OutputTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0x1e8ac3c0), RawConfig:(*config.RawConfig)(0x1e813f80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
2017/06/01 10:12:37 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ProviderTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Attach provider request: []string{} dns | |
2017/06/01 10:12:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", RawConfig:(*config.RawConfig)(0x1e8ac540)} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: [] | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "provider.dns" references: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TargetsTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodePlannableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:37 [DEBUG] Starting graph walk: walkPlan | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "root" waiting on "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "provider.dns (close)", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Entering eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [INFO] Building DNSClient config structure | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Exiting eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCountCheckComputed | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': expanding/walking dynamic subgraph | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResourceInstance | |
2017/06/01 10:12:37 [TRACE] OrphanResourceCount: Starting... | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResourceInstance | |
2017/06/01 10:12:37 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResourceInstance | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TargetsTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResourceInstance | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResourceInstance | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootTransformer: | |
dns_a_record_set.test - *terraform.NodePlannableResourceInstance | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns (close)': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns (close)': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Entering eval tree: provider.dns (close) | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Exiting eval tree: provider.dns (close) | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/06/01 10:12:37 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "root" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.root': walking | |
2017/06/01 10:12:37 [INFO] terraform: building graph: GraphTypeApply | |
2017/06/01 10:12:37 [TRACE] DiffTransformer: starting | |
2017/06/01 10:12:37 [TRACE] DiffTransformer: Module: CREATE: dns_a_record_set.test | |
addresses.#: "" => "1" | |
addresses.816947901: "" => "x.x.x.x" | |
name: "" => "test12345" (forces new resource) | |
ttl: "" => "3600" (forces new resource) | |
zone: "" => "ourdomain.com." (forces new resource) | |
2017/06/01 10:12:37 [TRACE] DiffTransformer: Resource "dns_a_record_set.test": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"addresses.816947901":*terraform.ResourceAttrDiff{Old:"", New:"x.x.x.x", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "ttl":*terraform.ResourceAttrDiff{Old:"", New:"3600", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"ourdomain.com.", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"test12345", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "addresses.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.DiffTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OrphanOutputTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/01 10:12:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0x1e8ac3c0), RawConfig:(*config.RawConfig)(0x1e813f80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
2017/06/01 10:12:37 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Attach provider request: []string{} dns | |
2017/06/01 10:12:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", RawConfig:(*config.RawConfig)(0x1e8ac540)} | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation... | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.DestroyEdgeTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] CBDEdgeTransformer: Beginning CBD transformation... | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CBDEdgeTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.MissingProvisionerTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ProvisionerTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.OutputTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "provider.dns" references: [] | |
2017/06/01 10:12:37 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: [] | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TargetsTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.RootTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
provider.dns - *terraform.NodeApplyableProvider | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
dns_a_record_set.test - *terraform.NodeApplyableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.dns (close) - *terraform.graphNodeCloseProvider | |
2017/06/01 10:12:37 [DEBUG] Starting graph walk: walkApply | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added new vertex: "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "root" waiting on "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: dependencies changed for "provider.dns (close)", sending new deps | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "provider.dns" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.provider.dns': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkApply] Entering eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [INFO] Building DNSClient config structure | |
2017/06/01 10:12:37 [TRACE] [walkApply] Exiting eval tree: provider.dns | |
2017/06/01 10:12:37 [DEBUG] dag/walk: walking "dns_a_record_set.test" | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': walking | |
2017/06/01 10:12:37 [DEBUG] vertex 'root.dns_a_record_set.test': evaluating | |
2017/06/01 10:12:37 [TRACE] [walkApply] Entering eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/01 10:12:37 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalApplyPre | |
dns_a_record_set.test: Creating... | |
addresses.#: "" => "1" | |
addresses.816947901: "" => "x.x.x.x" | |
name: "" => "test12345" | |
ttl: "" => "3600" | |
zone: "" => "ourdomain.com." | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalApply | |
2017/06/01 10:12:37 [DEBUG] apply: dns_a_record_set.test: executing Apply | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [DEBUG] No meta timeoutkey found in Apply() | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/06/01 10:12:37 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2017/06/01 10:12:37 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred: | |
* dns_a_record_set.test: Error updating DNS record: 5 | |
2017/06/01 10:12:37 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred: | |
* dns_a_record_set.test: Error updating DNS record: 5 | |
2017/06/01 10:12:37 [TRACE] [walkApply] Exiting eval tree: dns_a_record_set.test | |
2017/06/01 10:12:37 [DEBUG] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: upstream errored, not walking "provider.dns (close)" | |
2017/06/01 10:12:37 [DEBUG] dag/walk: upstream errored, not walking "root" | |
2017/06/01 10:12:37 [TRACE] Preserving existing state lineage "b6adc893-4dff-4752-a03c-3a44ae98f34f" | |
2017/06/01 10:12:37 [TRACE] Preserving existing state lineage "b6adc893-4dff-4752-a03c-3a44ae98f34f" | |
Error applying plan: | |
2017/06/01 10:12:37 [DEBUG] plugin: waiting for all plugin processes to complete... | |
2017/06/01 10:12:37 [DEBUG] plugin: terraform: dns-provider (internal) 2017/06/01 10:12:37 [DEBUG] plugin: waiting for all plugin processes to complete... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment