Created
June 9, 2017 01:06
-
-
Save mechastorm/4790e8b3177a30afd5fdb8073e85091b to your computer and use it in GitHub Desktop.
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/06/08 18:02:44 [INFO] Terraform version: 0.9.8 | |
2017/06/08 18:02:44 [INFO] Go runtime version: go1.8.3 | |
2017/06/08 18:02:44 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.8/bin/terraform", "apply"} | |
2017/06/08 18:02:44 [DEBUG] Detected home directory from env var: /myfolder | |
2017/06/08 18:02:44 [DEBUG] Detected home directory from env var: /myfolder | |
2017/06/08 18:02:44 [DEBUG] Attempting to open CLI config file: /myfolder/.terraformrc | |
2017/06/08 18:02:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/06/08 18:02:44 [INFO] CLI command args: []string{"apply"} | |
2017/06/08 18:02:44 [DEBUG] Detected home directory from env var: /myfolder | |
2017/06/08 18:02:44 [DEBUG] command: loading backend config file: /myfolder/ops/workspace/folder | |
2017/06/08 18:02:44 [DEBUG] command: no data state file found for backend config | |
2017/06/08 18:02:44 [DEBUG] New state was assigned lineage "a4a32f66-a5a8-411f-b3e7-7dac3e03b4f8" | |
2017/06/08 18:02:44 [INFO] command: backend initialized: <nil> | |
2017/06/08 18:02:44 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2017/06/08 18:02:44 [INFO] backend/local: starting Apply operation | |
2017/06/08 18:02:44 [INFO] terraform: building graph: GraphTypeInput | |
2017/06/08 18:02:44 [DEBUG] Resource state not found for "github_team.abc": github_team.abc | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.github_organization" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.github_base_url" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.users_reviewers" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.users_ops_abc" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "provider.github" references: [var.github_base_url var.github_organization] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "github_team.abc" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "output.test" references: [var.users_reviewers] | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "github_team.abc" waiting on "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "output.test" waiting on "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github (close)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "output.test", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github (close)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "github_team.abc", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_ops_abc': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_base_url': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_organization': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_reviewers': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "output.test" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkInput] Entering eval tree: output.test | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkInput] Entering eval tree: provider.github | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/08 18:02:44 [DEBUG] plugin: starting plugin: /usr/local/Cellar/terraform/0.9.8/bin/terraform []string{"/usr/local/Cellar/terraform/0.9.8/bin/terraform", "internal-plugin", "provider", "github"} | |
2017/06/08 18:02:44 [DEBUG] plugin: waiting for RPC address for: /usr/local/Cellar/terraform/0.9.8/bin/terraform | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [INFO] Terraform version: 0.9.8 | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [INFO] Go runtime version: go1.8.3 | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.8/bin/terraform", "internal-plugin", "provider", "github"} | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [DEBUG] Detected home directory from env var: /myfolder | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [DEBUG] Detected home directory from env var: /myfolder | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [DEBUG] Attempting to open CLI config file: /myfolder/.terraformrc | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [DEBUG] Detected home directory from env var: /myfolder | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: 2017/06/08 18:02:44 [INFO] CLI command args: []string{"internal-plugin", "provider", "github"} | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:44 [INFO] Starting provider plugin github | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:44 [DEBUG] plugin: plugin address: unix /var/folders/56/y90799zn3zq550hk8xw0q75w0000gn/T/plugin902085252 | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInputProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github (close)': walking | |
2017/06/08 18:02:44 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "root" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.root': walking | |
2017/06/08 18:02:44 [INFO] terraform: building graph: GraphTypeValidate | |
2017/06/08 18:02:44 [DEBUG] Resource state not found for "github_team.abc": github_team.abc | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
github_team.abc - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.github_base_url" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.users_reviewers" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.users_ops_abc" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "provider.github" references: [var.github_base_url var.github_organization] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "github_team.abc" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "output.test" references: [var.users_reviewers] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.github_organization" references: [] | |
2017/06/08 18:02:44 [DEBUG] Starting graph walk: walkValidate | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "github_team.abc" waiting on "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "output.test" waiting on "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github (close)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "github_team.abc", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "output.test", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github (close)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_reviewers': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_base_url': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_organization': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "output.test" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_ops_abc': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkValidate] Entering eval tree: output.test | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkValidate] Entering eval tree: provider.github | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalValidateProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [TRACE] [walkValidate] Exiting eval tree: provider.github | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': evaluating | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/06/08 18:02:44 [DEBUG] Resource state not found for "github_team.abc": github_team.abc | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
github_team.abc - *terraform.NodeValidatableResourceInstance | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.TargetsTransformer: | |
github_team.abc - *terraform.NodeValidatableResourceInstance | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "github_team.abc" references: [] | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
github_team.abc - *terraform.NodeValidatableResourceInstance | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.RootTransformer: | |
github_team.abc - *terraform.NodeValidatableResourceInstance | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': evaluating | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github (close)': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github (close)': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkValidate] Entering eval tree: provider.github (close) | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/06/08 18:02:44 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "root" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.root': walking | |
2017/06/08 18:02:44 [INFO] backend/local: apply calling Refresh | |
2017/06/08 18:02:44 [INFO] terraform: building graph: GraphTypeRefresh | |
2017/06/08 18:02:44 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2017/06/08 18:02:44 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ConfigTransformer: | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
2017/06/08 18:02:44 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers - *terraform.NodeRootVariable | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers - *terraform.NodeRootVariable | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ProviderTransformer: | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers -*terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers - *terraform.NodeRootVariable | |
2017/06/08 18:02:44 [DEBUG] Starting graph walk: walkRefresh | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "output.test" waiting on "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "output.test", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_base_url': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_reviewers': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_organization': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_ops_abc': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "output.test" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkRefresh] Entering eval tree: output.test | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2017/06/08 18:02:44 [TRACE] [walkRefresh] Exiting eval tree: output.test | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "root" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.root': walking | |
2017/06/08 18:02:44 [INFO] backend/local: apply calling Plan | |
2017/06/08 18:02:44 [INFO] terraform: building graph: GraphTypePlan | |
2017/06/08 18:02:44 [TRACE] ConfigTransformer: Starting for path: [] | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ConfigTransformer: | |
github_team.abc - *terraform.NodePlannableResource | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.OutputTransformer: | |
github_team.abc - *terraform.NodePlannableResource | |
output.test - *terraform.NodeApplyableOutput | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
github_team.abc - *terraform.NodePlannableResource | |
output.test - *terraform.NodeApplyableOutput | |
2017/06/08 18:02:44 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2017/06/08 18:02:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: github_team.abc | |
2017/06/08 18:02:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"abc", Type:"github_team", RawCount:(*config.RawConfig)(0xc42001b4a0), RawConfig:(*config.RawConfig)(0xc42001b140), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
github_team.abc - *terraform.NodePlannableResource | |
output.test - *terraform.NodeApplyableOutput | |
2017/06/08 18:02:44 [Db_organization" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.github_base_url" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.users_reviewers" references: [] | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "var.users_ops_abc" references: [] | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
github_team.abc - *terraform.NodePlannableResource | |
provider.github - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
var.users_reviewers - *terraform.NodeRootVariable | |
provider.github - *terraform.NodeApplyableProvider | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers - *terraform.NodeRootVariable | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
github_team.abc - *terraform.NodePlannableResource | |
provider.github - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
github_team.abc - *terraform.NodePlannableResource | |
output.test - *terraform.NodeApplyableOutput | |
provider.github - *terraform.NodeApplyableProvider | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers - *terraform.NodeRootVariable | |
output.test - *terraform.NodeApplyableOutput | |
var.users_reviewers - *terraform.NodeRootVariable | |
provider.github - *terraform.NodeApplyableProvider | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.github_base_url - *terraform.NodeRootVariable | |
var.github_organization - *terraform.NodeRootVariable | |
var.users_ops_abc - *terraform.NodeRootVariable | |
var.users_reviewers - *terraform.NodeRootVariable | |
2017/06/08 18:02:44 [TRACE] 08 18:02:44 [DEBUG] Starting graph walk: walkPlan | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "root" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "output.test" waiting on "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github (close)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "github_team.abc" waiting on "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "output.test", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github (close)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "github_team.abc", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_organization': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_base_url': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_ops_abc': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_reviewers': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': evaluating | |
t: eval: *terraform.EvalIf | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Exiting eval tree: github_team.abc | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': expanding/walking dynamic subgraph | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
github_team.abc - *terraform.NodePlannableResourceInstance | |
2017/06/08 18:02:44 [TRACE] OrphanResourceCount: Starting... | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
github_team.abc - *terraform.NodePlannableResourceInstance | |
2017/06/08 18:02:44 [DEBUG] Resource state not found for "github_team.abc": github_team.abc | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
github_team.abc - *terraform.NodePlannableResourceInstance | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.TargetsTransformer: | |
github_team.abc - *terraform.NodePlannableResourceInstance | |
2017/06/08 18:02:44 [DEBUG] ReferenceTransformer: "github_team.abc" references: [] | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
github_team.abc - *terraform.NodePlannableResourceInstance | |
2017/06/08 18:02:44 [TRACE] Graph after step *terraform.RootTransformer: | |
github_team.abc - *terraform.NodePlannableResourceInstance | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added new vertex: "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.github_team.abc': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Entering eval tree: github_team.abc | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Exiting eval tree: github_team.abc | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github (close)': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github (close)': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Entering eval tree: provider.github (close) | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Exiting eval tree: provider.github (close) | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2017/06/08 18:02:44 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "root" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.root': walking | |
2017/06/08 18:02:44 [INFO] terraform: building graph: GraphTypeApply | |
2017/06/08 18:02:44 [TRACE] DiffTransformer: starting | |
2017/06/08 18:02:44 [TRACE] DiffTransformer: Module: CREATE: github_team.abc | |
description: "" => "Those that are qualified to do code reviews related to Ops" | |
name: "" => "abc-techops" | |
privacy: "" => "closed" | |
2017/06/08 18:02:44 [TRACE] DiffTransformer: Resource "github_team.abc": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "privacy":*terraform.ResourceAttrDiff{Old:"", New:"closed", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"abc-techops", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "description":*terraform.ResourceAttrDiff{Old:"", New:"Those that are qualified to do code reviews related to Ops", 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/08 18:02:44 [TRACE] Graph after step *terraform.DiffTransformer: | |
github_team.abc - *terraform.NodeApplyableResource | |
dded new vertex: "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "output.test" waiting on "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github (close)" waiting on "github_team.abc" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.test" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "github_team.abc" waiting on "provider.github" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "provider.github" waiting on "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: added edge: "root" waiting on "provider.github (close)" | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "output.test", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "provider.github (close)", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "root", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: dependencies changed for "github_team.abc", sending new deps | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_ops_abc" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_ops_abc': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.users_reviewers" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.users_reviewers': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_base_url" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_base_url': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "var.github_organization" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.var.github_organization': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "output.test" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': walking | |
2017/06/08 18:02:44 [DEBUG] dag/walk: walking "provider.github" | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': walking | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.output.test': evaluating | |
2017/06/08 18:02:44 [DEBUG] vertex 'root.provider.github': evaluating | |
2017/06/08 18:02:44 [TRACE] [walkApply] Entering eval tree: provider.github | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2017/06/08 18:02:44 [TRACE] [walkApply] Entering eval tree: output.test | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2017/06/08 18:02:44 [TRACE] [walkApply] Exiting eval tree: output.test | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] root: eval: terraform.EvalNoop | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalSequence | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalDiff | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalReadState | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalApplyPre | |
2017/06/08 18:02:44 [DEBUG] root: eval: *terraform.EvalApply | |
2017/06/08 18:02:44 [DEBUG] apply: github_team.abc: executing Apply | |
github_team.abc: Creating... | |
description: "" => "Those that are qualified to do code reviews related to Ops" | |
name: "" => "abc-techops" | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:44 [DEBUG] No meta timeoutkey found in Apply() | |
privacy: "" => "closed" | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:44 [DEBUG] Github API Request Details: | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: ---[ REQUEST ]--------------------------------------- | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: POST /orgs/my-org/teams HTTP/1.1 | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: Host: my.private.github.enterprise | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: User-Agent: go-github/4 | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: Content-Length: 118 | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: Accept: application/vnd.github.v3+json | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: Content-Type: application/json | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: Accept-Encoding: gzip | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: {"name":"abc-techops","description":"Those that are qualified to do code reviews related to Ops","privacy":"closed"} | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:44 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:47 [DEBUG] Github API Response Details: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: ---[ RESPONSE ]-------------------------------------- | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: HTTP/1.1 302 Found | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Transfer-Encoding: chunked | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Cache-Control: no-cache | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Content-Security-Policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; child-src 'self'; connect-src 'self' my.private.github.enterprise status.github.com wss://my.private.github.enterprise; font-src 'self'; form-action 'self' my.private.github.enterprise; frame-ancestors 'none'; img-src * data:; media-src 'none'; script-src 'self'; style-src 'unsafe-inline' 'self' | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Content-Type: text/html; charset=utf-8 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Date: Fri, 09 Jun 2017 01:02:46 GMT | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Location: https://my.private.github.enterprise/login?return_to=https%3A%2F%2Fmy.private.github.enterprise%2Forgs%2Fmy-org%2Fteams | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Server: GitHub.com | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Set-Cookie: logged_in=no; domain=my.private.github.enterprise; path=/; expires=Tue, 09 Jun 2037 01:02:46 -0000; secure; HttpOnly | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Status: 302 Found | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubdomains | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Vary: X-PJAX | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Content-Type-Options: nosniff | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Frame-Options: deny | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Github-Request-Id: b9815453-a22b-415e-b26e-18c47e1fc2c2 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Request-Id: b01c323bbae93b60ef3c5325db2f893e | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Runtime: 0.004359 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Ua-Compatible: IE=Edge,chrome=1 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: X-Xss-Protection: 1; mode=block | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: b3 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: <html><body>You are being <a href="https://my.private.github.enterprise/login?return_to=https%3A%2F%2Fmy.private.github.enterprise%2Forgs%2Fmy-org%2Fteams">redirected</a>.</body></html> | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: 0 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:47 [DEBUG] Github API Request Details: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: ---[ REQUEST ]--------------------------------------- | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: GET /login?return_to=https%3A%2F%2Fmy.private.github.enterprise%2Forgs%2Fmy-org%2Fteams HTTP/1.1 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Host: my.private.github.enterprise | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: User-Agent: go-github/4 | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Accept: application/vnd.github.v3+json | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Content-Type: application/json | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Referer: https://my.private.github.enterprise/orgs/my-org/teams | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: Accept-Encoding: gzip | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:47 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:48 [DEBUG] Github API Response Details: | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: ---[ RESPONSE ]-------------------------------------- | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: HTTP/1.1 406 Not Acceptable | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Transfer-Encoding: chunked | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Cache-Control: no-cache, no-store | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Content-Security-Policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; child-src 'self'; connect-src 'self' my.private.github.enterprise status.github.com wss://my.private.github.enterprise; font-src 'self'; form-action 'self' my.private.github.enterprise; frame-ancestors 'none'; img-src * data:; media-src 'none'; script-src 'self'; style-src 'unsafe-inline' 'self' | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Content-Type: text/html; charset=utf-8 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Date: Fri, 09 Jun 2017 01:02:47 GMT | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Server: GitHub.com | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Set-Cookie: _fi_sess=eyJzZXNzaW9uX2lkIjoiNDk5YjVjNDEyZDZhMzI5OTlkZDY1MGEyYzRmNTUwNjgiLCJyZXR1cm5fdG8iOiJodHRwczovL2dpdGh1Yi5zZWMuc2Ftc3VuZy5uZXQvb3Jncy9SQU0ta25veC1vcHMvdGVhbXMiLCJmbGFzaCI6eyJkaXNjYXJkIjpbXSwiZmxhc2hlcyI6eyJhbmFseXRpY3NfbG9jYXRpb25fcXVlcnlfc3RyaXAiOiJ0cnVlIn19fQ%3D%3D--36de67744802cda4899bdff84de23b1a39c1a30b; path=/; secure; HttpOnly | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Status: 406 Not Acceptable | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubdomains | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: Vary: X-PJAX | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Content-Type-Options: nosniff | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Frame-Options: deny | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Github-Request-Id: 4fb152f3-25e8-4b6f-8c67-89d6ca5b1349 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Request-Id: 9a2d495e648eca5148e9d36cbc7e2355 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Runtime: 0.004060 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Ua-Compatible: IE=Edge,chrome=1 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: X-Xss-Protection: 1; mode=block | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: 1 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: 0 | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: ----------------------------------------------------- | |
2017/06/08 18:02:48 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/06/08 18:02:48 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2017/06/08 18:02:48 [DEBUG] root: eval: *terraform.EvalIf | |
2017/06/08 18:02:48 [DEBUG] root: eval: *terraform.EvalWriteState | |
2017/06/08 18:02:48 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2017/06/08 18:02:48 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2017/06/08 18:02:48 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred: | |
* github_team.abc: GET https://my.private.github.enterprise/login?return_to=https%3A%2F%2Fmy.private.github.enterprise%2Forgs%2Fmy-org%2Fteams: 406 [] | |
2017/06/08 18:02:48 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred: | |
* github_team.abc: GET https://my.private.github.enterprise/login?return_to=https%3A%2F%2Fmy.private.github.enterprise%2Forgs%2Fmy-org%2Fteams: 406 [] | |
2017/06/08 18:02:48 [TRACE] [walkApply] Exiting eval tree: github_team.abc | |
2017/06/08 18:02:48 [DEBUG] dag/walk: upstream errored, not walking "provider.github (close)" | |
2017/06/08 18:02:48 [DEBUG] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)" | |
2017/06/08 18:02:48 [DEBUG] dag/walk: upstream errored, not walking "root" | |
Error applying plan: | |
1 error(s) occurred: | |
2017/06/08 18:02:48 [DEBUG] plugin: waiting for all plugin processes to complete... | |
* github_team.abc: 1 error(s) occurred: | |
2017/06/08 18:02:48 [DEBUG] plugin: terraform: github-provider (internal) 2017/06/08 18:02:48 [DEBUG] plugin: waiting for all plugin processes to complete... | |
* github_team.abc: GET https://my.private.github.enterprise/login?return_to=https%3A%2F%2Fmy.private.github.enterprise%2Forgs%2Fmy-org%2Fteams: 406 [] | |
Terraform does not automatically rollback in the face of errors. | |
Instead, your Terraform state file has been partially updated with | |
any resources that successfully completed. Please address the error | |
above and apply again to incrementally change your infrastructure. | |
2017/06/08 18:02:48 [DEBUG] plugin: /usr/local/Cellar/terraform/0.9.8/bin/terraform: plugin process exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment