Created
July 26, 2017 02:06
-
-
Save joelthompson/101281186ba25c90988bde0bd41de09a to your computer and use it in GitHub Desktop.
Terraform Error
This file contains 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
2017/07/25 21:57:38 [INFO] Terraform version: 0.9.11 efca455c35d0d218a9bfee835a8ec3ef8d4d1c8c | |
2017/07/25 21:57:38 [INFO] Go runtime version: go1.8 | |
2017/07/25 21:57:38 [INFO] CLI args: []string{"/mnt/home-root/home/joelthompson/Downloads/terraform", "plan"} | |
2017/07/25 21:57:38 [DEBUG] Detected home directory from env var: /home/joelthompson | |
2017/07/25 21:57:38 [DEBUG] Detected home directory from env var: /home/joelthompson | |
2017/07/25 21:57:38 [DEBUG] Attempting to open CLI config file: /home/joelthompson/.terraformrc | |
2017/07/25 21:57:38 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/07/25 21:57:38 [INFO] CLI command args: []string{"plan"} | |
2017/07/25 21:57:38 [DEBUG] Detected home directory from env var: /home/joelthompson | |
2017/07/25 21:57:38 [DEBUG] command: loading backend config file: /mnt/home-root/home/joelthompson/temp/temp | |
2017/07/25 21:57:38 [DEBUG] command: no data state file found for backend config | |
2017/07/25 21:57:38 [DEBUG] New state was assigned lineage "d52c948a-1468-4cbe-ac13-511094b756d9" | |
2017/07/25 21:57:38 [INFO] command: backend initialized: <nil> | |
2017/07/25 21:57:38 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2017/07/25 21:57:38 [INFO] backend/local: starting Plan operation | |
2017/07/25 21:57:38 [INFO] terraform: building graph: GraphTypeInput | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_instance.test": aws_instance.test | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test0": aws_route53_record.test0 | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test1": aws_route53_record.test1 | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test2": aws_route53_record.test2 | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_instance.test" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test0" references: [aws_instance.test] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test1" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test2" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2017/07/25 21:57:38 [DEBUG] Starting graph walk: walkInput | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "root" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_instance.test" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test2" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test0" waiting on "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test1" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test2", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test0", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test1", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_instance.test", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws': evaluating | |
2017/07/25 21:57:38 [DEBUG] plugin: starting plugin: /mnt/home-root/home/joelthompson/Downloads/terraform []string{"/mnt/home-root/home/joelthompson/Downloads/terraform", "internal-plugin", "provider", "aws"} | |
2017/07/25 21:57:38 [DEBUG] plugin: waiting for RPC address for: /mnt/home-root/home/joelthompson/Downloads/terraform | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [INFO] Terraform version: 0.9.11 efca455c35d0d218a9bfee835a8ec3ef8d4d1c8c | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [INFO] Go runtime version: go1.8 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [INFO] CLI args: []string{"/mnt/home-root/home/joelthompson/Downloads/terraform", "internal-plugin", "provider", "aws"} | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [DEBUG] Detected home directory from env var: /home/joelthompson | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [DEBUG] Detected home directory from env var: /home/joelthompson | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [DEBUG] Attempting to open CLI config file: /home/joelthompson/.terraformrc | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [DEBUG] Detected home directory from env var: /home/joelthompson | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: 2017/07/25 21:57:38 [INFO] CLI command args: []string{"internal-plugin", "provider", "aws"} | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] Starting provider plugin aws | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [DEBUG] plugin: plugin address: unix /tmp/plugin866899302 | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInputProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [TRACE] [walkInput] Exiting eval tree: provider.aws | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test1': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test2': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test0': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws (close)': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws (close)': evaluating | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "root" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.root': walking | |
2017/07/25 21:57:38 [INFO] terraform: building graph: GraphTypeValidate | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test1": aws_route53_record.test1 | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test2": aws_route53_record.test2 | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_instance.test": aws_instance.test | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test0": aws_route53_record.test0 | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_instance.test" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test0" references: [aws_instance.test] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test1" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test2" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2017/07/25 21:57:38 [DEBUG] Starting graph walk: walkValidate | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "root" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test2" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test0" waiting on "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_instance.test" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test1" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test1", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test2", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test0", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_instance.test", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Exiting eval tree: provider.aws | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test1': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test2': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test1': evaluating | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalIf | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test2': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
er: | |
aws_route53_record.test2 - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test1': evaluating | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Entering eval tree: aws_route53_record.test1 | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test2": aws_route53_record.test2 | |
2017/07/25 21:57:38 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_route53_record.test2 - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_route53_record.test2 - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test2" references: [] | |
2017/07/25 21:57:38 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_route53_record.test2 - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route53_record.test2 - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test2': walking | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Exiting eval tree: aws_instance.test | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test': expanding/walking dynamic subgraph | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:38 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_instance.test[0] - *terraform.NodeValidatableResourceInstance | |
aws_instance.test[1] - *terraform.NodeValidatableResourceInstance | |
aws_instance.test[2] - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test2': evaluating | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_instance.test[0]": aws_instance.test[0] | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_instance.test[1]": aws_instance.test[1] | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_instance.test[2]": aws_instance.test[2] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_instance.test[0]" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_instance.test[1]" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_instance.test[2]" references: [] | |
2017/07/25 21:57:38 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.test[0] - *terraform.NodeValidatableResourceInstance | |
aws_instance.test[1] - *terraform.NodeValidatableResourceInstance | |
aws_instance.test[2] - *terraform.NodeValidatableResourceInstance | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_instance.test[2]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "root" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_instance.test[0]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_instance.test[1]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "aws_instance.test[1]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "aws_instance.test[2]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "aws_instance.test[0]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_instance.test[2]" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test[2]': walking | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Entering eval tree: aws_route53_record.test2 | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_instance.test[0]" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_instance.test[1]" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test[0]': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test[1]': walking | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test[2]': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test[0]': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_instance.test[1]': evaluating | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Entering eval tree: aws_instance.test[1] | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "root" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.root': walking | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test0': walking | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalIf | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test0": aws_route53_record.test0 | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test0" references: [] | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test0': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.aws_route53_record.test0': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws (close)': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/07/25 21:57:38 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws (close)': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "root" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.root': walking | |
2017/07/25 21:57:38 [INFO] backend/local: plan calling Refresh | |
2017/07/25 21:57:38 [INFO] terraform: building graph: GraphTypeRefresh | |
2017/07/25 21:57:38 [DEBUG] Starting graph walk: walkRefresh | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "root" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "root" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.root': walking | |
2017/07/25 21:57:38 [INFO] backend/local: plan calling Plan | |
2017/07/25 21:57:38 [INFO] terraform: building graph: GraphTypePlan | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_instance.test": aws_instance.test | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test0": aws_route53_record.test0 | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test1": aws_route53_record.test1 | |
2017/07/25 21:57:38 [DEBUG] Resource state not found for "aws_route53_record.test2": aws_route53_record.test2 | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test2" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_instance.test" references: [] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test0" references: [aws_instance.test] | |
2017/07/25 21:57:38 [DEBUG] ReferenceTransformer: "aws_route53_record.test1" references: [] | |
2017/07/25 21:57:38 [DEBUG] Starting graph walk: walkPlan | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "root" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test0" waiting on "aws_instance.test" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_instance.test" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test1" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test1" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "aws_route53_record.test2" waiting on "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route53_record.test0" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route53_record.test2" | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test0", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_instance.test", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test1", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "aws_route53_record.test2", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2017/07/25 21:57:38 [DEBUG] dag/walk: walking "provider.aws" | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws': walking | |
2017/07/25 21:57:38 [DEBUG] vertex 'root.provider.aws': evaluating | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [DEBUG] root: eval: terraform.EvalNoop | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:38 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] No assume_role block read from configuration | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] Building AWS region structure | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] Building AWS auth structure | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] AWS EC2 instance detected via default metadata API endpoint, EC2RoleProvider added to the auth chain | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] AWS Auth provider used: "EC2RoleProvider" | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [INFO] Initializing DeviceFarm SDK connection | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: POST / HTTP/1.1 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Host: sts.amazonaws.com | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.34 (go1.8; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.11 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Content-Length: 43 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXXXXXXXXX/20170726/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: X-Amz-Date: 20170726T015738Z | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: X-Amz-Security-Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Accept-Encoding: gzip | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: ---[ RESPONSE ]-------------------------------------- | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: HTTP/1.1 200 OK | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Connection: close | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Content-Length: 438 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Content-Type: text/xml | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Date: Wed, 26 Jul 2017 01:57:38 GMT | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: X-Amzn-Requestid: cd60e010-71a5-11e7-a7c9-15984a302175 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: <GetCallerIdentityResult> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: <Arn>arn:aws:sts::123456789012:assumed-role/RoleName/RoleSessionName</Arn> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: <UserId>AROAXXXXXXXXXXXX:RoleSessionName</UserId> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: <Account>123456789012</Account> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: </GetCallerIdentityResult> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: <ResponseMetadata> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: <RequestId>cd60e010-71a5-11e7-a7c9-15984a302175</RequestId> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: </ResponseMetadata> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: </GetCallerIdentityResponse> | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [DEBUG] Trying to get account ID via AWS Metadata API | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:38 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]----------------------------- | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: POST / HTTP/1.1 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Host: ec2.us-east-1.amazonaws.com | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: User-Agent: aws-sdk-go/1.8.34 (go1.8; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.11 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Content-Length: 87 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=ASIAIA4TV3XCMXYFUL3Q/20170726/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=715e2e716bc59cc72b1bef23033a16c3e1ec6b0de6fe8b5002dab38415eb526c | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: X-Amz-Date: 20170726T015738Z | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: X-Amz-Security-Token: FQoDYXdzECMaDI9knR4fLmAIiKILpCLQAX5OT/rxII8/VntzpWosIc+0xq72spesGo61FoVFUgCzEq9heWeX3Sy5z8yzpn58OsRTYdpMuWp7TtJUmW7AyktWMoWI2w6qWCFZ+BZoSiqWeFyknuj4PVRgw6gi6u/fR2NyLWQg+S5EfTS6/Ewq+YzkJY1EPLKXanLpdZwcYwo7jERmBa6tJXJZWrXBWTRtlA8C6XgETG1cnec5nIVHRfvYRyFBT+1kpKqe5WMAhNSU53mGLIOn1IM5yvN0KeF3dVReI50ZmMtpy+e3N9QhcZcoguXfywU= | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Accept-Encoding: gzip | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2017/07/25 21:57:38 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:39 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: ---[ RESPONSE ]-------------------------------------- | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: HTTP/1.1 200 OK | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: Connection: close | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: Transfer-Encoding: chunked | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8 | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: Date: Wed, 26 Jul 2017 01:57:39 GMT | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: Server: AmazonEC2 | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: Vary: Accept-Encoding | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:39 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <requestId>0e536553-957c-495e-9d35-39fd043eb9c1</requestId> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <accountAttributeSet> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <item> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <attributeName>supported-platforms</attributeName> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <attributeValueSet> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <item> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: <attributeValue>VPC</attributeValue> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: </item> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: </attributeValueSet> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: </item> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: </accountAttributeSet> | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: </DescribeAccountAttributesResponse> | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_route53_record.test1" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test1': walking | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_instance.test" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test': walking | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_route53_record.test2" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test2': walking | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test1': evaluating | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test': evaluating | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountCheckComputed | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalIf | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_route53_record.test1 | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test1': expanding/walking dynamic subgraph | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test2': evaluating | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Entering eval tree: aws_route53_record.test2 | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountCheckComputed | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalIf | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_instance.test | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test': expanding/walking dynamic subgraph | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountCheckComputed | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalIf | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/07/25 21:57:39 [DEBUG] Resource state not found for "aws_instance.test[1]": aws_instance.test[1] | |
2017/07/25 21:57:39 [DEBUG] Resource state not found for "aws_route53_record.test1": aws_route53_record.test1 | |
2017/07/25 21:57:39 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_route53_record.test1 - *terraform.NodePlannableResourceInstance | |
2017/07/25 21:57:39 [DEBUG] ReferenceTransformer: "aws_route53_record.test1" references: [] | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test1" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_route53_record.test1" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test1': walking | |
2017/07/25 21:57:39 [DEBUG] Resource state not found for "aws_instance.test[0]": aws_instance.test[0] | |
2017/07/25 21:57:39 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.test[0] - *terraform.NodePlannableResourceInstance | |
aws_instance.test[1] - *terraform.NodePlannableResourceInstance | |
aws_instance.test[2] - *terraform.NodePlannableResourceInstance | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test1': evaluating | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:39 [DEBUG] ReferenceTransformer: "aws_instance.test[1]" references: [] | |
2017/07/25 21:57:39 [DEBUG] ReferenceTransformer: "aws_instance.test[2]" references: [] | |
2017/07/25 21:57:39 [DEBUG] ReferenceTransformer: "aws_instance.test[0]" references: [] | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "aws_instance.test[0]" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "aws_instance.test[1]" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "aws_instance.test[2]" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "root" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added edge: "root" waiting on "aws_instance.test[0]" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added edge: "root" waiting on "aws_instance.test[1]" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test2': expanding/walking dynamic subgraph | |
2017/07/25 21:57:39 [ERROR] root: eval: *terraform.EvalInterpolate, err: Resource 'aws_instance.test' not found for variable 'aws_instance.test.1.private_ip' | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added edge: "root" waiting on "aws_instance.test[2]" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_instance.test[0]" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test[0]': walking | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_instance.test[1]" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test[1]': walking | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_instance.test[2]" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test[2]': walking | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test[0]': evaluating | |
2017/07/25 21:57:39 [DEBUG] Resource state not found for "aws_route53_record.test2": aws_route53_record.test2 | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test[1]': evaluating | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:39 [DEBUG] ReferenceTransformer: "aws_route53_record.test2" references: [] | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test2" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_instance.test[2]': evaluating | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_route53_record.test2" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test2': walking | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test2': evaluating | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_instance.test[0] | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_instance.test[1] | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_instance.test[2] | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "root" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.root': walking | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_route53_record.test0" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test0': walking | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test0': evaluating | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Entering eval tree: aws_route53_record.test0 | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountCheckComputed | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalIf | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_route53_record.test0 | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test0': expanding/walking dynamic subgraph | |
2017/07/25 21:57:39 [DEBUG] Resource state not found for "aws_route53_record.test0": aws_route53_record.test0 | |
2017/07/25 21:57:39 [DEBUG] ReferenceTransformer: "aws_route53_record.test0" references: [] | |
2017/07/25 21:57:39 [DEBUG] dag/walk: added new vertex: "aws_route53_record.test0" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: walking "aws_route53_record.test0" | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test0': walking | |
2017/07/25 21:57:39 [DEBUG] vertex 'root.aws_route53_record.test0': evaluating | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/07/25 21:57:39 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/07/25 21:57:39 [TRACE] [walkPlan] Exiting eval tree: aws_route53_record.test0 | |
2017/07/25 21:57:39 [DEBUG] dag/walk: upstream errored, not walking "provider.aws (close)" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)" | |
2017/07/25 21:57:39 [DEBUG] dag/walk: upstream errored, not walking "root" | |
2017/07/25 21:57:39 [DEBUG] plugin: waiting for all plugin processes to complete... | |
2017/07/25 21:57:39 [DEBUG] plugin: terraform: aws-provider (internal) 2017/07/25 21:57:39 [DEBUG] plugin: waiting for all plugin processes to complete... | |
2017/07/25 21:57:39 [DEBUG] plugin: /mnt/home-root/home/joelthompson/Downloads/terraform: plugin process exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment