Created
October 22, 2020 09:12
-
-
Save franz-josef-kaiser/eb1f9b557011b8cbc7a756fd9c787060 to your computer and use it in GitHub Desktop.
crash log for Terraform GitLab provider; crash happend while trying to import user
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
2020/10/22 10:57:35 [INFO] Terraform version: 0.13.4 | |
2020/10/22 10:57:35 [INFO] Go runtime version: go1.14.7 | |
2020/10/22 10:57:35 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.0.0/versions/0.13.4/terraform", "import", "-input=true", "gitlab_user.foo-bar", "1234567"} | |
2020/10/22 10:57:35 [DEBUG] Attempting to open CLI config file: /path/to/.terraformrc | |
2020/10/22 10:57:35 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/10/22 10:57:35 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2020/10/22 10:57:35 [DEBUG] ignoring non-existing provider search directory /path/to/.terraform.d/plugins | |
2020/10/22 10:57:35 [DEBUG] ignoring non-existing provider search directory /path/to/Library/Application Support/io.terraform/plugins | |
2020/10/22 10:57:35 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2020/10/22 10:57:35 [INFO] CLI command args: []string{"import", "-input=true", "gitlab_user.foo-bar", "1234567"} | |
2020/10/22 10:57:35 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2020/10/22 10:57:35 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2020/10/22 10:57:35 [DEBUG] New state was assigned lineage "92149c92-84f6-1a56-4cc1-c7cc46587615" | |
2020/10/22 10:57:35 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2020/10/22 10:57:35 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2020/10/22 10:57:35 [TRACE] providercache.fillMetaCache: scanning directory .terraform/plugins | |
2020/10/22 10:57:35 [TRACE] getproviders.SearchLocalDirectory: .terraform/plugins is a symlink to .terraform/plugins | |
2020/10/22 10:57:35 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/gitlabhq/gitlab v3.1.0 for darwin_amd64 at .terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64 | |
2020/10/22 10:57:35 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/secrethub/secrethub v1.2.3 for darwin_amd64 at .terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64 | |
2020/10/22 10:57:35 [TRACE] providercache.fillMetaCache: including .terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64 as a candidate package for registry.terraform.io/gitlabhq/gitlab 3.1.0 | |
2020/10/22 10:57:35 [TRACE] providercache.fillMetaCache: including .terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64 as a candidate package for registry.terraform.io/secrethub/secrethub 1.2.3 | |
2020/10/22 10:57:35 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/plugins | |
2020/10/22 10:57:35 [DEBUG] checking for provisioner in "." | |
2020/10/22 10:57:35 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.0.0/versions/0.13.4" | |
2020/10/22 10:57:35 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory | |
2020/10/22 10:57:35 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2020/10/22 10:57:35 [TRACE] backend/local: requesting state manager for workspace "default" | |
2020/10/22 10:57:35 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2020/10/22 10:57:35 [TRACE] backend/local: requesting state lock for workspace "default" | |
2020/10/22 10:57:35 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2020/10/22 10:57:35 [TRACE] statemgr.Filesystem: existing snapshot has lineage "ff331f46-1739-411c-f9d3-c4cc0eddfe15" serial 9 | |
2020/10/22 10:57:35 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2020/10/22 10:57:35 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2020/10/22 10:57:35 [TRACE] backend/local: reading remote state for workspace "default" | |
2020/10/22 10:57:35 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2020/10/22 10:57:35 [TRACE] statemgr.Filesystem: read snapshot with lineage "ff331f46-1739-411c-f9d3-c4cc0eddfe15" serial 9 | |
2020/10/22 10:57:35 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2020/10/22 10:57:35 [TRACE] backend/local: building context for current working directory | |
2020/10/22 10:57:35 [TRACE] terraform.NewContext: starting | |
2020/10/22 10:57:35 [TRACE] terraform.NewContext: loading provider schemas | |
2020/10/22 10:57:35 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/gitlabhq/gitlab" | |
2020-10-22T10:57:35.918+0200 [INFO] plugin: configuring client automatic mTLS | |
2020-10-22T10:57:35.959+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 args=[.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0] | |
2020-10-22T10:57:35.963+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 pid=44991 | |
2020-10-22T10:57:35.963+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 | |
2020-10-22T10:57:35.976+0200 [INFO] plugin.terraform-provider-gitlab_v3.1.0: configuring server automatic mTLS: timestamp=2020-10-22T10:57:35.975+0200 | |
2020-10-22T10:57:36.007+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: plugin address: address=/var/folders/xv/xv2jx2fd02d6lfshgz74h3sh000113/T/plugin893600554 network=unix timestamp=2020-10-22T10:57:36.007+0200 | |
2020-10-22T10:57:36.007+0200 [DEBUG] plugin: using plugin: version=5 | |
2020/10/22 10:57:36 [TRACE] GRPCProvider: GetSchema | |
2020-10-22T10:57:36.079+0200 [TRACE] plugin.stdio: waiting for stdio data | |
2020/10/22 10:57:36 [TRACE] No provider meta schema returned | |
2020/10/22 10:57:36 [TRACE] GRPCProvider: Close | |
2020-10-22T10:57:36.090+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-10-22T10:57:36.092+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 pid=44991 | |
2020-10-22T10:57:36.092+0200 [DEBUG] plugin: plugin exited | |
2020/10/22 10:57:36 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/secrethub/secrethub" | |
2020-10-22T10:57:36.092+0200 [INFO] plugin: configuring client automatic mTLS | |
2020-10-22T10:57:36.121+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64/terraform-provider-secrethub_v1.2.3 args=[.terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64/terraform-provider-secrethub_v1.2.3] | |
2020-10-22T10:57:36.125+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64/terraform-provider-secrethub_v1.2.3 pid=44992 | |
2020-10-22T10:57:36.125+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64/terraform-provider-secrethub_v1.2.3 | |
2020-10-22T10:57:36.149+0200 [INFO] plugin.terraform-provider-secrethub_v1.2.3: configuring server automatic mTLS: timestamp=2020-10-22T10:57:36.149+0200 | |
2020-10-22T10:57:36.179+0200 [DEBUG] plugin: using plugin: version=5 | |
2020-10-22T10:57:36.179+0200 [DEBUG] plugin.terraform-provider-secrethub_v1.2.3: plugin address: address=/var/folders/xv/xv2jx2fd02d6lfshgz74h3sh000113/T/plugin021466263 network=unix timestamp=2020-10-22T10:57:36.179+0200 | |
2020/10/22 10:57:36 [TRACE] GRPCProvider: GetSchema | |
2020-10-22T10:57:36.239+0200 [TRACE] plugin.stdio: waiting for stdio data | |
2020-10-22T10:57:36.239+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2020/10/22 10:57:36 [TRACE] No provider meta schema returned | |
2020/10/22 10:57:36 [TRACE] GRPCProvider: Close | |
2020-10-22T10:57:36.245+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/secrethub/secrethub/1.2.3/darwin_amd64/terraform-provider-secrethub_v1.2.3 pid=44992 | |
2020-10-22T10:57:36.245+0200 [DEBUG] plugin: plugin exited | |
2020/10/22 10:57:36 [TRACE] terraform.NewContext: complete | |
2020/10/22 10:57:36 [TRACE] backend/local: finished building terraform.Context | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2020/10/22 10:57:36 [TRACE] ConfigTransformer: Starting for path: | |
2020/10/22 10:57:36 [TRACE] ConfigTransformer: Starting for path: module.projects-dev | |
2020/10/22 10:57:36 [TRACE] ConfigTransformer: Starting for path: module.projects-hq | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "gitlab_group.dev" (*terraform.NodeAbstractResource) config from /path/to/projects/example/devops/src/gitlab/example/groups.tf:29,1-30 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to gitlab_group.dev | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "gitlab_project_membership.foo_bar" (*terraform.NodeAbstractResource) config from /path/to/projects/example/devops/src/gitlab/example/membership.tf:5,1-48 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to gitlab_project_membership.foo_bar | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "gitlab_user.foo-bar" (*terraform.NodeAbstractResource) config from /path/to/projects/example/devops/src/gitlab/example/users.tf:1,1-34 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to gitlab_user.foo-bar | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "gitlab_group.example" (*terraform.NodeAbstractResource) config from /path/to/projects/example/devops/src/gitlab/example/groups.tf:1,1-33 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to gitlab_group.example | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "module.projects-dev.gitlab_project.this" (*terraform.NodeAbstractResource) config from ../../modules/gitlab-projects/main.tf:3,1-33 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.projects-dev.gitlab_project.this | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "module.projects-hq.gitlab_project.this" (*terraform.NodeAbstractResource) config from ../../modules/gitlab-projects/main.tf:3,1-33 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.projects-hq.gitlab_project.this | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching to "gitlab_group.hq" (*terraform.NodeAbstractResource) config from /path/to/projects/example/devops/src/gitlab/example/groups.tf:15,1-29 | |
2020/10/22 10:57:36 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to gitlab_group.hq | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.ImportStateTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.ImportStateTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2020/10/22 10:57:36 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/gitlabhq/gitlab\"]" provider configuration from /path/to/projects/example/devops/src/gitlab/example/provider.tf:14,1-18 | |
2020/10/22 10:57:36 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/secrethub/secrethub\"]" provider configuration from /path/to/projects/example/devops/src/gitlab/example/provider.tf:17,1-21 | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/secrethub/secrethub"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/gitlabhq/gitlab"] serving gitlab_group.dev | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "gitlab_group.dev" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/gitlabhq/gitlab"] serving gitlab_project_membership.foo_bar | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "gitlab_project_membership.foo_bar" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: module.projects-dev.gitlab_project.this uses inherited configuration provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "module.projects-dev.gitlab_project.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: module.projects-hq.gitlab_project.this uses inherited configuration provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "module.projects-hq.gitlab_project.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/gitlabhq/gitlab"] serving gitlab_user.foo-bar | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "gitlab_user.foo-bar" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/gitlabhq/gitlab"] serving gitlab_group.example | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "gitlab_group.example" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/gitlabhq/gitlab"] serving gitlab_user.foo-bar (import id "1234567") | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "gitlab_user.foo-bar (import id \"1234567\")" (*terraform.graphNodeImportState) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/gitlabhq/gitlab"] serving gitlab_group.hq | |
2020/10/22 10:57:36 [DEBUG] ProviderTransformer: "gitlab_group.hq" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/secrethub/secrethub"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2020/10/22 10:57:36 [DEBUG] pruning unused provider["registry.terraform.io/secrethub/secrethub"] | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2020/10/22 10:57:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2020/10/22 10:57:36 [TRACE] OutputTransformer: adding projects as *terraform.nodeExpandOutput | |
2020/10/22 10:57:36 [TRACE] OutputTransformer: adding projects as *terraform.nodeExpandOutput | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to gitlab_user.foo-bar | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to gitlab_group.example | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to module.projects-hq.gitlab_project.this | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to gitlab_group.hq | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to gitlab_group.dev | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to gitlab_project_membership.foo_bar | |
2020/10/22 10:57:36 [TRACE] AttachSchemaTransformer: attaching resource schema to module.projects-dev.gitlab_project.this | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: Added module.projects-dev as *terraform.nodeExpandModule | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-dev.var.projects (expand) must wait for expansion of module.projects-dev | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-dev.output.projects (expand) must wait for expansion of module.projects-dev | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-dev.gitlab_project.this must wait for expansion of module.projects-dev | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-dev (close) must wait for expansion of module.projects-dev | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: Added module.projects-hq as *terraform.nodeExpandModule | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-hq (close) must wait for expansion of module.projects-hq | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-hq.gitlab_project.this must wait for expansion of module.projects-hq | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-hq.var.projects (expand) must wait for expansion of module.projects-hq | |
2020/10/22 10:57:36 [TRACE] ModuleExpansionTransformer: module.projects-hq.output.projects (expand) must wait for expansion of module.projects-hq | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "gitlab_user.foo-bar" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-hq.var.projects (expand)" references: [gitlab_group.hq gitlab_group.hq gitlab_group.hq] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-dev (close)" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-hq.output.projects (expand)" references: [module.projects-hq.gitlab_project.this] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "gitlab_group.hq" references: [gitlab_group.example] | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "gitlab_project_membership.foo_bar" references: [module.projects-dev.output.projects (expand)] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "gitlab_user.foo-bar (import id \"1234567\")" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-dev.var.projects (expand)" references: [gitlab_group.dev gitlab_group.dev gitlab_group.dev gitlab_group.dev gitlab_group.dev gitlab_group.dev gitlab_group.dev gitlab_group.dev] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-hq (close)" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "gitlab_group.example" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/gitlabhq/gitlab\"]" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-dev.output.projects (expand)" references: [module.projects-dev.gitlab_project.this] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-dev (expand)" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-hq (expand)" references: [] | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "gitlab_group.dev" references: [gitlab_group.example] | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-dev.gitlab_project.this" references: [module.projects-dev.var.projects (expand)] | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [WARN] ReferenceTransformer: reference not found: "each.value" | |
2020/10/22 10:57:36 [DEBUG] ReferenceTransformer: "module.projects-hq.gitlab_project.this" references: [module.projects-hq.var.projects (expand)] | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/gitlabhq/gitlab"] (close) - *terraform.graphNodeCloseProvider | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/gitlabhq/gitlab"] (close) - *terraform.graphNodeCloseProvider | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2020/10/22 10:57:36 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2020/10/22 10:57:36 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
gitlab_group.example - *terraform.NodeAbstractResource | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-dev.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-dev.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-dev.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.dev - *terraform.NodeAbstractResource | |
module.projects-dev (expand) - *terraform.nodeExpandModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
module.projects-hq.output.projects (expand) - *terraform.nodeExpandOutput | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
module.projects-hq.var.projects (expand) - *terraform.nodeExpandModuleVariable | |
gitlab_group.hq - *terraform.NodeAbstractResource | |
module.projects-hq (expand) - *terraform.nodeExpandModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/gitlabhq/gitlab"] (close) - *terraform.graphNodeCloseProvider | |
gitlab_project_membership.foo_bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar - *terraform.NodeAbstractResource | |
gitlab_user.foo-bar (import id "1234567") - *terraform.graphNodeImportState | |
module.projects-hq.gitlab_project.this - *terraform.NodeAbstractResource | |
root - *terraform.nodeCloseModule | |
module.projects-dev (close) - *terraform.nodeCloseModule | |
module.projects-hq (close) - *terraform.nodeCloseModule | |
provider["registry.terraform.io/gitlabhq/gitlab"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2020/10/22 10:57:36 [DEBUG] Starting graph walk: walkImport | |
2020/10/22 10:57:36 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/gitlabhq/gitlab\"]" | |
2020/10/22 10:57:36 [TRACE] dag/walk: visiting "module.projects-hq (expand)" | |
2020/10/22 10:57:36 [TRACE] vertex "module.projects-hq (expand)": starting visit (*terraform.nodeExpandModule) | |
2020/10/22 10:57:36 [TRACE] dag/walk: visiting "module.projects-dev (expand)" | |
2020/10/22 10:57:36 [TRACE] vertex "module.projects-dev (expand)": starting visit (*terraform.nodeExpandModule) | |
2020/10/22 10:57:36 [TRACE] vertex "module.projects-hq (expand)": evaluating | |
2020/10/22 10:57:36 [TRACE] vertex "module.projects-dev (expand)": evaluating | |
2020/10/22 10:57:36 [TRACE] [walkImport] Entering eval tree: module.projects-hq (expand) | |
2020/10/22 10:57:36 [TRACE] [walkImport] Entering eval tree: module.projects-dev (expand) | |
2020/10/22 10:57:36 [TRACE] vertex "provider[\"registry.terraform.io/gitlabhq/gitlab\"]": starting visit (*terraform.NodeApplyableProvider) | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.evalPrepareModuleExpansion | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.evalPrepareModuleExpansion | |
2020/10/22 10:57:36 [TRACE] [walkImport] Exiting eval tree: module.projects-hq (expand) | |
2020/10/22 10:57:36 [TRACE] [walkImport] Exiting eval tree: module.projects-dev (expand) | |
2020/10/22 10:57:36 [TRACE] vertex "module.projects-hq (expand)": visit complete | |
2020/10/22 10:57:36 [TRACE] vertex "module.projects-dev (expand)": visit complete | |
2020/10/22 10:57:36 [TRACE] vertex "provider[\"registry.terraform.io/gitlabhq/gitlab\"]": evaluating | |
2020/10/22 10:57:36 [TRACE] [walkImport] Entering eval tree: provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalInitProvider | |
2020-10-22T10:57:36.257+0200 [INFO] plugin: configuring client automatic mTLS | |
2020-10-22T10:57:36.288+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 args=[.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0] | |
2020-10-22T10:57:36.292+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 pid=44993 | |
2020-10-22T10:57:36.293+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 | |
2020-10-22T10:57:36.304+0200 [INFO] plugin.terraform-provider-gitlab_v3.1.0: configuring server automatic mTLS: timestamp=2020-10-22T10:57:36.303+0200 | |
2020-10-22T10:57:36.336+0200 [DEBUG] plugin: using plugin: version=5 | |
2020-10-22T10:57:36.336+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: plugin address: address=/var/folders/xv/xv2jx2fd02d6lfshgz74h3sh000113/T/plugin841412084 network=unix timestamp=2020-10-22T10:57:36.336+0200 | |
2020/10/22 10:57:36 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/gitlabhq/gitlab\"]" provider for provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:36 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalOpFilter | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalSequence | |
2020-10-22T10:57:36.400+0200 [TRACE] plugin.stdio: waiting for stdio data | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalGetProvider | |
2020/10/22 10:57:36 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalOpFilter | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:36 [TRACE] eval: *terraform.EvalConfigProvider | |
2020/10/22 10:57:36 [TRACE] buildProviderConfig for provider["registry.terraform.io/gitlabhq/gitlab"]: using explicit config only | |
2020/10/22 10:57:36 [TRACE] GRPCProvider: GetSchema | |
2020/10/22 10:57:36 [TRACE] No provider meta schema returned | |
2020/10/22 10:57:36 [TRACE] GRPCProvider: Configure | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: provider["registry.terraform.io/gitlabhq/gitlab"] | |
2020/10/22 10:57:37 [TRACE] vertex "provider[\"registry.terraform.io/gitlabhq/gitlab\"]": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "gitlab_user.foo-bar" | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_user.foo-bar": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "gitlab_group.example" | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_user.foo-bar": visit complete | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_group.example": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_group.example": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "gitlab_group.dev" | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_group.dev": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_group.dev": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "gitlab_group.hq" | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_group.hq": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_group.hq": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-dev.var.projects (expand)" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects (expand)": starting visit (*terraform.nodeExpandModuleVariable) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects (expand)": expanding dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-hq.var.projects (expand)" | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "gitlab_user.foo-bar (import id \"1234567\")" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects (expand)": starting visit (*terraform.nodeExpandModuleVariable) | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_user.foo-bar (import id \"1234567\")": starting visit (*terraform.graphNodeImportState) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects (expand)": entering dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_user.foo-bar (import id \"1234567\")": evaluating | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: gitlab_user.foo-bar (import id "1234567") | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects (expand)": expanding dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects (expand)": entering dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalGetProvider | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalImportState | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-dev.var.projects" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects": starting visit (*terraform.nodeModuleVariable) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects": evaluating | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: module.projects-dev.var.projects | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalOpFilter | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalModuleCallArgument | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-hq.var.projects" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects": starting visit (*terraform.nodeModuleVariable) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects": evaluating | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: module.projects-hq.var.projects | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalOpFilter | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalModuleCallArgument | |
2020/10/22 10:57:37 [TRACE] GRPCProvider: ImportResourceState | |
2020-10-22T10:57:37.306+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: 2020/10/22 10:57:37 [DEBUG] read gitlab user 1234567 | |
2020/10/22 10:57:37 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSetModuleCallArguments | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.evalVariableValidations | |
2020/10/22 10:57:37 [TRACE] evalVariableValidations: not active for module.projects-dev.var.projects, so skipping | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: module.projects-dev.var.projects | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects": visit complete | |
2020/10/22 10:57:37 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSetModuleCallArguments | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.evalVariableValidations | |
2020/10/22 10:57:37 [TRACE] evalVariableValidations: not active for module.projects-hq.var.projects, so skipping | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: module.projects-hq.var.projects | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects": visit complete | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects (expand)": dynamic subgraph completed successfully | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.var.projects (expand)": visit complete | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects (expand)": dynamic subgraph completed successfully | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.var.projects (expand)": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-hq.gitlab_project.this" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.gitlab_project.this": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.gitlab_project.this": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-dev.gitlab_project.this" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.gitlab_project.this": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.gitlab_project.this": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-hq.output.projects (expand)" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects (expand)": starting visit (*terraform.nodeExpandOutput) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects (expand)": expanding dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-dev.output.projects (expand)" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects (expand)": starting visit (*terraform.nodeExpandOutput) | |
2020/10/22 10:57:37 [TRACE] Expanding output: adding module.projects-hq.output.projects as *terraform.NodeApplyableOutput | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects (expand)": expanding dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects (expand)": entering dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] Expanding output: adding module.projects-dev.output.projects as *terraform.NodeApplyableOutput | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects (expand)": entering dynamic subgraph | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-hq.output.projects" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects": starting visit (*terraform.NodeApplyableOutput) | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-dev.output.projects" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects": starting visit (*terraform.NodeApplyableOutput) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects": evaluating | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: module.projects-hq.output.projects | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects": evaluating | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: module.projects-hq.output.projects | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects": visit complete | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects (expand)": dynamic subgraph completed successfully | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: module.projects-dev.output.projects | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq.output.projects (expand)": visit complete | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: module.projects-dev.output.projects | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-hq (close)" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq (close)": starting visit (*terraform.nodeCloseModule) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects (expand)": dynamic subgraph completed successfully | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq (close)": evaluating | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev.output.projects (expand)": visit complete | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: module.projects-hq (close) | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "gitlab_project_membership.foo_bar" | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_project_membership.foo_bar": starting visit (*terraform.NodeAbstractResource) | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_project_membership.foo_bar": visit complete | |
2020/10/22 10:57:37 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: module.projects-hq (close) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-hq (close)": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: visiting "module.projects-dev (close)" | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev (close)": starting visit (*terraform.nodeCloseModule) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev (close)": evaluating | |
2020/10/22 10:57:37 [TRACE] [walkImport] Entering eval tree: module.projects-dev (close) | |
2020/10/22 10:57:37 [TRACE] eval: *terraform.EvalSequence | |
2020/10/22 10:57:37 [TRACE] eval: terraform.EvalNoop | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: module.projects-dev (close) | |
2020/10/22 10:57:37 [TRACE] vertex "module.projects-dev (close)": visit complete | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: panic: runtime error: invalid memory address or nil pointer dereference | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1a36b15] | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: goroutine 97 [running]: | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/gitlabhq/terraform-provider-gitlab/gitlab.resourceGitlabUserSetToState(0xc0002b78f0, 0xc00039b1e0) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/gitlabhq/terraform-provider-gitlab/gitlab/resource_gitlab_user.go:97 +0x255 | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/gitlabhq/terraform-provider-gitlab/gitlab.resourceGitlabUser.func1(0xc0002b78f0, 0x1c43bc0, 0xc000226600, 0xb, 0xc000143810, 0x292b701, 0x0, 0x1) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/gitlabhq/terraform-provider-gitlab/gitlab/resource_gitlab_user.go:30 +0x182 | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).ImportState(0xc000588000, 0xc0005c7ad0, 0xc000258078, 0x7, 0x15eb754, 0xc00041e7a0, 0x16, 0x16, 0x1c76820) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/hashicorp/[email protected]/helper/schema/provider.go:390 +0x28b | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ImportResourceState(0xc00011e100, 0x1f5ef00, 0xc0004eb2f0, 0xc000755600, 0xc00011e100, 0xc0004eb2f0, 0xc000095b78) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/hashicorp/[email protected]/internal/helper/plugin/grpc_provider.go:953 +0xec | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ImportResourceState_Handler(0x1cab900, 0xc00011e100, 0x1f5ef00, 0xc0004eb2f0, 0xc00063fb00, 0x0, 0x1f5ef00, 0xc0004eb2f0, 0xc00041e7a0, 0x16) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: github.com/hashicorp/[email protected]/internal/tfplugin5/tfplugin5.pb.go:3323 +0x217 | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/grpc.(*Server).processUnaryRPC(0xc000001e00, 0x1f693a0, 0xc000783080, 0xc00082c100, 0xc000184a50, 0x26a7698, 0x0, 0x0, 0x0) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/[email protected]/server.go:1024 +0x501 | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/grpc.(*Server).handleStream(0xc000001e00, 0x1f693a0, 0xc000783080, 0xc00082c100, 0x0) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/[email protected]/server.go:1313 +0xd3d | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc00003a440, 0xc000001e00, 0x1f693a0, 0xc000783080, 0xc00082c100) | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/[email protected]/server.go:722 +0xa1 | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: created by google.golang.org/grpc.(*Server).serveStreams.func1 | |
2020-10-22T10:57:37.686+0200 [DEBUG] plugin.terraform-provider-gitlab_v3.1.0: google.golang.org/[email protected]/server.go:720 +0xa1 | |
2020-10-22T10:57:37.689+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-10-22T10:57:37.689+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/gitlabhq/gitlab/3.1.0/darwin_amd64/terraform-provider-gitlab_v3.1.0 pid=44993 error="exit status 2" | |
2020/10/22 10:57:37 [ERROR] eval: *terraform.EvalImportState, err: rpc error: code = Unavailable desc = transport is closing | |
2020/10/22 10:57:37 [ERROR] eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing | |
2020/10/22 10:57:37 [TRACE] [walkImport] Exiting eval tree: gitlab_user.foo-bar (import id "1234567") | |
2020/10/22 10:57:37 [TRACE] vertex "gitlab_user.foo-bar (import id \"1234567\")": visit complete | |
2020/10/22 10:57:37 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/gitlabhq/gitlab\"] (close)" errored, so skipping | |
2020/10/22 10:57:37 [TRACE] dag/walk: upstream of "root" errored, so skipping | |
2020/10/22 10:57:37 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info | |
2020/10/22 10:57:37 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock | |
2020-10-22T10:57:37.691+0200 [DEBUG] plugin: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment