Skip to content

Instantly share code, notes, and snippets.

@cvbarros
Created December 11, 2019 21:10
Show Gist options
  • Save cvbarros/389e1d86f07c971d0b69e5194f3dba0e to your computer and use it in GitHub Desktop.
Save cvbarros/389e1d86f07c971d0b69e5194f3dba0e to your computer and use it in GitHub Desktop.
Terraform Issue #23635 - Apply with 0.12.7 and 0.12.17 with provider built against 0.12.7
2019/12/11 21:50:49 [INFO] Terraform version: 0.12.17
2019/12/11 21:50:49 [INFO] Go runtime version: go1.12.13
2019/12/11 21:50:49 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.0/versions/0.12.17/terraform", "apply"}
2019/12/11 21:50:49 [DEBUG] Attempting to open CLI config file: /Users/carlosvitor.barros/.terraformrc
2019/12/11 21:50:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/12/11 21:50:49 [DEBUG] checking for credentials in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:50:49 [DEBUG] checking for credentials in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:50:49 [INFO] CLI command args: []string{"apply"}
2019/12/11 21:50:49 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/12/11 21:50:49 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/12/11 21:50:49 [DEBUG] New state was assigned lineage "593df6ba-6c1b-d8da-a894-42598e689d97"
2019/12/11 21:50:49 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/12/11 21:50:49 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/12/11 21:50:49 [DEBUG] checking for provider in "."
2019/12/11 21:50:49 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.17"
2019/12/11 21:50:49 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/12/11 21:50:49 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:50:49 [WARN] found legacy provider "terraform-provider-teamcity_"
2019/12/11 21:50:49 [DEBUG] found provider "terraform-provider-teamcity_v0.5.0"
2019/12/11 21:50:49 [DEBUG] found provider "terraform-provider-teamcity_v0.5.1"
2019/12/11 21:50:49 [DEBUG] found provider "terraform-provider-teamcity_v0.5.2"
2019/12/11 21:50:49 [DEBUG] found provider "terraform-provider-teamcity_v0.5.3"
2019/12/11 21:50:49 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:50:49 [DEBUG] found valid plugin: "teamcity", "0.5.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.0"
2019/12/11 21:50:49 [DEBUG] found valid plugin: "teamcity", "0.5.1", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.1"
2019/12/11 21:50:49 [DEBUG] found valid plugin: "teamcity", "0.5.2", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.2"
2019/12/11 21:50:49 [DEBUG] found valid plugin: "teamcity", "0.5.3", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3"
2019/12/11 21:50:49 [DEBUG] found valid plugin: "teamcity_", "0.0.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_"
2019/12/11 21:50:49 [DEBUG] checking for provisioner in "."
2019/12/11 21:50:49 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.17"
2019/12/11 21:50:49 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/12/11 21:50:49 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:50:49 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:50:49 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/12/11 21:50:49 [INFO] backend/local: starting Apply operation
2019/12/11 21:50:49 [TRACE] backend/local: requesting state manager for workspace "default"
2019/12/11 21:50:49 [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
2019/12/11 21:50:49 [TRACE] backend/local: requesting state lock for workspace "default"
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/12/11 21:50:49 [TRACE] backend/local: reading remote state for workspace "default"
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2019/12/11 21:50:49 [TRACE] statemgr.Filesystem: read nil snapshot
2019/12/11 21:50:49 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/12/11 21:50:49 [TRACE] backend/local: building context for current working directory
2019/12/11 21:50:49 [TRACE] terraform.NewContext: starting
2019/12/11 21:50:49 [TRACE] terraform.NewContext: resolving provider version selections
2019/12/11 21:50:49 [TRACE] terraform.NewContext: loading provider schemas
2019/12/11 21:50:49 [TRACE] LoadSchemas: retrieving schema for provider type "teamcity"
2019-12-11T21:50:49.197+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:50:49.229+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:50:49.233+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55183
2019-12-11T21:50:49.233+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:50:49.268+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:50:49.267+0100
2019-12-11T21:50:49.293+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:50:49.293+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin514715642 network=unix timestamp=2019-12-11T21:50:49.293+0100
2019/12/11 21:50:49 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:50:49 [TRACE] GRPCProvider: Close
2019-12-11T21:50:49.365+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55183
2019-12-11T21:50:49.365+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:50:49 [TRACE] terraform.NewContext: complete
2019/12/11 21:50:49 [TRACE] backend/local: finished building terraform.Context
2019/12/11 21:50:49 [TRACE] backend/local: requesting interactive input, if necessary
2019/12/11 21:50:49 [TRACE] Context.Input: Prompting for provider arguments
2019/12/11 21:50:49 [TRACE] Context.Input: Provider provider.teamcity declared at build_templates.tf:1,1-20
2019/12/11 21:50:49 [TRACE] Context.Input: Input for provider.teamcity: map[string]cty.Value{}
2019/12/11 21:50:49 [TRACE] backend/local: running validation operation
2019/12/11 21:50:49 [INFO] terraform: building graph: GraphTypeValidate
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:50:49 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:50:49 [TRACE] StateTransformer: state is empty, so nothing to do
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) config from build_templates.tf:9,1-56
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) config from build_templates.tf:13,1-60
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) config from build_templates.tf:20,1-65
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2" (*terraform.NodeValidatableResource) config from build_templates.tf:26,1-65
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:50:49 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_username var.teamcity_url var.teamcity_password]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template2 teamcity_project.build_config_project_test]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [DEBUG] Starting graph walk: walkValidate
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: provider.teamcity
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:50:49.375+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:50:49.398+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:50:49.401+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55184
2019-12-11T21:50:49.401+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:50:49.416+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:50:49.416+0100
2019-12-11T21:50:49.437+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:50:49.437+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin400879679 network=unix timestamp=2019-12-11T21:50:49.437+0100
2019/12/11 21:50:49 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:50:49 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/12/11 21:50:49 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:50:49 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:50:49 [TRACE] GRPCProvider: PrepareProviderConfig
2019/12/11 21:50:49 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:49 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:49 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:50:49 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:50:49 [TRACE] [walkValidate] Entering eval tree: provider.teamcity (close)
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:50:49 [TRACE] GRPCProvider: Close
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:50:49 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:50:49.494+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55184
2019-12-11T21:50:49.494+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:50:49 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "root"
2019/12/11 21:50:49 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:50:49 [TRACE] vertex "root": visit complete
2019/12/11 21:50:49 [INFO] backend/local: apply calling Refresh
2019/12/11 21:50:49 [INFO] terraform: building graph: GraphTypeRefresh
2019/12/11 21:50:49 [TRACE] No managed resources in state during refresh; skipping managed resource transformer
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:50:49 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:50:49 [TRACE] StateTransformer: state is empty, so nothing to do
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:50:49 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:50:49 [DEBUG] pruning unused provider.teamcity
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2019/12/11 21:50:49 [DEBUG] Starting graph walk: walkRefresh
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "root"
2019/12/11 21:50:49 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:50:49 [TRACE] vertex "root": visit complete
2019/12/11 21:50:49 [INFO] backend/local: apply calling Plan
2019/12/11 21:50:49 [INFO] terraform: building graph: GraphTypePlan
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:50:49 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:50:49 [TRACE] StateTransformer: state is empty, so nothing to do
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2" (*terraform.NodePlannableResource) config from build_templates.tf:26,1-65
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) config from build_templates.tf:9,1-56
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) config from build_templates.tf:13,1-60
2019/12/11 21:50:49 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) config from build_templates.tf:20,1-65
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:50:49 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:50:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_username var.teamcity_url var.teamcity_password]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template2]
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:50:49 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:50:49 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:50:49 [TRACE] ForcedCBDTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:50:49 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:49 [DEBUG] Starting graph walk: walkPlan
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:49 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: provider.teamcity
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:50:49.500+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:50:49.522+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:50:49.525+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55187
2019-12-11T21:50:49.525+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:50:49.540+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:50:49.540+0100
2019-12-11T21:50:49.563+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:50:49.563+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin174486046 network=unix timestamp=2019-12-11T21:50:49.563+0100
2019/12/11 21:50:49 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:50:49 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:49 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:50:49 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:50:49 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:50:49 [TRACE] GRPCProvider: Configure
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": expanding dynamic subgraph
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_project.build_config_project_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [DEBUG] Resource instance state not found for node "teamcity_project.build_config_project_test", instance teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": entering dynamic subgraph
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:49 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] EvalReadState: no state present for teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:49 [TRACE] Re-validating config for "teamcity_project.build_config_project_test"
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:49 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:49 [TRACE] EvalWriteDiff: recorded Create change for teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": dynamic subgraph completed successfully
2019/12/11 21:50:49 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": expanding dynamic subgraph
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": expanding dynamic subgraph
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_template1", instance teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: []
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": entering dynamic subgraph
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:50:49 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_template2", instance teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:49 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: []
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": entering dynamic subgraph
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:49 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:49 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:49 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:49 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:49 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:49 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:50:49 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": dynamic subgraph completed successfully
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": dynamic subgraph completed successfully
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": expanding dynamic subgraph
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:49 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_test", instance teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:49 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: []
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:50:49 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:49 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": entering dynamic subgraph
2019/12/11 21:50:49 [TRACE] dag/walk: updating graph
2019/12/11 21:50:49 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:49 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:49 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:49 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:49 [WARN] Provider "teamcity" produced an invalid plan for teamcity_build_config.build_configuration_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .templates: planned value cty.UnknownVal(cty.List(cty.String)) does not match config value cty.ListVal([]cty.Value{cty.UnknownVal(cty.String), cty.UnknownVal(cty.String)})
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:49 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:49 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": dynamic subgraph completed successfully
2019/12/11 21:50:49 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:49 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:50:49 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:50:49 [TRACE] [walkPlan] Entering eval tree: provider.teamcity (close)
2019/12/11 21:50:49 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:50:49 [TRACE] GRPCProvider: Close
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:50:49 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:50:49.621+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55187
2019-12-11T21:50:49.621+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:50:49 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:50:49 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:50:49 [TRACE] dag/walk: visiting "root"
2019/12/11 21:50:49 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:50:49 [TRACE] vertex "root": visit complete
2019/12/11 21:50:49 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/12/11 21:50:51 [INFO] backend/local: apply calling Apply
2019/12/11 21:50:51 [INFO] terraform: building graph: GraphTypeApply
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:50:51 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/12/11 21:50:51 [TRACE] DiffTransformer starting
2019/12/11 21:50:51 [TRACE] DiffTransformer: found Create change for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] DiffTransformer: teamcity_project.build_config_project_test will be represented by teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:51 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template2 will be represented by teamcity_build_config.build_configuration_template2
2019/12/11 21:50:51 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:51 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template1 will be represented by teamcity_build_config.build_configuration_template1
2019/12/11 21:50:51 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_test
2019/12/11 21:50:51 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_test will be represented by teamcity_build_config.build_configuration_test
2019/12/11 21:50:51 [TRACE] DiffTransformer complete
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:9,1-56
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:13,1-60
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:20,1-65
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:26,1-65
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:9,1-56
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:26,1-65
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:20,1-65
2019/12/11 21:50:51 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:13,1-60
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:50:51 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_test", instance teamcity_build_config.build_configuration_test
2019/12/11 21:50:51 [DEBUG] Resource state not found for node "teamcity_project.build_config_project_test", instance teamcity_project.build_config_project_test
2019/12/11 21:50:51 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template2", instance teamcity_build_config.build_configuration_template2
2019/12/11 21:50:51 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template1", instance teamcity_build_config.build_configuration_template1
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:50:51 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:50:51 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:50:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:50:51 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_password var.teamcity_username var.teamcity_url]
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test (prepare state)" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test (prepare state) teamcity_project.build_config_project_test teamcity_project.build_config_project_test]
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test (prepare state) teamcity_project.build_config_project_test teamcity_project.build_config_project_test teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template1 (prepare state) teamcity_build_config.build_configuration_template2 teamcity_build_config.build_configuration_template2 teamcity_build_config.build_configuration_template2 (prepare state)]
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test (prepare state) teamcity_project.build_config_project_test teamcity_project.build_config_project_test]
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test (prepare state)" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (prepare state)" references: []
2019/12/11 21:50:51 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2019/12/11 21:50:51 [TRACE] AttachDependenciesTransformer: teamcity_project.build_config_project_test depends on []
2019/12/11 21:50:51 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_template2 depends on [teamcity_project.build_config_project_test]
2019/12/11 21:50:51 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_template1 depends on [teamcity_project.build_config_project_test]
2019/12/11 21:50:51 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_test depends on [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template2 teamcity_project.build_config_project_test]
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:50:51 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:50:51 [DEBUG] Starting graph walk: walkApply
2019/12/11 21:50:51 [TRACE] dag/walk: updating graph
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:50:51 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_build_config.build_configuration_template2 (prepare state)"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:50:51 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test (prepare state)", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1 (prepare state)", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (prepare state)", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test (prepare state)", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:50:51 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:50:51 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:51 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:50:51 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:50:51 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:50:51 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:50:51 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:50:51 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:50:51 [TRACE] [walkApply] Entering eval tree: provider.teamcity
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:50:51.716+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:50:51.743+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:50:51.747+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55192
2019-12-11T21:50:51.747+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:50:51.767+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:50:51.766+0100
2019-12-11T21:50:51.791+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:50:51.792+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin984969111 network=unix timestamp=2019-12-11T21:50:51.791+0100
2019/12/11 21:50:51 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:50:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:50:51 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:50:51 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:50:51 [TRACE] GRPCProvider: Configure
2019/12/11 21:50:51 [TRACE] [walkApply] Exiting eval tree: provider.teamcity
2019/12/11 21:50:51 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2 (prepare state)"
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": evaluating
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:50:51 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (prepare state)": evaluating
2019/12/11 21:50:51 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:50:51 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:50:51 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:51 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": evaluating
2019/12/11 21:50:51 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": visit complete
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (prepare state)": visit complete
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:50:51 [TRACE] [walkApply] Entering eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": evaluating
2019/12/11 21:50:51 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:51 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:50:51 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": visit complete
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:50:51 [TRACE] [walkApply] Exiting eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:50:51 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": visit complete
2019/12/11 21:50:51 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:50:51 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:50:51 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:50:51 [TRACE] [walkApply] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:51 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:51 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] EvalReadState: no state present for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:51 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:51 [TRACE] Re-validating config for "teamcity_project.build_config_project_test"
2019/12/11 21:50:51 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:51 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:50:51 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:51 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] EvalReadState: no state present for teamcity_project.build_config_project_test
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:50:51 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:50:51 [DEBUG] teamcity_project.build_config_project_test: applying the planned Create change
2019/12/11 21:50:51 [TRACE] GRPCProvider: ApplyResourceChange
2019/12/11 21:50:52 [WARN] Provider "teamcity" produced an unexpected new value for teamcity_project.build_config_project_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .description: was null, but now cty.StringVal("")
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 0 dependencies for teamcity_project.build_config_project_test
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 0 dependencies for teamcity_project.build_config_project_test
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: read nil snapshot
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 1
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:50:52 [TRACE] [walkApply] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:50:52 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:50:52 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:50:52 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:50:52 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:50:52 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:52 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:52 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:52 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:52 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:52 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:52 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template1"
2019/12/11 21:50:52 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:52 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template2"
2019/12/11 21:50:52 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:52 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:52 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:50:52 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:52 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:50:52 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:50:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:52 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:50:52 [DEBUG] teamcity_build_config.build_configuration_template2: applying the planned Create change
2019/12/11 21:50:52 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:50:52.062+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:50:52.062+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build template 2'.
2019-12-11T21:50:52.062+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: setting is_template = 'true'.
2019/12/11 21:50:52 [DEBUG] teamcity_build_config.build_configuration_template1: applying the planned Create change
2019/12/11 21:50:52 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:50:52.063+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:50:52.063+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build template 1'.
2019-12-11T21:50:52.063+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: setting is_template = 'true'.
2019-12-11T21:50:52.105+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildTemplate1'. Marking new resource.
2019-12-11T21:50:52.105+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019-12-11T21:50:52.115+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildTemplate1
2019-12-11T21:50:52.115+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:50:52.115+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate1
2019-12-11T21:50:52.120+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] BuildConfiguration 'build template 1' retrieved successfully
2019-12-11T21:50:52.127+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildTemplate2'. Marking new resource.
2019-12-11T21:50:52.127+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: read snapshot with lineage "4596a32d-2946-25f9-c7b0-6f6240f40fc4" serial 1
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 2
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019-12-11T21:50:52.132+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildTemplate2
2019-12-11T21:50:52.132+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:50:52.132+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate2
2019/12/11 21:50:52 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019-12-11T21:50:52.139+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] BuildConfiguration 'build template 2' retrieved successfully
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 3
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:50:52 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:50:52 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:50:52 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:52 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:52 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:50:52 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:50:52 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:50:52 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:50:52 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:50:52 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:50:52 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:50:52 [DEBUG] teamcity_build_config.build_configuration_test: applying the planned Create change
2019/12/11 21:50:52 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:50:52.154+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:50:52.154+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build config test'.
2019-12-11T21:50:52.211+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildConfigTest'. Marking new resource.
2019-12-11T21:50:52.211+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019-12-11T21:50:52.223+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:50:52.223+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate: change detected for templates
2019-12-11T21:50:52.275+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate: attached template 'BuildConfigProjectTest_BuildTemplate1' to build configuration
2019-12-11T21:50:52.329+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate: attached template 'BuildConfigProjectTest_BuildTemplate2' to build configuration
2019-12-11T21:50:52.329+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:50:52.329+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:50:52.342+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:50:52 [DEBUG] BuildConfiguration 'build config test' retrieved successfully
2019/12/11 21:50:52 [WARN] Provider "teamcity" produced an unexpected new value for teamcity_build_config.build_configuration_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .is_template: was null, but now cty.False
- .description: was null, but now cty.StringVal("")
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 3 dependencies for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:50:52 [TRACE] EvalWriteState: recording 3 dependencies for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 4
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:50:52 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:50:52 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:50:52 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:50:52 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:50:52 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:50:52 [TRACE] [walkApply] Entering eval tree: provider.teamcity (close)
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:50:52 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:50:52 [TRACE] GRPCProvider: Close
2019/12/11 21:50:52 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:50:52 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:50:52 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:50:52 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:50:52 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:50:52 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:50:52.364+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55192
2019-12-11T21:50:52.364+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:50:52 [TRACE] [walkApply] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:50:52 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:50:52 [TRACE] dag/walk: visiting "root"
2019/12/11 21:50:52 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:50:52 [TRACE] vertex "root": visit complete
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 5
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/12/11 21:50:52 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019/12/11 21:51:18 [INFO] Terraform version: 0.12.17
2019/12/11 21:51:18 [INFO] Go runtime version: go1.12.13
2019/12/11 21:51:18 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.0/versions/0.12.17/terraform", "apply"}
2019/12/11 21:51:18 [DEBUG] Attempting to open CLI config file: /Users/carlosvitor.barros/.terraformrc
2019/12/11 21:51:18 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/12/11 21:51:18 [DEBUG] checking for credentials in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:51:18 [DEBUG] checking for credentials in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:51:18 [INFO] CLI command args: []string{"apply"}
2019/12/11 21:51:18 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/12/11 21:51:18 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/12/11 21:51:18 [DEBUG] New state was assigned lineage "d63f8749-70e9-13ac-a283-9a7b52a43240"
2019/12/11 21:51:18 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/12/11 21:51:18 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/12/11 21:51:18 [DEBUG] checking for provider in "."
2019/12/11 21:51:18 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.17"
2019/12/11 21:51:18 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/12/11 21:51:18 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:51:18 [WARN] found legacy provider "terraform-provider-teamcity_"
2019/12/11 21:51:18 [DEBUG] found provider "terraform-provider-teamcity_v0.5.0"
2019/12/11 21:51:18 [DEBUG] found provider "terraform-provider-teamcity_v0.5.1"
2019/12/11 21:51:18 [DEBUG] found provider "terraform-provider-teamcity_v0.5.2"
2019/12/11 21:51:18 [DEBUG] found provider "terraform-provider-teamcity_v0.5.3"
2019/12/11 21:51:18 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:51:18 [DEBUG] found valid plugin: "teamcity", "0.5.1", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.1"
2019/12/11 21:51:18 [DEBUG] found valid plugin: "teamcity", "0.5.2", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.2"
2019/12/11 21:51:18 [DEBUG] found valid plugin: "teamcity", "0.5.3", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3"
2019/12/11 21:51:18 [DEBUG] found valid plugin: "teamcity_", "0.0.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_"
2019/12/11 21:51:18 [DEBUG] found valid plugin: "teamcity", "0.5.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.0"
2019/12/11 21:51:18 [DEBUG] checking for provisioner in "."
2019/12/11 21:51:18 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.17"
2019/12/11 21:51:18 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/12/11 21:51:18 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:51:18 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:51:18 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/12/11 21:51:18 [INFO] backend/local: starting Apply operation
2019/12/11 21:51:18 [TRACE] backend/local: requesting state manager for workspace "default"
2019/12/11 21:51:18 [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
2019/12/11 21:51:18 [TRACE] backend/local: requesting state lock for workspace "default"
2019/12/11 21:51:18 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/12/11 21:51:18 [TRACE] statemgr.Filesystem: existing snapshot has lineage "4596a32d-2946-25f9-c7b0-6f6240f40fc4" serial 5
2019/12/11 21:51:18 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2019/12/11 21:51:18 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/12/11 21:51:18 [TRACE] backend/local: reading remote state for workspace "default"
2019/12/11 21:51:18 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:51:18 [TRACE] statemgr.Filesystem: read snapshot with lineage "4596a32d-2946-25f9-c7b0-6f6240f40fc4" serial 5
2019/12/11 21:51:18 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/12/11 21:51:18 [TRACE] backend/local: building context for current working directory
2019/12/11 21:51:18 [TRACE] terraform.NewContext: starting
2019/12/11 21:51:18 [TRACE] terraform.NewContext: resolving provider version selections
2019/12/11 21:51:18 [TRACE] terraform.NewContext: loading provider schemas
2019/12/11 21:51:18 [TRACE] LoadSchemas: retrieving schema for provider type "teamcity"
2019-12-11T21:51:18.660+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:51:18.683+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:51:18.686+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55459
2019-12-11T21:51:18.687+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:51:18.702+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:51:18.702+0100
2019-12-11T21:51:18.724+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:51:18.724+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin803335750 network=unix timestamp=2019-12-11T21:51:18.724+0100
2019/12/11 21:51:18 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:51:18 [TRACE] GRPCProvider: Close
2019-12-11T21:51:18.772+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55459
2019-12-11T21:51:18.772+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:51:18 [TRACE] terraform.NewContext: complete
2019/12/11 21:51:18 [TRACE] backend/local: finished building terraform.Context
2019/12/11 21:51:18 [TRACE] backend/local: requesting interactive input, if necessary
2019/12/11 21:51:18 [TRACE] Context.Input: Prompting for provider arguments
2019/12/11 21:51:18 [TRACE] Context.Input: Provider provider.teamcity declared at build_templates.tf:1,1-20
2019/12/11 21:51:18 [TRACE] Context.Input: Input for provider.teamcity: map[string]cty.Value{}
2019/12/11 21:51:18 [TRACE] backend/local: running validation operation
2019/12/11 21:51:18 [INFO] terraform: building graph: GraphTypeValidate
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:51:18 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:51:18 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:51:18 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodeValidatableResource) config from build_templates.tf:26,1-65
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) config from build_templates.tf:9,1-56
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) config from build_templates.tf:13,1-60
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) config from build_templates.tf:20,1-65
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:51:18 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity exactly
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeAbstractResourceInstance) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3 teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_url var.teamcity_password var.teamcity_username]
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [DEBUG] Starting graph walk: walkValidate
2019/12/11 21:51:18 [TRACE] dag/walk: updating graph
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "provider.teamcity"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: provider.teamcity
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:51:18.775+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:51:18.798+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:51:18.801+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55460
2019-12-11T21:51:18.801+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:51:18.816+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:51:18.816+0100
2019-12-11T21:51:18.838+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:51:18.838+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin181664363 network=unix timestamp=2019-12-11T21:51:18.838+0100
2019/12/11 21:51:18 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:51:18 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/12/11 21:51:18 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:51:18 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:51:18 [TRACE] GRPCProvider: PrepareProviderConfig
2019/12/11 21:51:18 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:18 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeAbstractResourceInstance)
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:51:18 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:51:18 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:18 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:51:18 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:18 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:51:18 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:18 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: provider.teamcity (close)
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:51:18 [TRACE] GRPCProvider: Close
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:18 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:51:18 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:51:18 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:51:18 [WARN] Not fixing up EachModes for teamcity_build_config.build_configuration_template2 because it has no config
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:51:18 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:51:18.887+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55460
2019-12-11T21:51:18.887+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:51:18 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "root"
2019/12/11 21:51:18 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:51:18 [TRACE] vertex "root": visit complete
2019/12/11 21:51:18 [INFO] backend/local: apply calling Refresh
2019/12/11 21:51:18 [INFO] terraform: building graph: GraphTypeRefresh
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:51:18 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:51:18 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:51:18 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:51:18 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:20,1-65
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:26,1-65
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:9,1-56
2019/12/11 21:51:18 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:13,1-60
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:51:18 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity exactly
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:51:18 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:51:18 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:51:18 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_url var.teamcity_password var.teamcity_username]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3]
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: []
2019/12/11 21:51:18 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2019/12/11 21:51:18 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_template1 depends on [teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [TRACE] AttachDependenciesTransformer: teamcity_project.build_config_project_test depends on []
2019/12/11 21:51:18 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_test depends on [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3 teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_template3 depends on [teamcity_project.build_config_project_test]
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:18 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:51:18 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:18 [DEBUG] Starting graph walk: walkRefresh
2019/12/11 21:51:18 [TRACE] dag/walk: updating graph
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "provider.teamcity"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:18 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:51:18 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:51:18 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:51:18 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:51:18 [TRACE] [walkRefresh] Entering eval tree: provider.teamcity
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:51:18.889+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:51:18.911+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:51:18.915+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55461
2019-12-11T21:51:18.915+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:51:18.930+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:51:18.930+0100
2019-12-11T21:51:18.955+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:51:18.955+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin969588352 network=unix timestamp=2019-12-11T21:51:18.955+0100
2019/12/11 21:51:18 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:51:18 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:18 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:18 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:51:18 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:51:18 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:51:19 [TRACE] GRPCProvider: Configure
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: provider.teamcity
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_template2 will be refreshed
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:51:19 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template2 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:51:19 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_project.build_config_project_test will be refreshed
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:51:19 [TRACE] [walkRefresh] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_project.build_config_project_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:51:19 [TRACE] GRPCProvider: ReadResource
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:51:19 [TRACE] GRPCProvider: ReadResource
2019-12-11T21:51:19.008+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:19 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate2
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: recording 0 dependencies for teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:51:19 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_template1 will be refreshed
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:51:19 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template3", instance teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template1 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_template3 has no existing state to refresh
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:51:19 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:51:19 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:19 [TRACE] GRPCProvider: PlanResourceChange
2019-12-11T21:51:19.018+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:19 [DEBUG] BuildConfiguration 'build template 2' retrieved successfully
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:19 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:51:19 [TRACE] GRPCProvider: ReadResource
2019-12-11T21:51:19.020+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:19 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate1
2019-12-11T21:51:19.025+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:19 [DEBUG] BuildConfiguration 'build template 1' retrieved successfully
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:51:19 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_test will be refreshed
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:51:19 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:51:19 [TRACE] GRPCProvider: ReadResource
2019-12-11T21:51:19.032+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:19 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:51:19.045+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:19 [DEBUG] BuildConfiguration 'build config test' retrieved successfully
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: recording 3 dependencies for teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:51:19 [TRACE] [walkRefresh] Entering eval tree: provider.teamcity (close)
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:51:19 [TRACE] GRPCProvider: Close
2019-12-11T21:51:19.053+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55461
2019-12-11T21:51:19.053+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:51:19 [TRACE] [walkRefresh] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:51:19 [INFO] backend/local: apply calling Plan
2019/12/11 21:51:19 [INFO] terraform: building graph: GraphTypePlan
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:51:19 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:51:19 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:51:19 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:51:19 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodePlannableResource) config from build_templates.tf:26,1-65
2019/12/11 21:51:19 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) config from build_templates.tf:9,1-56
2019/12/11 21:51:19 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) config from build_templates.tf:13,1-60
2019/12/11 21:51:19 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) config from build_templates.tf:20,1-65
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:51:19 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:51:19 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:19 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:19 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:19 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:19 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (orphan) is provided by provider.teamcity exactly
2019/12/11 21:51:19 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:51:19 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:51:19 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:51:19 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:51:19 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:51:19 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:51:19 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (orphan)" (*terraform.NodePlannableResourceInstanceOrphan) needs provider.teamcity
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:51:19 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:51:19 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:51:19 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3]
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_password var.teamcity_username var.teamcity_url]
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test]
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (orphan)" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:51:19 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:51:19 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:51:19 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:51:19 [TRACE] ForcedCBDTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:19 [DEBUG] Starting graph walk: walkPlan
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (orphan)" waiting on "provider.teamcity"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:51:19 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (orphan)", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:51:19 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:51:19 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:51:19 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:19 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:19 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:51:19 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: provider.teamcity
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:51:19.055+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:51:19.078+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:51:19.082+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55464
2019-12-11T21:51:19.082+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:51:19.096+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:51:19.096+0100
2019-12-11T21:51:19.119+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:51:19.119+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin308052471 network=unix timestamp=2019-12-11T21:51:19.119+0100
2019/12/11 21:51:19 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:51:19 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:19 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:51:19 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:51:19 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:51:19 [TRACE] GRPCProvider: Configure
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (orphan)": starting visit (*terraform.NodePlannableResourceInstanceOrphan)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (orphan)": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_project.build_config_project_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template2 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_project.build_config_project_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:51:19 [TRACE] Re-validating config for "teamcity_project.build_config_project_test"
2019/12/11 21:51:19 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:19 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalDiffDestroy
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:19 [TRACE] EvalWriteDiff: recorded Delete change for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: removing state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (orphan)": visit complete
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:19 [TRACE] EvalWriteDiff: recorded NoOp change for teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_template3", instance teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template1 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:51:19 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:19 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:19 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:51:19 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template1"
2019/12/11 21:51:19 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:19 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:19 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:19 [TRACE] EvalWriteDiff: recorded NoOp change for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": expanding dynamic subgraph
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:19 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: []
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:51:19 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": entering dynamic subgraph
2019/12/11 21:51:19 [TRACE] dag/walk: updating graph
2019/12/11 21:51:19 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:19 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:19 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:51:19 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:19 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:19 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:51:19 [WARN] Provider "teamcity" produced an invalid plan for teamcity_build_config.build_configuration_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .templates: planned value cty.UnknownVal(cty.List(cty.String)) does not match config value cty.ListVal([]cty.Value{cty.StringVal("BuildConfigProjectTest_BuildTemplate1"), cty.UnknownVal(cty.String)}) nor prior value cty.ListVal([]cty.Value{cty.StringVal("BuildConfigProjectTest_BuildTemplate1"), cty.StringVal("BuildConfigProjectTest_BuildTemplate2")})
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:19 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:19 [TRACE] EvalWriteDiff: recorded Update change for teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": dynamic subgraph completed successfully
2019/12/11 21:51:19 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:19 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:51:19 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:51:19 [TRACE] [walkPlan] Entering eval tree: provider.teamcity (close)
2019/12/11 21:51:19 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:51:19 [TRACE] GRPCProvider: Close
2019/12/11 21:51:19 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:51:19.177+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55464
2019-12-11T21:51:19.177+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:51:19 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:51:19 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:51:19 [TRACE] dag/walk: visiting "root"
2019/12/11 21:51:19 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:51:19 [TRACE] vertex "root": visit complete
2019/12/11 21:51:19 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/12/11 21:51:20 [INFO] backend/local: apply calling Apply
2019/12/11 21:51:20 [INFO] terraform: building graph: GraphTypeApply
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:51:20 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/12/11 21:51:20 [TRACE] DiffTransformer starting
2019/12/11 21:51:20 [TRACE] DiffTransformer: found Delete change for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template2 will be represented for destruction by teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [TRACE] DiffTransformer: found NoOp change for teamcity_project.build_config_project_test
2019/12/11 21:51:20 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template3 will be represented by teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] DiffTransformer: found NoOp change for teamcity_build_config.build_configuration_template1
2019/12/11 21:51:20 [TRACE] DiffTransformer: found Update change for teamcity_build_config.build_configuration_test
2019/12/11 21:51:20 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_test will be represented by teamcity_build_config.build_configuration_test
2019/12/11 21:51:20 [TRACE] DiffTransformer complete
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/12/11 21:51:20 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] OrphanResourceTransformer: node "teamcity_build_config.build_configuration_template2 (clean up state)" depends on "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:51:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:9,1-56
2019/12/11 21:51:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:13,1-60
2019/12/11 21:51:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:20,1-65
2019/12/11 21:51:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:26,1-65
2019/12/11 21:51:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:26,1-65
2019/12/11 21:51:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:13,1-60
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:51:20 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template3", instance teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:51:20 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (clean up state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (destroy) is provided by provider.teamcity exactly
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (clean up state)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (clean up state)" (*terraform.NodeDestroyResource) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (clean up state)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test (prepare state)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3 (prepare state)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test (prepare state)]
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_username var.teamcity_url var.teamcity_password]
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test (prepare state)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test (prepare state) teamcity_build_config.build_configuration_template1 (prepare state) teamcity_build_config.build_configuration_template3 (prepare state) teamcity_build_config.build_configuration_template3 teamcity_build_config.build_configuration_template3]
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (clean up state)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2019/12/11 21:51:20 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_test depends on [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3 teamcity_project.build_config_project_test]
2019/12/11 21:51:20 [TRACE] AttachDependenciesTransformer: teamcity_build_config.build_configuration_template3 depends on [teamcity_project.build_config_project_test]
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" (*terraform.NodeDestroyResourceInstance) destroys teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: teamcity_build_config.build_configuration_test has stored dependency of teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: constructing temporary graph for analysis of references, starting from:
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.LocalTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.OutputTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.AttachResourceConfigTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.AttachStateTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.RootVariableTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.ModuleVariableTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.graphTransformerMulti on temporary graph
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:51:20 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity exactly
2019/12/11 21:51:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (destroy) is provided by provider.teamcity exactly
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeAbstractResourceInstance) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.teamcity
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:51:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.AttachSchemaTransformer on temporary graph
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:51:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: running *terraform.ReferenceTransformer on temporary graph
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_url var.teamcity_password var.teamcity_username]
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:51:20 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: temporary reference graph:
provider.teamcity
var.teamcity_password
var.teamcity_url
var.teamcity_username
teamcity_build_config.build_configuration_template2
provider.teamcity
teamcity_build_config.build_configuration_template2 (destroy)
provider.teamcity
var.teamcity_password
var.teamcity_url
var.teamcity_username
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: creation node "teamcity_build_config.build_configuration_template2" references [provider.teamcity var.teamcity_username var.teamcity_url var.teamcity_password]
2019/12/11 21:51:20 [TRACE] DestroyEdgeTransformer: creation node "teamcity_build_config.build_configuration_template2 (destroy)" references [var.teamcity_username var.teamcity_url var.teamcity_password provider.teamcity]
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:51:20 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:51:20 [DEBUG] Starting graph walk: walkApply
2019/12/11 21:51:20 [TRACE] dag/walk: updating graph
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3 (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (clean up state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:51:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_template2 (clean up state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (clean up state)" waiting on "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (destroy)" waiting on "provider.teamcity"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_build_config.build_configuration_template3 (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:51:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2 (clean up state)"
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3 (prepare state)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (clean up state)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test (prepare state)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test (prepare state)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (destroy)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1 (prepare state)", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:51:20 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:20 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:20 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:51:20 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:51:20 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:51:20 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:51:20 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:51:20 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: provider.teamcity
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:51:20.636+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:51:20.662+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:51:20.669+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55469
2019-12-11T21:51:20.669+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:51:20.685+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:51:20.685+0100
2019-12-11T21:51:20.708+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:51:20.708+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin764801680 network=unix timestamp=2019-12-11T21:51:20.707+0100
2019/12/11 21:51:20 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:51:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:51:20 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:51:20 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:51:20 [TRACE] GRPCProvider: Configure
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: provider.teamcity
2019/12/11 21:51:20 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3 (prepare state)"
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3 (prepare state)": evaluating
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:51:20 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3 (prepare state)": visit complete
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:51:20 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": evaluating
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": evaluating
2019/12/11 21:51:20 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": visit complete
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": evaluating
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": visit complete
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": visit complete
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:51:20 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:51:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (destroy)": starting visit (*terraform.NodeDestroyResourceInstance)
2019/12/11 21:51:20 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (destroy)": evaluating
2019/12/11 21:51:20 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:51:20 [TRACE] EvalReadDiff: Read Delete change from plan for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template2 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:51:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:51:20 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template3"
2019/12/11 21:51:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:51:20 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalRequireState
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:51:20 [DEBUG] teamcity_build_config.build_configuration_template2: applying the planned Delete change
2019/12/11 21:51:20 [TRACE] GRPCProvider: ApplyResourceChange
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:51:20 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:51:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:51:20 [DEBUG] teamcity_build_config.build_configuration_template3: applying the planned Create change
2019/12/11 21:51:20 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:51:20.762+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigDelete: destroying build configuration 'BuildConfigProjectTest_BuildTemplate2'.
2019-12-11T21:51:20.763+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:51:20.763+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build template 3'.
2019-12-11T21:51:20.763+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigCreate: setting is_template = 'true'.
2019/12/11 21:51:20 [DEBUG] teamcity_build_config.build_configuration_template2: apply errored, but we're indicating that via the Error pointer rather than returning it: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:51:20 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:51:20 [ERROR] <root>: eval: *terraform.EvalSequence, err: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:51:20 [ERROR] <root>: eval: *terraform.EvalOpFilter, err: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (destroy)": visit complete
2019/12/11 21:51:20 [TRACE] dag/walk: upstream of "teamcity_build_config.build_configuration_template2 (clean up state)" errored, so skipping
2019-12-11T21:51:20.796+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildTemplate3'. Marking new resource.
2019-12-11T21:51:20.796+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019-12-11T21:51:20.802+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildTemplate3
2019-12-11T21:51:20.802+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:51:20.802+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate3
2019-12-11T21:51:20.806+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:51:20 [DEBUG] BuildConfiguration 'build template 3' retrieved successfully
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:20 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:51:20 [TRACE] EvalWriteState: recording 1 dependencies for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:51:20 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 6
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:51:20 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:51:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:51:20 [TRACE] dag/walk: upstream of "teamcity_build_config.build_configuration_test" errored, so skipping
2019/12/11 21:51:20 [TRACE] dag/walk: upstream of "provider.teamcity (close)" errored, so skipping
2019/12/11 21:51:20 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2019/12/11 21:51:20 [TRACE] dag/walk: upstream of "root" errored, so skipping
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 7
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/12/11 21:51:20 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019-12-11T21:51:20.853+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=55469
2019-12-11T21:51:20.853+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:48:38 [INFO] Terraform version: 0.12.7
2019/12/11 21:48:38 [INFO] Go runtime version: go1.12.9
2019/12/11 21:48:38 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.0/versions/0.12.7/terraform", "apply"}
2019/12/11 21:48:38 [DEBUG] Attempting to open CLI config file: /Users/carlosvitor.barros/.terraformrc
2019/12/11 21:48:38 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/12/11 21:48:38 [INFO] CLI command args: []string{"apply"}
2019/12/11 21:48:38 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/12/11 21:48:38 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/12/11 21:48:38 [DEBUG] New state was assigned lineage "4945c947-bd0a-c745-e875-21039720424f"
2019/12/11 21:48:38 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/12/11 21:48:38 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/12/11 21:48:38 [DEBUG] checking for provider in "."
2019/12/11 21:48:38 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.7"
2019/12/11 21:48:38 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/12/11 21:48:38 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:48:38 [WARN] found legacy provider "terraform-provider-teamcity_"
2019/12/11 21:48:38 [DEBUG] found provider "terraform-provider-teamcity_v0.5.0"
2019/12/11 21:48:38 [DEBUG] found provider "terraform-provider-teamcity_v0.5.1"
2019/12/11 21:48:38 [DEBUG] found provider "terraform-provider-teamcity_v0.5.2"
2019/12/11 21:48:38 [DEBUG] found provider "terraform-provider-teamcity_v0.5.3"
2019/12/11 21:48:38 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:48:38 [DEBUG] found valid plugin: "teamcity", "0.5.3", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3"
2019/12/11 21:48:38 [DEBUG] found valid plugin: "teamcity_", "0.0.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_"
2019/12/11 21:48:38 [DEBUG] found valid plugin: "teamcity", "0.5.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.0"
2019/12/11 21:48:38 [DEBUG] found valid plugin: "teamcity", "0.5.1", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.1"
2019/12/11 21:48:38 [DEBUG] found valid plugin: "teamcity", "0.5.2", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.2"
2019/12/11 21:48:38 [DEBUG] checking for provisioner in "."
2019/12/11 21:48:38 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.7"
2019/12/11 21:48:38 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/12/11 21:48:38 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:48:38 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:48:38 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/12/11 21:48:38 [INFO] backend/local: starting Apply operation
2019/12/11 21:48:38 [TRACE] backend/local: requesting state manager for workspace "default"
2019/12/11 21:48:38 [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
2019/12/11 21:48:38 [TRACE] backend/local: requesting state lock for workspace "default"
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/12/11 21:48:38 [TRACE] backend/local: reading remote state for workspace "default"
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2019/12/11 21:48:38 [TRACE] statemgr.Filesystem: read nil snapshot
2019/12/11 21:48:38 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/12/11 21:48:38 [TRACE] backend/local: building context for current working directory
2019/12/11 21:48:38 [TRACE] terraform.NewContext: starting
2019/12/11 21:48:38 [TRACE] terraform.NewContext: resolving provider version selections
2019/12/11 21:48:38 [TRACE] terraform.NewContext: loading provider schemas
2019/12/11 21:48:38 [TRACE] LoadSchemas: retrieving schema for provider type "teamcity"
2019-12-11T21:48:38.773+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:48:38.807+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:48:38.811+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53934
2019-12-11T21:48:38.811+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:48:38.830+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:48:38.829+0100
2019-12-11T21:48:38.863+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:48:38.863+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin207464597 network=unix timestamp=2019-12-11T21:48:38.863+0100
2019/12/11 21:48:38 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:48:38 [TRACE] GRPCProvider: Close
2019-12-11T21:48:38.921+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53934
2019-12-11T21:48:38.922+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:48:38 [TRACE] terraform.NewContext: complete
2019/12/11 21:48:38 [TRACE] backend/local: finished building terraform.Context
2019/12/11 21:48:38 [TRACE] backend/local: requesting interactive input, if necessary
2019/12/11 21:48:38 [TRACE] Context.Input: Prompting for variables
2019/12/11 21:48:38 [TRACE] Context.Input: Prompting for provider arguments
2019/12/11 21:48:38 [TRACE] Context.Input: Provider provider.teamcity declared at build_templates.tf:1,1-20
2019/12/11 21:48:38 [TRACE] Context.Input: Input for provider.teamcity: map[string]cty.Value{}
2019/12/11 21:48:38 [TRACE] backend/local: running validation operation
2019/12/11 21:48:38 [INFO] terraform: building graph: GraphTypeValidate
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:48:38 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:48:38 [TRACE] StateTransformer: state is empty, so nothing to do
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:48:38 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) config from build_templates.tf:9,1-56
2019/12/11 21:48:38 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) config from build_templates.tf:13,1-60
2019/12/11 21:48:38 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) config from build_templates.tf:20,1-65
2019/12/11 21:48:38 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2" (*terraform.NodeValidatableResource) config from build_templates.tf:26,1-65
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:48:38 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:48:38 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:38 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:38 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:38 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:38 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:48:38 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:48:38 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:48:38 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:48:38 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:48:38 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:48:38 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:48:38 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:48:38 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:48:38 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:48:38 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:48:38 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:48:38 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:48:38 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_url var.teamcity_password var.teamcity_username]
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template2 teamcity_project.build_config_project_test]
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test]
2019/12/11 21:48:38 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:48:38 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:38 [DEBUG] Starting graph walk: walkValidate
2019/12/11 21:48:38 [TRACE] dag/walk: updating graph
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:48:38 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:48:38 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:48:38 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:48:38 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:38 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:48:38 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:38 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:48:38 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:48:38 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:48:38 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:38 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:48:38 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:48:38 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:48:38 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:48:38 [TRACE] [walkValidate] Entering eval tree: provider.teamcity
2019/12/11 21:48:38 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:38 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:48:38.929+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:48:38.952+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:48:38.955+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53937
2019-12-11T21:48:38.955+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:48:38.971+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:48:38.971+0100
2019-12-11T21:48:38.993+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:48:38.993+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin594312332 network=unix timestamp=2019-12-11T21:48:38.993+0100
2019/12/11 21:48:38 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:48:38 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:38 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:48:38 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:38 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:38 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/12/11 21:48:38 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:48:38 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:48:39 [TRACE] GRPCProvider: PrepareProviderConfig
2019/12/11 21:48:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:48:39 [TRACE] [walkValidate] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:48:39 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:48:39 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:48:39 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:48:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:48:39 [TRACE] [walkValidate] Entering eval tree: provider.teamcity (close)
2019/12/11 21:48:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:48:39 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:48:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019/12/11 21:48:39 [TRACE] GRPCProvider: Close
2019-12-11T21:48:39.048+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53937
2019-12-11T21:48:39.048+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:48:39 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "root"
2019/12/11 21:48:39 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:48:39 [TRACE] vertex "root": visit complete
2019/12/11 21:48:39 [INFO] backend/local: apply calling Refresh
2019/12/11 21:48:39 [INFO] terraform: building graph: GraphTypeRefresh
2019/12/11 21:48:39 [TRACE] No managed resources in state during refresh; skipping managed resource transformer
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:48:39 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:48:39 [TRACE] StateTransformer: state is empty, so nothing to do
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:48:39 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:48:39 [DEBUG] pruning unused provider.teamcity
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2019/12/11 21:48:39 [DEBUG] Starting graph walk: walkRefresh
2019/12/11 21:48:39 [TRACE] dag/walk: updating graph
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "root" waiting on "var.teamcity_url"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "root" waiting on "var.teamcity_username"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "root" waiting on "var.teamcity_password"
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "root"
2019/12/11 21:48:39 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:48:39 [TRACE] vertex "root": visit complete
2019/12/11 21:48:39 [INFO] backend/local: apply calling Plan
2019/12/11 21:48:39 [INFO] terraform: building graph: GraphTypePlan
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:48:39 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:48:39 [TRACE] StateTransformer: state is empty, so nothing to do
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:48:39 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) config from build_templates.tf:13,1-60
2019/12/11 21:48:39 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) config from build_templates.tf:20,1-65
2019/12/11 21:48:39 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2" (*terraform.NodePlannableResource) config from build_templates.tf:26,1-65
2019/12/11 21:48:39 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) config from build_templates.tf:9,1-56
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:48:39 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:48:39 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:39 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:39 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:39 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:39 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:48:39 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:48:39 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:48:39 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:48:39 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:48:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:48:39 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test]
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_url var.teamcity_password var.teamcity_username]
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template2 teamcity_project.build_config_project_test]
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:48:39 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:48:39 [TRACE] ForcedCBDTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:48:39 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:48:39 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:39 [DEBUG] Starting graph walk: walkPlan
2019/12/11 21:48:39 [TRACE] dag/walk: updating graph
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:48:39 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:39 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: provider.teamcity
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:48:39.051+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:48:39.073+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:48:39.076+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53938
2019-12-11T21:48:39.076+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:48:39.091+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:48:39.091+0100
2019-12-11T21:48:39.113+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:48:39.113+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin422236945 network=unix timestamp=2019-12-11T21:48:39.113+0100
2019/12/11 21:48:39 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:48:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:48:39 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:48:39 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:48:39 [TRACE] GRPCProvider: Configure
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": expanding dynamic subgraph
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_project.build_config_project_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:39 [DEBUG] Resource instance state not found for node "teamcity_project.build_config_project_test", instance teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": entering dynamic subgraph
2019/12/11 21:48:39 [TRACE] dag/walk: updating graph
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:39 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] EvalReadState: no state present for teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:39 [TRACE] Re-validating config for "teamcity_project.build_config_project_test"
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:39 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:39 [TRACE] EvalWriteDiff: recorded Create change for teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": dynamic subgraph completed successfully
2019/12/11 21:48:39 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": expanding dynamic subgraph
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": expanding dynamic subgraph
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:39 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_template1", instance teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: []
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": entering dynamic subgraph
2019/12/11 21:48:39 [TRACE] dag/walk: updating graph
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template2 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_template2", instance teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:39 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: []
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": entering dynamic subgraph
2019/12/11 21:48:39 [TRACE] dag/walk: updating graph
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:39 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:39 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:39 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:39 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:39 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:39 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:39 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:39 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:39 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": dynamic subgraph completed successfully
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:48:39 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": dynamic subgraph completed successfully
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": expanding dynamic subgraph
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:39 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_test", instance teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:39 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: []
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:48:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:39 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": entering dynamic subgraph
2019/12/11 21:48:39 [TRACE] dag/walk: updating graph
2019/12/11 21:48:39 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:39 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:39 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template1 is a single instance
2019/12/11 21:48:39 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template2 is a single instance
2019/12/11 21:48:39 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:39 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:39 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:39 [WARN] Provider "teamcity" produced an invalid plan for teamcity_build_config.build_configuration_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .templates: planned value cty.UnknownVal(cty.List(cty.String)) does not match config value cty.ListVal([]cty.Value{cty.UnknownVal(cty.String), cty.UnknownVal(cty.String)})
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:39 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:39 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": dynamic subgraph completed successfully
2019/12/11 21:48:39 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:48:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:48:39 [TRACE] [walkPlan] Entering eval tree: provider.teamcity (close)
2019/12/11 21:48:39 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:48:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019/12/11 21:48:39 [TRACE] GRPCProvider: Close
2019-12-11T21:48:39.171+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53938
2019-12-11T21:48:39.171+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:48:39 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:48:39 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:48:39 [TRACE] dag/walk: visiting "root"
2019/12/11 21:48:39 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:48:39 [TRACE] vertex "root": visit complete
2019/12/11 21:48:39 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/12/11 21:48:40 [INFO] backend/local: apply calling Apply
2019/12/11 21:48:40 [INFO] terraform: building graph: GraphTypeApply
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:48:40 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/12/11 21:48:40 [TRACE] DiffTransformer starting
2019/12/11 21:48:40 [TRACE] DiffTransformer: found Create change for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] DiffTransformer: teamcity_project.build_config_project_test will be represented by teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template2 will be represented by teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template1 will be represented by teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_test
2019/12/11 21:48:40 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_test will be represented by teamcity_build_config.build_configuration_test
2019/12/11 21:48:40 [TRACE] DiffTransformer complete
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:20,1-65
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:13,1-60
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:9,1-56
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:13,1-60
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:20,1-65
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:26,1-65
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:9,1-56
2019/12/11 21:48:40 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template2" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:26,1-65
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:48:40 [DEBUG] Resource state not found for node "teamcity_project.build_config_project_test", instance teamcity_project.build_config_project_test
2019/12/11 21:48:40 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template2", instance teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template1", instance teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_test", instance teamcity_build_config.build_configuration_test
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:48:40 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:48:40 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:48:40 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test (prepare state)" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test (prepare state)" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test (prepare state) teamcity_project.build_config_project_test teamcity_project.build_config_project_test]
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_password var.teamcity_username var.teamcity_url]
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (prepare state)" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test (prepare state) teamcity_project.build_config_project_test teamcity_project.build_config_project_test]
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test (prepare state) teamcity_project.build_config_project_test teamcity_project.build_config_project_test teamcity_build_config.build_configuration_template1 (prepare state) teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template2 (prepare state) teamcity_build_config.build_configuration_template2 teamcity_build_config.build_configuration_template2]
2019/12/11 21:48:40 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:48:40 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template2 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeApplyableResourceInstance
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:48:40 [DEBUG] Starting graph walk: walkApply
2019/12/11 21:48:40 [TRACE] dag/walk: updating graph
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:40 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_build_config.build_configuration_template2 (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:40 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1 (prepare state)", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test (prepare state)", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test (prepare state)", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (prepare state)", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:48:40 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:40 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:48:40 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:48:40 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:48:40 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:48:40 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:48:40 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:48:40 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: provider.teamcity
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:48:40.656+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:48:40.681+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:48:40.687+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53946
2019-12-11T21:48:40.687+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:48:40.704+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:48:40.704+0100
2019-12-11T21:48:40.726+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:48:40.726+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin389302081 network=unix timestamp=2019-12-11T21:48:40.726+0100
2019/12/11 21:48:40 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:48:40 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:48:40 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:48:40 [TRACE] GRPCProvider: Configure
2019/12/11 21:48:40 [TRACE] [walkApply] Exiting eval tree: provider.teamcity
2019/12/11 21:48:40 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2 (prepare state)"
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": evaluating
2019/12/11 21:48:40 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": evaluating
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (prepare state)": evaluating
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:48:40 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:48:40 [TRACE] [walkApply] Exiting eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": visit complete
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": visit complete
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": evaluating
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:48:40 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:48:40 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": visit complete
2019/12/11 21:48:40 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template2 (prepare state)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (prepare state)": visit complete
2019/12/11 21:48:40 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:40 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:40 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] EvalReadState: no state present for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:40 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:40 [TRACE] Re-validating config for "teamcity_project.build_config_project_test"
2019/12/11 21:48:40 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:40 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:48:40 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:40 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] EvalReadState: no state present for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:48:40 [DEBUG] teamcity_project.build_config_project_test: applying the planned Create change
2019/12/11 21:48:40 [TRACE] GRPCProvider: ApplyResourceChange
2019/12/11 21:48:40 [WARN] Provider "teamcity" produced an unexpected new value for teamcity_project.build_config_project_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .description: was null, but now cty.StringVal("")
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:40 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:40 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:48:40 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:48:40 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2019/12/11 21:48:40 [TRACE] statemgr.Filesystem: read nil snapshot
2019/12/11 21:48:40 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:48:40 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 1
2019/12/11 21:48:40 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:48:40 [TRACE] [walkApply] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:48:40 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:48:40 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:40 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:48:40 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:40 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:40 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:40 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:40 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:40 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:40 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:40 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:40 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template1"
2019/12/11 21:48:40 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:40 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template2"
2019/12/11 21:48:40 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:40 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:40 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:48:40 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:40 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:48:40 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:40 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:48:40 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:48:40 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:40 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:40 [DEBUG] teamcity_build_config.build_configuration_template2: applying the planned Create change
2019/12/11 21:48:40 [TRACE] GRPCProvider: ApplyResourceChange
2019/12/11 21:48:40 [DEBUG] teamcity_build_config.build_configuration_template1: applying the planned Create change
2019/12/11 21:48:40 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:48:40.937+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:48:40.937+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:48:40.937+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build template 1'.
2019-12-11T21:48:40.937+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigCreate: setting is_template = 'true'.
2019-12-11T21:48:40.937+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build template 2'.
2019-12-11T21:48:40.937+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigCreate: setting is_template = 'true'.
2019-12-11T21:48:40.974+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildTemplate2'. Marking new resource.
2019-12-11T21:48:40.974+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019-12-11T21:48:40.981+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildTemplate2
2019-12-11T21:48:40.981+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:48:40.981+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate2
2019-12-11T21:48:40.990+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:40 [DEBUG] BuildConfiguration 'build template 2' retrieved successfully
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:41 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:41 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: read snapshot with lineage "082d6b44-f34d-9027-c3dc-de0b05c05a11" serial 1
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 2
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019-12-11T21:48:41.009+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildTemplate1'. Marking new resource.
2019-12-11T21:48:41.009+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019/12/11 21:48:41 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:48:41 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019-12-11T21:48:41.013+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildTemplate1
2019-12-11T21:48:41.013+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:48:41.013+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate1
2019-12-11T21:48:41.018+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] BuildConfiguration 'build template 1' retrieved successfully
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:41 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:41 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 3
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:48:41 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:48:41 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:48:41 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:41 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:48:41 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:48:41 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:41 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:41 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:48:41 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:48:41 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:41 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template1 is a single instance
2019/12/11 21:48:41 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template2 is a single instance
2019/12/11 21:48:41 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:48:41 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:48:41 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:48:41 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:48:41 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:48:41 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:48:41 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template1 is a single instance
2019/12/11 21:48:41 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template2 is a single instance
2019/12/11 21:48:41 [DEBUG] teamcity_build_config.build_configuration_test: applying the planned Create change
2019/12/11 21:48:41 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:48:41.033+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:48:41.033+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build config test'.
2019-12-11T21:48:41.109+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildConfigTest'. Marking new resource.
2019-12-11T21:48:41.109+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019-12-11T21:48:41.121+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:48:41.121+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate: change detected for templates
2019-12-11T21:48:41.194+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate: attached template 'BuildConfigProjectTest_BuildTemplate1' to build configuration
2019-12-11T21:48:41.249+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate: attached template 'BuildConfigProjectTest_BuildTemplate2' to build configuration
2019-12-11T21:48:41.249+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:48:41.249+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:48:41.267+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:48:41 [DEBUG] BuildConfiguration 'build config test' retrieved successfully
2019/12/11 21:48:41 [WARN] Provider "teamcity" produced an unexpected new value for teamcity_build_config.build_configuration_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .description: was null, but now cty.StringVal("")
- .is_template: was null, but now cty.False
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:41 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:48:41 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 4
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:48:41 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:48:41 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:48:41 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:48:41 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:48:41 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:48:41 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:48:41 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:48:41 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:48:41 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:48:41 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:48:41 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019/12/11 21:48:41 [TRACE] [walkApply] Entering eval tree: provider.teamcity (close)
2019/12/11 21:48:41 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:48:41 [TRACE] GRPCProvider: Close
2019-12-11T21:48:41.282+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=53946
2019-12-11T21:48:41.282+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:48:41 [TRACE] [walkApply] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:48:41 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:48:41 [TRACE] dag/walk: visiting "root"
2019/12/11 21:48:41 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:48:41 [TRACE] vertex "root": visit complete
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 5
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/12/11 21:48:41 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019/12/11 21:49:19 [INFO] Terraform version: 0.12.7
2019/12/11 21:49:19 [INFO] Go runtime version: go1.12.9
2019/12/11 21:49:19 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.0/versions/0.12.7/terraform", "apply"}
2019/12/11 21:49:19 [DEBUG] Attempting to open CLI config file: /Users/carlosvitor.barros/.terraformrc
2019/12/11 21:49:19 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/12/11 21:49:19 [INFO] CLI command args: []string{"apply"}
2019/12/11 21:49:19 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/12/11 21:49:19 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/12/11 21:49:19 [DEBUG] New state was assigned lineage "3b791900-0372-6a38-ac71-d7be8775de4c"
2019/12/11 21:49:19 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/12/11 21:49:19 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/12/11 21:49:19 [DEBUG] checking for provider in "."
2019/12/11 21:49:19 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.7"
2019/12/11 21:49:19 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/12/11 21:49:19 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:49:19 [WARN] found legacy provider "terraform-provider-teamcity_"
2019/12/11 21:49:19 [DEBUG] found provider "terraform-provider-teamcity_v0.5.0"
2019/12/11 21:49:19 [DEBUG] found provider "terraform-provider-teamcity_v0.5.1"
2019/12/11 21:49:19 [DEBUG] found provider "terraform-provider-teamcity_v0.5.2"
2019/12/11 21:49:19 [DEBUG] found provider "terraform-provider-teamcity_v0.5.3"
2019/12/11 21:49:19 [DEBUG] checking for provider in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:49:19 [DEBUG] found valid plugin: "teamcity", "0.5.3", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3"
2019/12/11 21:49:19 [DEBUG] found valid plugin: "teamcity_", "0.0.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_"
2019/12/11 21:49:19 [DEBUG] found valid plugin: "teamcity", "0.5.0", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.0"
2019/12/11 21:49:19 [DEBUG] found valid plugin: "teamcity", "0.5.1", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.1"
2019/12/11 21:49:19 [DEBUG] found valid plugin: "teamcity", "0.5.2", "/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.2"
2019/12/11 21:49:19 [DEBUG] checking for provisioner in "."
2019/12/11 21:49:19 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.0/versions/0.12.7"
2019/12/11 21:49:19 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/12/11 21:49:19 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins"
2019/12/11 21:49:19 [DEBUG] checking for provisioner in "/Users/carlosvitor.barros/.terraform.d/plugins/darwin_amd64"
2019/12/11 21:49:19 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/12/11 21:49:19 [INFO] backend/local: starting Apply operation
2019/12/11 21:49:19 [TRACE] backend/local: requesting state manager for workspace "default"
2019/12/11 21:49:19 [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
2019/12/11 21:49:19 [TRACE] backend/local: requesting state lock for workspace "default"
2019/12/11 21:49:19 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/12/11 21:49:19 [TRACE] statemgr.Filesystem: existing snapshot has lineage "082d6b44-f34d-9027-c3dc-de0b05c05a11" serial 5
2019/12/11 21:49:19 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2019/12/11 21:49:19 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/12/11 21:49:19 [TRACE] backend/local: reading remote state for workspace "default"
2019/12/11 21:49:19 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/12/11 21:49:19 [TRACE] statemgr.Filesystem: read snapshot with lineage "082d6b44-f34d-9027-c3dc-de0b05c05a11" serial 5
2019/12/11 21:49:19 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/12/11 21:49:19 [TRACE] backend/local: building context for current working directory
2019/12/11 21:49:19 [TRACE] terraform.NewContext: starting
2019/12/11 21:49:19 [TRACE] terraform.NewContext: resolving provider version selections
2019/12/11 21:49:20 [TRACE] terraform.NewContext: loading provider schemas
2019/12/11 21:49:20 [TRACE] LoadSchemas: retrieving schema for provider type "teamcity"
2019-12-11T21:49:20.094+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:49:20.127+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:49:20.131+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54228
2019-12-11T21:49:20.131+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:49:20.167+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:49:20.167+0100
2019-12-11T21:49:20.191+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:49:20.191+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin604969811 network=unix timestamp=2019-12-11T21:49:20.191+0100
2019/12/11 21:49:20 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:49:20 [TRACE] GRPCProvider: Close
2019-12-11T21:49:20.254+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54228
2019-12-11T21:49:20.254+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:49:20 [TRACE] terraform.NewContext: complete
2019/12/11 21:49:20 [TRACE] backend/local: finished building terraform.Context
2019/12/11 21:49:20 [TRACE] backend/local: requesting interactive input, if necessary
2019/12/11 21:49:20 [TRACE] Context.Input: Prompting for variables
2019/12/11 21:49:20 [TRACE] Context.Input: Prompting for provider arguments
2019/12/11 21:49:20 [TRACE] Context.Input: Provider provider.teamcity declared at build_templates.tf:1,1-20
2019/12/11 21:49:20 [TRACE] Context.Input: Input for provider.teamcity: map[string]cty.Value{}
2019/12/11 21:49:20 [TRACE] backend/local: running validation operation
2019/12/11 21:49:20 [INFO] terraform: building graph: GraphTypeValidate
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:49:20 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:49:20 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:49:20 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) config from build_templates.tf:9,1-56
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) config from build_templates.tf:13,1-60
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) config from build_templates.tf:20,1-65
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodeValidatableResource) config from build_templates.tf:26,1-65
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:49:20 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity exactly
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeAbstractResourceInstance) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodeValidatableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3 teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_password var.teamcity_username var.teamcity_url]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_test - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeValidatableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeValidatableResource
teamcity_project.build_config_project_test - *terraform.NodeValidatableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [DEBUG] Starting graph walk: walkValidate
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: provider.teamcity
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:49:20.265+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:49:20.292+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:49:20.297+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54231
2019-12-11T21:49:20.297+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:49:20.313+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:49:20.313+0100
2019-12-11T21:49:20.337+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:49:20.337+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin831640322 network=unix timestamp=2019-12-11T21:49:20.337+0100
2019/12/11 21:49:20 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/12/11 21:49:20 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:49:20 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:49:20 [TRACE] GRPCProvider: PrepareProviderConfig
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeAbstractResourceInstance)
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeValidatableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:20 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: provider.teamcity (close)
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:49:20 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:49:20 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:49:20 [TRACE] GRPCProvider: Close
2019/12/11 21:49:20 [WARN] Not fixing up EachModes for teamcity_build_config.build_configuration_template2 because it has no config
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:49:20 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:49:20.392+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54231
2019-12-11T21:49:20.392+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:49:20 [TRACE] [walkValidate] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "root"
2019/12/11 21:49:20 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:49:20 [TRACE] vertex "root": visit complete
2019/12/11 21:49:20 [INFO] backend/local: apply calling Refresh
2019/12/11 21:49:20 [INFO] terraform: building graph: GraphTypeRefresh
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:49:20 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:49:20 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:49:20 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:49:20 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:20,1-65
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:26,1-65
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:9,1-56
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeRefreshableManagedResource) config from build_templates.tf:13,1-60
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:49:20 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity exactly
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodeRefreshableManagedResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3 teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_url var.teamcity_password var.teamcity_username]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template2 - *terraform.NodeRefreshableManagedResourceInstance
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResource
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [DEBUG] Starting graph walk: walkRefresh
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: provider.teamcity
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:49:20.395+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:49:20.417+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:49:20.420+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54232
2019-12-11T21:49:20.420+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:49:20.435+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:49:20.434+0100
2019-12-11T21:49:20.457+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:49:20.457+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin245369367 network=unix timestamp=2019-12-11T21:49:20.456+0100
2019/12/11 21:49:20 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:49:20 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:49:20 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:49:20 [TRACE] GRPCProvider: Configure
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: provider.teamcity
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_project.build_config_project_test - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:49:20 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_project.build_config_project_test will be refreshed
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_project.build_config_project_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:49:20 [TRACE] GRPCProvider: ReadResource
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_template2 will be refreshed
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2": evaluating
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template2 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template3 - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template3", instance teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:49:20 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_template3 has no existing state to refresh
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:49:20 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:20 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_template1 will be refreshed
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template1 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:20 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:49:20 [TRACE] GRPCProvider: ReadResource
2019/12/11 21:49:20 [TRACE] GRPCProvider: ReadResource
2019-12-11T21:49:20.520+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:20 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate1
2019-12-11T21:49:20.520+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:20 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate2
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:20 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019-12-11T21:49:20.530+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:20 [DEBUG] BuildConfiguration 'build template 1' retrieved successfully
2019-12-11T21:49:20.533+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:20 [DEBUG] BuildConfiguration 'build template 2' retrieved successfully
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeRefreshableManagedResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_test - *terraform.NodeRefreshableManagedResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/12/11 21:49:20 [TRACE] NodeRefreshableManagedResourceInstance: teamcity_build_config.build_configuration_test will be refreshed
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2": visit complete
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/12/11 21:49:20 [TRACE] GRPCProvider: ReadResource
2019-12-11T21:49:20.541+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:20 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:49:20.570+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:20 [DEBUG] BuildConfiguration 'build config test' retrieved successfully
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:49:20 [TRACE] [walkRefresh] Entering eval tree: provider.teamcity (close)
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:49:20 [TRACE] GRPCProvider: Close
2019-12-11T21:49:20.583+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54232
2019-12-11T21:49:20.584+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:49:20 [TRACE] [walkRefresh] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:49:20 [INFO] backend/local: apply calling Plan
2019/12/11 21:49:20 [INFO] terraform: building graph: GraphTypePlan
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:49:20 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/12/11 21:49:20 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.StateTransformer
2019/12/11 21:49:20 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodePlannableResource) config from build_templates.tf:26,1-65
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) config from build_templates.tf:9,1-56
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) config from build_templates.tf:13,1-60
2019/12/11 21:49:20 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) config from build_templates.tf:20,1-65
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:49:20 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:20 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (orphan) is provided by provider.teamcity exactly
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (orphan)" (*terraform.NodePlannableResourceInstanceOrphan) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test
2019/12/11 21:49:20 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) needs provider.teamcity
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:49:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_password var.teamcity_username var.teamcity_url]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_build_config.build_configuration_template1 teamcity_build_config.build_configuration_template3 teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (orphan)" references: [teamcity_project.build_config_project_test]
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/12/11 21:49:20 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template1" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:49:20 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:49:20 [TRACE] ForcedCBDTransformer: "teamcity_project.build_config_project_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:49:20 [TRACE] ForcedCBDTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template2 (orphan) - *terraform.NodePlannableResourceInstanceOrphan
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResource
teamcity_project.build_config_project_test - *terraform.NodePlannableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:20 [DEBUG] Starting graph walk: walkPlan
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test" waiting on "provider.teamcity"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (orphan)" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1" waiting on "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (orphan)", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:49:20 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: provider.teamcity
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:49:20.586+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:49:20.612+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:49:20.616+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54233
2019-12-11T21:49:20.616+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:49:20.631+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:49:20.630+0100
2019-12-11T21:49:20.653+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:49:20.653+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin058654124 network=unix timestamp=2019-12-11T21:49:20.653+0100
2019/12/11 21:49:20 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:49:20 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:49:20 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:49:20 [TRACE] GRPCProvider: Configure
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_project.build_config_project_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_project.build_config_project_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:20 [TRACE] Re-validating config for "teamcity_project.build_config_project_test"
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:20 [TRACE] EvalWriteDiff: recorded NoOp change for teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_project.build_config_project_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_project.build_config_project_test": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2 (orphan)"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (orphan)": starting visit (*terraform.NodePlannableResourceInstanceOrphan)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (orphan)": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template2 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template3 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [DEBUG] Resource instance state not found for node "teamcity_build_config.build_configuration_template3", instance teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_template1 - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template1 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:20 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalDiffDestroy
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:20 [TRACE] EvalWriteDiff: recorded Delete change for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: removing state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template2 (orphan)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (orphan)": visit complete
2019/12/11 21:49:20 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:20 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:20 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:20 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template1"
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:20 [TRACE] EvalWriteDiff: recorded Create change for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:20 [TRACE] EvalWriteDiff: recorded NoOp change for teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_template1
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_template1": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResource)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": expanding dynamic subgraph
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
teamcity_build_config.build_configuration_test - *terraform.NodePlannableResourceInstance
------
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:20 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: []
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/12/11 21:49:20 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:20 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": entering dynamic subgraph
2019/12/11 21:49:20 [TRACE] dag/walk: updating graph
2019/12/11 21:49:20 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodePlannableResourceInstance)
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:20 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:20 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:20 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template1 is a single instance
2019/12/11 21:49:20 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template3 is a single instance
2019/12/11 21:49:20 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:20 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:20 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:20 [WARN] Provider "teamcity" produced an invalid plan for teamcity_build_config.build_configuration_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .templates: planned value cty.UnknownVal(cty.List(cty.String)) does not match config value cty.ListVal([]cty.Value{cty.StringVal("BuildConfigProjectTest_BuildTemplate1"), cty.UnknownVal(cty.String)}) nor prior value cty.ListVal([]cty.Value{cty.StringVal("BuildConfigProjectTest_BuildTemplate1"), cty.StringVal("BuildConfigProjectTest_BuildTemplate2")})
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:20 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:20 [TRACE] EvalWriteDiff: recorded Update change for teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": dynamic subgraph completed successfully
2019/12/11 21:49:20 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:20 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/12/11 21:49:20 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "provider.teamcity (close)"
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": evaluating
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: provider.teamcity (close)
2019/12/11 21:49:20 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/12/11 21:49:20 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/12/11 21:49:20 [TRACE] GRPCProvider: Close
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/12/11 21:49:20 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-12-11T21:49:20.713+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54233
2019-12-11T21:49:20.713+0100 [DEBUG] plugin: plugin exited
2019/12/11 21:49:20 [TRACE] [walkPlan] Exiting eval tree: provider.teamcity (close)
2019/12/11 21:49:20 [TRACE] vertex "provider.teamcity (close)": visit complete
2019/12/11 21:49:20 [TRACE] dag/walk: visiting "root"
2019/12/11 21:49:20 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/12/11 21:49:20 [TRACE] vertex "root": visit complete
2019/12/11 21:49:20 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/12/11 21:49:22 [INFO] backend/local: apply calling Apply
2019/12/11 21:49:22 [INFO] terraform: building graph: GraphTypeApply
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/12/11 21:49:22 [TRACE] ConfigTransformer: Starting for path:
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/12/11 21:49:22 [TRACE] DiffTransformer starting
2019/12/11 21:49:22 [TRACE] DiffTransformer: found NoOp change for teamcity_project.build_config_project_test
2019/12/11 21:49:22 [TRACE] DiffTransformer: found Delete change for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template2 will be represented for destruction by teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [TRACE] DiffTransformer: found Create change for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_template3 will be represented by teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] DiffTransformer: found NoOp change for teamcity_build_config.build_configuration_template1
2019/12/11 21:49:22 [TRACE] DiffTransformer: found Update change for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] DiffTransformer: teamcity_build_config.build_configuration_test will be represented by teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] DiffTransformer complete
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/12/11 21:49:22 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] OrphanResourceTransformer: node "teamcity_build_config.build_configuration_template2 (clean up state)" depends on "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/12/11 21:49:22 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:26,1-65
2019/12/11 21:49:22 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template3" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:26,1-65
2019/12/11 21:49:22 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) config from build_templates.tf:13,1-60
2019/12/11 21:49:22 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:9,1-56
2019/12/11 21:49:22 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:13,1-60
2019/12/11 21:49:22 [TRACE] AttachResourceConfigTransformer: attaching to "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) config from build_templates.tf:20,1-65
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/12/11 21:49:22 [DEBUG] Resource state not found for node "teamcity_build_config.build_configuration_template3", instance teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" (*terraform.NodeDestroyResourceInstance) destroys teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: constructing temporary graph for analysis of references, starting from:
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.LocalTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.OutputTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.AttachResourceConfigTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.AttachStateTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.RootVariableTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.ModuleVariableTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.graphTransformerMulti on temporary graph
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:49:22 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 is provided by provider.teamcity exactly
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (destroy) is provided by provider.teamcity exactly
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2" (*terraform.NodeAbstractResourceInstance) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 - *terraform.NodeAbstractResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.AttachSchemaTransformer on temporary graph
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: running *terraform.ReferenceTransformer on temporary graph
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_username var.teamcity_url var.teamcity_password]
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: temporary reference graph:
provider.teamcity
var.teamcity_password
var.teamcity_url
var.teamcity_username
teamcity_build_config.build_configuration_template2
provider.teamcity
teamcity_build_config.build_configuration_template2 (destroy)
provider.teamcity
var.teamcity_password
var.teamcity_url
var.teamcity_username
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: creation node "teamcity_build_config.build_configuration_template2" references [provider.teamcity var.teamcity_username var.teamcity_url var.teamcity_password]
2019/12/11 21:49:22 [TRACE] DestroyEdgeTransformer: creation node "teamcity_build_config.build_configuration_template2 (destroy)" references [var.teamcity_username var.teamcity_url var.teamcity_password provider.teamcity]
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/12/11 21:49:22 [TRACE] ProviderConfigTransformer: attaching to "provider.teamcity" provider configuration from build_templates.tf:1,1-20
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (destroy) is provided by provider.teamcity exactly
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template3 is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template2 (clean up state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_template1 (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_project.build_config_project_test (prepare state) is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: teamcity_build_config.build_configuration_test is provided by provider.teamcity or inherited equivalent
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template3" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template2 (clean up state)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template2 (clean up state)" (*terraform.NodeDestroyResource) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_project.build_config_project_test (prepare state)" (*terraform.NodeApplyableResource) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] ProviderTransformer: exact match for provider.teamcity serving teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [DEBUG] ProviderTransformer: "teamcity_build_config.build_configuration_test" (*terraform.NodeApplyableResourceInstance) needs provider.teamcity
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/12/11 21:49:22 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (clean up state)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.teamcity
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:49:22 [TRACE] AttachSchemaTransformer: attaching resource schema to teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_project.build_config_project_test (prepare state)" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test" references: [teamcity_project.build_config_project_test (prepare state) teamcity_build_config.build_configuration_template1 (prepare state) teamcity_build_config.build_configuration_template3 teamcity_build_config.build_configuration_template3 teamcity_build_config.build_configuration_template3 (prepare state)]
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "var.teamcity_url" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "var.teamcity_username" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3" references: [teamcity_project.build_config_project_test (prepare state)]
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (clean up state)" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "var.teamcity_password" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "provider.teamcity" references: [var.teamcity_password var.teamcity_username var.teamcity_url]
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_test (prepare state)" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template1 (prepare state)" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template3 (prepare state)" references: []
2019/12/11 21:49:22 [DEBUG] ReferenceTransformer: "teamcity_build_config.build_configuration_template2 (destroy)" references: []
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.RootTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/12/11 21:49:22 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.teamcity (close) - *terraform.graphNodeCloseProvider
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template2 (clean up state) - *terraform.NodeDestroyResource
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
teamcity_build_config.build_configuration_template2 (destroy) - *terraform.NodeDestroyResourceInstance
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_build_config.build_configuration_test - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_template1 (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_template3 - *terraform.NodeApplyableResourceInstance
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
teamcity_build_config.build_configuration_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
teamcity_project.build_config_project_test (prepare state) - *terraform.NodeApplyableResource
provider.teamcity - *terraform.NodeApplyableProvider
var.teamcity_password - *terraform.NodeRootVariable
var.teamcity_url - *terraform.NodeRootVariable
var.teamcity_username - *terraform.NodeRootVariable
------
2019/12/11 21:49:22 [DEBUG] Starting graph walk: walkApply
2019/12/11 21:49:22 [TRACE] dag/walk: updating graph
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "provider.teamcity"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "var.teamcity_url"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "root"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "var.teamcity_password"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template2 (clean up state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "provider.teamcity (close)"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "var.teamcity_username"
2019/12/11 21:49:22 [TRACE] dag/walk: added new vertex: "teamcity_build_config.build_configuration_template3 (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_project.build_config_project_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "root" waiting on "provider.teamcity (close)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_template2 (clean up state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "provider.teamcity (close)" waiting on "teamcity_build_config.build_configuration_template2 (clean up state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template1 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3 (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test (prepare state)" waiting on "provider.teamcity"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_url"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (clean up state)" waiting on "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template2 (destroy)" waiting on "provider.teamcity"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_password"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_template3" waiting on "teamcity_build_config.build_configuration_template3 (prepare state)"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "teamcity_build_config.build_configuration_test" waiting on "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "provider.teamcity" waiting on "var.teamcity_username"
2019/12/11 21:49:22 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template1 (prepare state)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3 (prepare state)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test (prepare state)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "provider.teamcity", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (clean up state)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template2 (destroy)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_project.build_config_project_test (prepare state)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_test", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "provider.teamcity (close)", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: dependencies changed for "teamcity_build_config.build_configuration_template3", sending new deps
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "var.teamcity_password"
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "var.teamcity_username"
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "var.teamcity_url"
2019/12/11 21:49:22 [TRACE] vertex "var.teamcity_url": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:22 [TRACE] vertex "var.teamcity_username": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:22 [TRACE] vertex "var.teamcity_url": visit complete
2019/12/11 21:49:22 [TRACE] vertex "var.teamcity_username": visit complete
2019/12/11 21:49:22 [TRACE] vertex "var.teamcity_password": starting visit (*terraform.NodeRootVariable)
2019/12/11 21:49:22 [TRACE] vertex "var.teamcity_password": visit complete
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "provider.teamcity"
2019/12/11 21:49:22 [TRACE] vertex "provider.teamcity": starting visit (*terraform.NodeApplyableProvider)
2019/12/11 21:49:22 [TRACE] vertex "provider.teamcity": evaluating
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: provider.teamcity
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-12-11T21:49:22.432+0100 [INFO] plugin: configuring client automatic mTLS
2019-12-11T21:49:22.457+0100 [DEBUG] plugin: starting plugin: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 args=[/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3]
2019-12-11T21:49:22.460+0100 [DEBUG] plugin: plugin started: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54239
2019-12-11T21:49:22.460+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3
2019-12-11T21:49:22.475+0100 [INFO] plugin.terraform-provider-teamcity_v0.5.3: configuring server automatic mTLS: timestamp=2019-12-11T21:49:22.475+0100
2019-12-11T21:49:22.499+0100 [DEBUG] plugin: using plugin: version=5
2019-12-11T21:49:22.499+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: plugin address: network=unix address=/var/folders/my/rkr39wfx4kg8dphkxpygkwq00000gn/T/plugin469968418 timestamp=2019-12-11T21:49:22.499+0100
2019/12/11 21:49:22 [TRACE] BuiltinEvalContext: Initialized "teamcity" provider for provider.teamcity
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/12/11 21:49:22 [TRACE] buildProviderConfig for provider.teamcity: using explicit config only
2019/12/11 21:49:22 [TRACE] GRPCProvider: GetSchema
2019/12/11 21:49:22 [TRACE] GRPCProvider: Configure
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: provider.teamcity
2019/12/11 21:49:22 [TRACE] vertex "provider.teamcity": visit complete
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template1 (prepare state)"
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test (prepare state)"
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template2 (destroy)"
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": evaluating
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3 (prepare state)"
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template3 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template3 (prepare state)": evaluating
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": evaluating
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template1 (prepare state)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template1 (prepare state)": visit complete
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test (prepare state)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_test (prepare state)": visit complete
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_project.build_config_project_test (prepare state)"
2019/12/11 21:49:22 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": evaluating
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (destroy)": starting visit (*terraform.NodeDestroyResourceInstance)
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (destroy)": evaluating
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template3 (prepare state)
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template3 (prepare state)": visit complete
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_project.build_config_project_test (prepare state)
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/12/11 21:49:22 [TRACE] vertex "teamcity_project.build_config_project_test (prepare state)": visit complete
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template3": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template3": evaluating
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:22 [TRACE] EvalReadDiff: Read Delete change from plan for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:22 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_template2 is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:22 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:22 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:22 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:49:22 [TRACE] EvalReadDiff: Read Create change from plan for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:22 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_template3"
2019/12/11 21:49:22 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:22 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalRequireState
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:49:22 [DEBUG] teamcity_build_config.build_configuration_template2: applying the planned Delete change
2019/12/11 21:49:22 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:49:22.554+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigDelete: destroying build configuration 'BuildConfigProjectTest_BuildTemplate2'.
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:49:22 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:22 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] EvalReadState: no state present for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:22 [DEBUG] teamcity_build_config.build_configuration_template3: applying the planned Create change
2019/12/11 21:49:22 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:49:22.555+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] setting computed for "settings" from ComputedKeys
2019-12-11T21:49:22.555+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigCreate: starting create for build configuration named 'build template 3'.
2019-12-11T21:49:22.555+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigCreate: setting is_template = 'true'.
2019/12/11 21:49:22 [DEBUG] teamcity_build_config.build_configuration_template2: apply errored, but we're indicating that via the Error pointer rather than returning it: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:22 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template2
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:49:22 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:49:22 [ERROR] <root>: eval: *terraform.EvalSequence, err: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:49:22 [ERROR] <root>: eval: *terraform.EvalOpFilter, err: Error '400' when deleting build type: Responding with error, status code: 400 (Bad Request).
Details: jetbrains.buildServer.server.rest.errors.BadRequestException: Cannot remove template with id 'BuildConfigProjectTest_BuildTemplate2': Build configuration template cannot be removed because it is being used in build configuration "build_config_project_test / build config test"
Invalid request. Please check the request URL and data are correct.
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template2 (destroy)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template2 (destroy)": visit complete
2019/12/11 21:49:22 [TRACE] dag/walk: upstream of "teamcity_build_config.build_configuration_template2 (clean up state)" errored, so skipping
2019-12-11T21:49:22.634+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigCreate: sucessfully created build configuration with id = 'BuildConfigProjectTest_BuildTemplate3'. Marking new resource.
2019-12-11T21:49:22.634+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigCreate: initial creation finished. Calling resourceBuildConfigUpdate to update the rest of resource.
2019-12-11T21:49:22.642+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildTemplate3
2019-12-11T21:49:22.642+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:49:22.642+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildTemplate3
2019-12-11T21:49:22.646+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] BuildConfiguration 'build template 3' retrieved successfully
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:22 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:22 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 6
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_template3
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_template3": visit complete
2019/12/11 21:49:22 [TRACE] dag/walk: visiting "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_test": starting visit (*terraform.NodeApplyableResourceInstance)
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_test": evaluating
2019/12/11 21:49:22 [TRACE] [walkApply] Entering eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalSequence
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:49:22 [TRACE] EvalReadDiff: Read Update change from plan for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:22 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:22 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/12/11 21:49:22 [TRACE] EvalReadDiff: Read Update change from plan for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalDiff
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template1 is a single instance
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template3 is a single instance
2019/12/11 21:49:22 [TRACE] Re-validating config for "teamcity_build_config.build_configuration_test"
2019/12/11 21:49:22 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/12/11 21:49:22 [TRACE] GRPCProvider: PlanResourceChange
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/12/11 21:49:22 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Update) matches planned change (action Update)
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReadState
2019/12/11 21:49:22 [TRACE] EvalReadState: reading state for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] UpgradeResourceState: schema version of teamcity_build_config.build_configuration_test is still 0; calling provider "teamcity" for any other minor fixups
2019/12/11 21:49:22 [TRACE] GRPCProvider: UpgradeResourceState
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: terraform.EvalNoop
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApply
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_project.build_config_project_test is a single instance
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template1 is a single instance
2019/12/11 21:49:22 [TRACE] GetResourceInstance: teamcity_build_config.build_configuration_template3 is a single instance
2019/12/11 21:49:22 [DEBUG] teamcity_build_config.build_configuration_test: applying the planned Update change
2019/12/11 21:49:22 [TRACE] GRPCProvider: ApplyResourceChange
2019-12-11T21:49:22.691+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:49:22.691+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate: change detected for templates
2019-12-11T21:49:22.769+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate: attached template 'BuildConfigProjectTest_BuildTemplate3' to build configuration
2019-12-11T21:49:22.841+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate: detached template 'BuildConfigProjectTest_BuildTemplate2' from build configuration
2019-12-11T21:49:22.841+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigUpdate: updated finished. Calling 'read' to refresh state.
2019-12-11T21:49:22.841+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] resourceBuildConfigRead started for resouceId: BuildConfigProjectTest_BuildConfigTest
2019-12-11T21:49:22.851+0100 [DEBUG] plugin.terraform-provider-teamcity_v0.5.3: 2019/12/11 21:49:22 [DEBUG] BuildConfiguration 'build config test' retrieved successfully
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:22 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/12/11 21:49:22 [TRACE] EvalApplyProvisioners: teamcity_build_config.build_configuration_test is not freshly-created, so no provisioning is required
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/12/11 21:49:22 [TRACE] EvalWriteState: writing current state object for teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalIf
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/12/11 21:49:22 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 7
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:49:22 [TRACE] [walkApply] Exiting eval tree: teamcity_build_config.build_configuration_test
2019/12/11 21:49:22 [TRACE] vertex "teamcity_build_config.build_configuration_test": visit complete
2019/12/11 21:49:22 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2019/12/11 21:49:22 [TRACE] dag/walk: upstream of "provider.teamcity (close)" errored, so skipping
2019/12/11 21:49:22 [TRACE] dag/walk: upstream of "root" errored, so skipping
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 8
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/12/11 21:49:22 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019-12-11T21:49:22.874+0100 [DEBUG] plugin: plugin process exited: path=/Users/carlosvitor.barros/.terraform.d/plugins/terraform-provider-teamcity_v0.5.3 pid=54239
2019-12-11T21:49:22.874+0100 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment