Skip to content

Instantly share code, notes, and snippets.

@smutel
Created October 18, 2019 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smutel/b1c4bc32382c6bb0b5c56cd254dde02c to your computer and use it in GitHub Desktop.
Save smutel/b1c4bc32382c6bb0b5c56cd254dde02c to your computer and use it in GitHub Desktop.
terraform_crash.log
2019/10/18 20:56:53 [INFO] Terraform version: 0.12.11
2019/10/18 20:56:53 [INFO] Go runtime version: go1.12.9
2019/10/18 20:56:53 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "examples/"}
2019/10/18 20:56:53 [DEBUG] Attempting to open CLI config file: /home/samuel/.terraformrc
2019/10/18 20:56:53 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/10/18 20:56:53 [DEBUG] checking for credentials in "/home/samuel/.terraform.d/plugins"
2019/10/18 20:56:53 [DEBUG] checking for credentials in "/home/samuel/.terraform.d/plugins/linux_amd64"
2019/10/18 20:56:53 [INFO] CLI command args: []string{"apply", "examples/"}
2019/10/18 20:56:53 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/10/18 20:56:53 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/10/18 20:56:53 [DEBUG] New state was assigned lineage "e9532911-08ed-e558-5b21-560aa5b0e5d6"
2019/10/18 20:56:53 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/10/18 20:56:53 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/10/18 20:56:53 [DEBUG] checking for provider in "."
2019/10/18 20:56:53 [WARN] found legacy provider "terraform-provider-centreon"
2019/10/18 20:56:53 [DEBUG] checking for provider in "/usr/local/bin"
2019/10/18 20:56:53 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2019/10/18 20:56:53 [DEBUG] checking for provider in "/home/samuel/.terraform.d/plugins"
2019/10/18 20:56:53 [DEBUG] checking for provider in "/home/samuel/.terraform.d/plugins/linux_amd64"
2019/10/18 20:56:53 [WARN] found legacy provider "terraform-provider-centreon"
2019/10/18 20:56:53 [DEBUG] found valid plugin: "centreon", "0.0.0", "/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon"
2019/10/18 20:56:53 [DEBUG] checking for provisioner in "."
2019/10/18 20:56:53 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/10/18 20:56:53 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2019/10/18 20:56:53 [DEBUG] checking for provisioner in "/home/samuel/.terraform.d/plugins"
2019/10/18 20:56:53 [DEBUG] checking for provisioner in "/home/samuel/.terraform.d/plugins/linux_amd64"
2019/10/18 20:56:53 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/10/18 20:56:53 [INFO] backend/local: starting Apply operation
2019/10/18 20:56:53 [TRACE] backend/local: requesting state manager for workspace "default"
2019/10/18 20:56:53 [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/10/18 20:56:53 [TRACE] backend/local: requesting state lock for workspace "default"
2019/10/18 20:56:53 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/10/18 20:56:53 [TRACE] statemgr.Filesystem: existing snapshot has lineage "21e7d375-789c-4c21-f9cc-8ecc509e9a7d" serial 69
2019/10/18 20:56:53 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2019/10/18 20:56:53 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/10/18 20:56:53 [TRACE] backend/local: reading remote state for workspace "default"
2019/10/18 20:56:53 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/10/18 20:56:53 [TRACE] statemgr.Filesystem: read snapshot with lineage "21e7d375-789c-4c21-f9cc-8ecc509e9a7d" serial 69
2019/10/18 20:56:53 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/10/18 20:56:53 [TRACE] backend/local: building context for current working directory
2019/10/18 20:56:53 [TRACE] terraform.NewContext: starting
2019/10/18 20:56:53 [TRACE] terraform.NewContext: resolving provider version selections
2019/10/18 20:56:54 [TRACE] terraform.NewContext: loading provider schemas
2019/10/18 20:56:54 [TRACE] LoadSchemas: retrieving schema for provider type "centreon"
2019-10-18T20:56:54.004+0200 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:56:54.032+0200 [DEBUG] plugin: starting plugin: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon args=[/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon]
2019-10-18T20:56:54.033+0200 [DEBUG] plugin: plugin started: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8760
2019-10-18T20:56:54.033+0200 [DEBUG] plugin: waiting for RPC address: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon
2019-10-18T20:56:54.040+0200 [INFO] plugin.terraform-provider-centreon: configuring server automatic mTLS: timestamp=2019-10-18T20:56:54.040+0200
2019-10-18T20:56:54.067+0200 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:56:54.067+0200 [DEBUG] plugin.terraform-provider-centreon: plugin address: address=/tmp/plugin603399233 network=unix timestamp=2019-10-18T20:56:54.067+0200
2019/10/18 20:56:54 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:56:54 [TRACE] GRPCProvider: Close
2019-10-18T20:56:54.139+0200 [DEBUG] plugin: plugin process exited: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8760
2019-10-18T20:56:54.139+0200 [DEBUG] plugin: plugin exited
2019/10/18 20:56:54 [TRACE] terraform.NewContext: complete
2019/10/18 20:56:54 [TRACE] backend/local: finished building terraform.Context
2019/10/18 20:56:54 [TRACE] backend/local: requesting interactive input, if necessary
2019/10/18 20:56:54 [TRACE] Context.Input: Prompting for provider arguments
2019/10/18 20:56:54 [TRACE] Context.Input: Provider provider.centreon implied by resource block at examples/main.tf:1,1-50
2019/10/18 20:56:54 [TRACE] Context.Input: Input for provider.centreon: map[string]cty.Value{}
2019/10/18 20:56:54 [TRACE] backend/local: running validation operation
2019/10/18 20:56:54 [INFO] terraform: building graph: GraphTypeValidate
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:56:54 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.StateTransformer
2019/10/18 20:56:54 [TRACE] StateTransformer: state is empty, so nothing to do
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_command.tf_check_host_alive" (*terraform.NodeValidatableResource) config from examples/main.tf:1,1-50
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod.tf-workhours" (*terraform.NodeValidatableResource) config from examples/main.tf:7,1-46
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodeValidatableResource) config from examples/main.tf:17,1-62
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodeValidatableResource) config from examples/main.tf:23,1-62
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_host.tf_host" (*terraform.NodeValidatableResource) config from examples/main.tf:29,1-35
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
------
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:56:54 [DEBUG] adding implicit provider configuration provider.centreon, implied first by centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception1 is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception2 is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_host.tf_host is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_command.tf_check_host_alive is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_timeperiod.tf-workhours is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_command.tf_check_host_alive" (*terraform.NodeValidatableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_timeperiod.tf-workhours" (*terraform.NodeValidatableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodeValidatableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodeValidatableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_host.tf_host
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_host.tf_host" (*terraform.NodeValidatableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.centreon
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_host.tf_host" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "provider.centreon" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_command.tf_check_host_alive" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod.tf-workhours" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception1" references: [centreon_timeperiod.tf-workhours]
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception2" references: [centreon_timeperiod.tf-workhours]
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.centreon (close) - *terraform.graphNodeCloseProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
centreon_timeperiod.tf-workhours - *terraform.NodeValidatableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodeValidatableResource
centreon_host.tf_host - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeValidatableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.centreon (close) - *terraform.graphNodeCloseProvider
------
2019/10/18 20:56:54 [DEBUG] Starting graph walk: walkValidate
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "provider.centreon (close)"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_command.tf_check_host_alive" waiting on "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "root" waiting on "provider.centreon (close)"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception1" waiting on "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_host.tf_host" waiting on "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_timeperiod.tf-workhours" waiting on "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception2" waiting on "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_command.tf_check_host_alive", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception1", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_host.tf_host", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod.tf-workhours", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception2", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "provider.centreon (close)", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "provider.centreon"
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: provider.centreon
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:56:54.142+0200 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:56:54.168+0200 [DEBUG] plugin: starting plugin: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon args=[/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon]
2019-10-18T20:56:54.169+0200 [DEBUG] plugin: plugin started: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8772
2019-10-18T20:56:54.169+0200 [DEBUG] plugin: waiting for RPC address: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon
2019-10-18T20:56:54.175+0200 [INFO] plugin.terraform-provider-centreon: configuring server automatic mTLS: timestamp=2019-10-18T20:56:54.175+0200
2019-10-18T20:56:54.206+0200 [DEBUG] plugin.terraform-provider-centreon: plugin address: network=unix address=/tmp/plugin475197082 timestamp=2019-10-18T20:56:54.206+0200
2019-10-18T20:56:54.206+0200 [DEBUG] plugin: using plugin: version=5
2019/10/18 20:56:54 [TRACE] BuiltinEvalContext: Initialized "centreon" provider for provider.centreon
2019/10/18 20:56:54 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/10/18 20:56:54 [TRACE] buildProviderConfig for provider.centreon: no configuration at all
2019/10/18 20:56:54 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:56:54 [TRACE] GRPCProvider: PrepareProviderConfig
2019/10/18 20:56:54 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:54 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: provider.centreon
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": evaluating
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": visit complete
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": visit complete
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/10/18 20:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "provider.centreon (close)"
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon (close)": evaluating
2019/10/18 20:56:54 [TRACE] [walkValidate] Entering eval tree: provider.centreon (close)
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/10/18 20:56:54 [TRACE] GRPCProvider: Close
2019-10-18T20:56:54.270+0200 [DEBUG] plugin: plugin process exited: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8772
2019-10-18T20:56:54.270+0200 [DEBUG] plugin: plugin exited
2019/10/18 20:56:54 [TRACE] [walkValidate] Exiting eval tree: provider.centreon (close)
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon (close)": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "root"
2019/10/18 20:56:54 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/10/18 20:56:54 [TRACE] vertex "root": visit complete
2019/10/18 20:56:54 [INFO] backend/local: apply calling Refresh
2019/10/18 20:56:54 [INFO] terraform: building graph: GraphTypeRefresh
2019/10/18 20:56:54 [TRACE] No managed resources in state during refresh; skipping managed resource transformer
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:56:54 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.StateTransformer
2019/10/18 20:56:54 [TRACE] StateTransformer: state is empty, so nothing to do
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer (no changes)
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2019/10/18 20:56:54 [DEBUG] Starting graph walk: walkRefresh
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "root"
2019/10/18 20:56:54 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/10/18 20:56:54 [TRACE] vertex "root": visit complete
2019/10/18 20:56:54 [INFO] backend/local: apply calling Plan
2019/10/18 20:56:54 [INFO] terraform: building graph: GraphTypePlan
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:56:54 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.StateTransformer
2019/10/18 20:56:54 [TRACE] StateTransformer: state is empty, so nothing to do
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodePlannableResource) config from examples/main.tf:17,1-62
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodePlannableResource) config from examples/main.tf:23,1-62
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_host.tf_host" (*terraform.NodePlannableResource) config from examples/main.tf:29,1-35
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_command.tf_check_host_alive" (*terraform.NodePlannableResource) config from examples/main.tf:1,1-50
2019/10/18 20:56:54 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod.tf-workhours" (*terraform.NodePlannableResource) config from examples/main.tf:7,1-46
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
------
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:56:54 [DEBUG] adding implicit provider configuration provider.centreon, implied first by centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_command.tf_check_host_alive is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_timeperiod.tf-workhours is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception1 is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception2 is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: centreon_host.tf_host is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_command.tf_check_host_alive" (*terraform.NodePlannableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_timeperiod.tf-workhours" (*terraform.NodePlannableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodePlannableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodePlannableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_host.tf_host
2019/10/18 20:56:54 [DEBUG] ProviderTransformer: "centreon_host.tf_host" (*terraform.NodePlannableResource) needs provider.centreon
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:56:54 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.centreon
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_command.tf_check_host_alive" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod.tf-workhours" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception1" references: [centreon_timeperiod.tf-workhours]
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception2" references: [centreon_timeperiod.tf-workhours]
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_host.tf_host" references: []
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "provider.centreon" references: []
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/10/18 20:56:54 [TRACE] ForcedCBDTransformer: "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:56:54 [TRACE] ForcedCBDTransformer: "centreon_host.tf_host" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:56:54 [TRACE] ForcedCBDTransformer: "centreon_command.tf_check_host_alive" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:56:54 [TRACE] ForcedCBDTransformer: "centreon_timeperiod.tf-workhours" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:56:54 [TRACE] ForcedCBDTransformer: "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.centreon (close) - *terraform.graphNodeCloseProvider
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodePlannableResource
centreon_host.tf_host - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.centreon (close) - *terraform.graphNodeCloseProvider
------
2019/10/18 20:56:54 [DEBUG] Starting graph walk: walkPlan
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "provider.centreon (close)"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception2" waiting on "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_command.tf_check_host_alive" waiting on "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_host.tf_host" waiting on "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_timeperiod.tf-workhours" waiting on "provider.centreon"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "root" waiting on "provider.centreon (close)"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception1" waiting on "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "provider.centreon (close)", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception2", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_command.tf_check_host_alive", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_host.tf_host", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod.tf-workhours", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception1", sending new deps
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "provider.centreon"
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: provider.centreon
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:56:54.274+0200 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:56:54.299+0200 [DEBUG] plugin: starting plugin: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon args=[/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon]
2019-10-18T20:56:54.299+0200 [DEBUG] plugin: plugin started: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8784
2019-10-18T20:56:54.299+0200 [DEBUG] plugin: waiting for RPC address: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon
2019-10-18T20:56:54.307+0200 [INFO] plugin.terraform-provider-centreon: configuring server automatic mTLS: timestamp=2019-10-18T20:56:54.307+0200
2019-10-18T20:56:54.334+0200 [DEBUG] plugin.terraform-provider-centreon: plugin address: address=/tmp/plugin982268706 network=unix timestamp=2019-10-18T20:56:54.334+0200
2019-10-18T20:56:54.334+0200 [DEBUG] plugin: using plugin: version=5
2019/10/18 20:56:54 [TRACE] BuiltinEvalContext: Initialized "centreon" provider for provider.centreon
2019/10/18 20:56:54 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:54 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/10/18 20:56:54 [TRACE] buildProviderConfig for provider.centreon: no configuration at all
2019/10/18 20:56:54 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:56:54 [TRACE] GRPCProvider: Configure
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: provider.centreon
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": evaluating
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": expanding dynamic subgraph
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [DEBUG] Resource instance state not found for node "centreon_command.tf_check_host_alive", instance centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_command.tf_check_host_alive" references: []
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": entering dynamic subgraph
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": expanding dynamic subgraph
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:54 [TRACE] EvalReadState: reading state for centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": expanding dynamic subgraph
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
centreon_host.tf_host - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [DEBUG] Resource instance state not found for node "centreon_host.tf_host", instance centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_host.tf_host" references: []
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": entering dynamic subgraph
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:54 [TRACE] EvalReadState: reading state for centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] EvalReadState: no state present for centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:54 [TRACE] Re-validating config for "centreon_host.tf_host"
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] EvalReadState: no state present for centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Re-validating config for "centreon_command.tf_check_host_alive"
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
centreon_timeperiod.tf-workhours - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [DEBUG] Resource instance state not found for node "centreon_timeperiod.tf-workhours", instance centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod.tf-workhours" references: []
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": entering dynamic subgraph
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:54 [TRACE] EvalReadState: reading state for centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] EvalReadState: no state present for centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:54 [TRACE] Re-validating config for "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:54 [TRACE] EvalWriteState: writing current state object for centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:54 [TRACE] EvalWriteDiff: recorded Create change for centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": dynamic subgraph completed successfully
2019/10/18 20:56:54 [TRACE] vertex "centreon_command.tf_check_host_alive": visit complete
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:54 [TRACE] EvalWriteState: writing current state object for centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:54 [TRACE] EvalWriteDiff: recorded Create change for centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": dynamic subgraph completed successfully
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod.tf-workhours": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": expanding dynamic subgraph
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:54 [DEBUG] Resource instance state not found for node "centreon_timeperiod_exception.tf_time_exception1", instance centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception1" references: []
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": entering dynamic subgraph
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:54 [TRACE] EvalReadState: reading state for centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": expanding dynamic subgraph
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:54 [DEBUG] Resource instance state not found for node "centreon_timeperiod_exception.tf_time_exception2", instance centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:54 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception2" references: []
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": entering dynamic subgraph
2019/10/18 20:56:54 [TRACE] dag/walk: updating graph
2019/10/18 20:56:54 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": evaluating
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:54 [TRACE] EvalReadState: reading state for centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] EvalReadState: no state present for centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:56:54 [TRACE] EvalReadState: no state present for centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:54 [WARN] Provider "centreon" produced an invalid plan for centreon_host.tf_host, 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:
- .activate: planned value cty.True does not match config value cty.NullVal(cty.Bool)
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:54 [TRACE] EvalWriteState: writing current state object for centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] Re-validating config for "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] Re-validating config for "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:54 [TRACE] EvalWriteDiff: recorded Create change for centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_host.tf_host
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": dynamic subgraph completed successfully
2019/10/18 20:56:54 [TRACE] vertex "centreon_host.tf_host": visit complete
2019/10/18 20:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:54 [TRACE] EvalWriteState: writing current state object for centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:54 [TRACE] EvalWriteDiff: recorded Create change for centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:54 [TRACE] EvalWriteState: writing current state object for centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:54 [TRACE] EvalWriteDiff: recorded Create change for centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": dynamic subgraph completed successfully
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2": visit complete
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": dynamic subgraph completed successfully
2019/10/18 20:56:54 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "provider.centreon (close)"
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon (close)": evaluating
2019/10/18 20:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: provider.centreon (close)
2019/10/18 20:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/10/18 20:56:54 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:56:54 [TRACE] GRPCProvider: Close
2019/10/18 20:56:54 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-10-18T20:56:54.406+0200 [DEBUG] plugin: plugin process exited: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8784
2019-10-18T20:56:54.406+0200 [DEBUG] plugin: plugin exited
2019/10/18 20:56:54 [TRACE] [walkPlan] Exiting eval tree: provider.centreon (close)
2019/10/18 20:56:54 [TRACE] vertex "provider.centreon (close)": visit complete
2019/10/18 20:56:54 [TRACE] dag/walk: visiting "root"
2019/10/18 20:56:54 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/10/18 20:56:54 [TRACE] vertex "root": visit complete
2019/10/18 20:56:54 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/10/18 20:56:55 [INFO] backend/local: apply calling Apply
2019/10/18 20:56:55 [INFO] terraform: building graph: GraphTypeApply
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:56:55 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/10/18 20:56:55 [TRACE] DiffTransformer starting
2019/10/18 20:56:55 [TRACE] DiffTransformer: found Create change for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] DiffTransformer: centreon_command.tf_check_host_alive will be represented by centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] DiffTransformer: found Create change for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] DiffTransformer: centreon_timeperiod.tf-workhours will be represented by centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] DiffTransformer: found Create change for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] DiffTransformer: centreon_host.tf_host will be represented by centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] DiffTransformer: found Create change for centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:55 [TRACE] DiffTransformer: centreon_timeperiod_exception.tf_time_exception1 will be represented by centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:55 [TRACE] DiffTransformer: found Create change for centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:55 [TRACE] DiffTransformer: centreon_timeperiod_exception.tf_time_exception2 will be represented by centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:55 [TRACE] DiffTransformer complete
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception2 (prepare state)" (*terraform.NodeApplyableResource) config from examples/main.tf:23,1-62
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_host.tf_host (prepare state)" (*terraform.NodeApplyableResource) config from examples/main.tf:29,1-35
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_host.tf_host" (*terraform.NodeApplyableResourceInstance) config from examples/main.tf:29,1-35
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod.tf-workhours (prepare state)" (*terraform.NodeApplyableResource) config from examples/main.tf:7,1-46
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_command.tf_check_host_alive (prepare state)" (*terraform.NodeApplyableResource) config from examples/main.tf:1,1-50
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_command.tf_check_host_alive" (*terraform.NodeApplyableResourceInstance) config from examples/main.tf:1,1-50
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod.tf-workhours" (*terraform.NodeApplyableResourceInstance) config from examples/main.tf:7,1-46
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodeApplyableResourceInstance) config from examples/main.tf:17,1-62
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodeApplyableResourceInstance) config from examples/main.tf:23,1-62
2019/10/18 20:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "centreon_timeperiod_exception.tf_time_exception1 (prepare state)" (*terraform.NodeApplyableResource) config from examples/main.tf:17,1-62
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:56:55 [DEBUG] Resource state not found for node "centreon_timeperiod_exception.tf_time_exception1", instance centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:55 [DEBUG] Resource state not found for node "centreon_timeperiod_exception.tf_time_exception2", instance centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:55 [DEBUG] Resource state not found for node "centreon_command.tf_check_host_alive", instance centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [DEBUG] Resource state not found for node "centreon_timeperiod.tf-workhours", instance centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [DEBUG] Resource state not found for node "centreon_host.tf_host", instance centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
------
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:56:55 [DEBUG] adding implicit provider configuration provider.centreon, implied first by centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_timeperiod.tf-workhours is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception1 is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception2 is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception1 (prepare state) is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_command.tf_check_host_alive (prepare state) is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_command.tf_check_host_alive is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_host.tf_host is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_timeperiod.tf-workhours (prepare state) is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_timeperiod_exception.tf_time_exception2 (prepare state) is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: centreon_host.tf_host (prepare state) is provided by provider.centreon or inherited equivalent
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_command.tf_check_host_alive (prepare state)
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_command.tf_check_host_alive (prepare state)" (*terraform.NodeApplyableResource) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_command.tf_check_host_alive" (*terraform.NodeApplyableResourceInstance) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_host.tf_host
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_host.tf_host" (*terraform.NodeApplyableResourceInstance) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod.tf-workhours (prepare state)
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_timeperiod.tf-workhours (prepare state)" (*terraform.NodeApplyableResource) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_timeperiod.tf-workhours" (*terraform.NodeApplyableResourceInstance) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception1" (*terraform.NodeApplyableResourceInstance) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception2" (*terraform.NodeApplyableResourceInstance) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception1 (prepare state)
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception1 (prepare state)" (*terraform.NodeApplyableResource) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_timeperiod_exception.tf_time_exception2 (prepare state)
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_timeperiod_exception.tf_time_exception2 (prepare state)" (*terraform.NodeApplyableResource) needs provider.centreon
2019/10/18 20:56:55 [TRACE] ProviderTransformer: exact match for provider.centreon serving centreon_host.tf_host (prepare state)
2019/10/18 20:56:55 [DEBUG] ProviderTransformer: "centreon_host.tf_host (prepare state)" (*terraform.NodeApplyableResource) needs provider.centreon
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.centreon
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod.tf-workhours (prepare state)
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception2 (prepare state)
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_host.tf_host (prepare state)
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception1
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception2
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod_exception.tf_time_exception1 (prepare state)
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_command.tf_check_host_alive (prepare state)
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_timeperiod.tf-workhours (prepare state)" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception2 (prepare state)" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_host.tf_host (prepare state)" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_host.tf_host" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "provider.centreon" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception1 (prepare state)" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_command.tf_check_host_alive (prepare state)" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_command.tf_check_host_alive" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_timeperiod.tf-workhours" references: []
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception1" references: [centreon_timeperiod.tf-workhours (prepare state) centreon_timeperiod.tf-workhours centreon_timeperiod.tf-workhours]
2019/10/18 20:56:55 [DEBUG] ReferenceTransformer: "centreon_timeperiod_exception.tf_time_exception2" references: [centreon_timeperiod.tf-workhours (prepare state) centreon_timeperiod.tf-workhours centreon_timeperiod.tf-workhours]
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.centreon (close) - *terraform.graphNodeCloseProvider
------
2019/10/18 20:56:55 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:56:55 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
centreon_command.tf_check_host_alive (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
centreon_host.tf_host (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod.tf-workhours (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception1 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod.tf-workhours - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
centreon_timeperiod_exception.tf_time_exception2 (prepare state) - *terraform.NodeApplyableResource
provider.centreon - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
provider.centreon - *terraform.NodeApplyableProvider
provider.centreon (close) - *terraform.graphNodeCloseProvider
centreon_command.tf_check_host_alive - *terraform.NodeApplyableResourceInstance
centreon_host.tf_host - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception1 - *terraform.NodeApplyableResourceInstance
centreon_timeperiod_exception.tf_time_exception2 - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.centreon (close) - *terraform.graphNodeCloseProvider
------
2019/10/18 20:56:55 [DEBUG] Starting graph walk: walkApply
2019/10/18 20:56:55 [TRACE] dag/walk: updating graph
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_timeperiod.tf-workhours (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_command.tf_check_host_alive (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_host.tf_host"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_command.tf_check_host_alive"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "provider.centreon (close)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception2 (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception1 (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_host.tf_host (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:56:55 [TRACE] dag/walk: added new vertex: "provider.centreon"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_command.tf_check_host_alive"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_host.tf_host" waiting on "centreon_host.tf_host (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_timeperiod_exception.tf_time_exception1"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod.tf-workhours (prepare state)" waiting on "provider.centreon"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception1" waiting on "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception2" waiting on "centreon_timeperiod_exception.tf_time_exception2 (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_command.tf_check_host_alive"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "root" waiting on "provider.centreon (close)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception1 (prepare state)" waiting on "provider.centreon"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_command.tf_check_host_alive" waiting on "centreon_command.tf_check_host_alive (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod.tf-workhours" waiting on "centreon_timeperiod.tf-workhours (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "provider.centreon (close)" waiting on "centreon_host.tf_host"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception2 (prepare state)" waiting on "provider.centreon"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_host.tf_host (prepare state)" waiting on "provider.centreon"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception2" waiting on "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_timeperiod_exception.tf_time_exception2"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "centreon_host.tf_host"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_timeperiod_exception.tf_time_exception1" waiting on "centreon_timeperiod_exception.tf_time_exception1 (prepare state)"
2019/10/18 20:56:55 [TRACE] dag/walk: added edge: "centreon_command.tf_check_host_alive (prepare state)" waiting on "provider.centreon"
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod.tf-workhours (prepare state)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception1", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception2", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception1 (prepare state)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_command.tf_check_host_alive", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod_exception.tf_time_exception2 (prepare state)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_host.tf_host (prepare state)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_timeperiod.tf-workhours", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_command.tf_check_host_alive (prepare state)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "provider.centreon (close)", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: dependencies changed for "centreon_host.tf_host", sending new deps
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "provider.centreon"
2019/10/18 20:56:55 [TRACE] vertex "provider.centreon": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:56:55 [TRACE] vertex "provider.centreon": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: provider.centreon
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:56:55.756+0200 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:56:55.783+0200 [DEBUG] plugin: starting plugin: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon args=[/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon]
2019-10-18T20:56:55.783+0200 [DEBUG] plugin: plugin started: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8798
2019-10-18T20:56:55.783+0200 [DEBUG] plugin: waiting for RPC address: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon
2019-10-18T20:56:55.791+0200 [INFO] plugin.terraform-provider-centreon: configuring server automatic mTLS: timestamp=2019-10-18T20:56:55.790+0200
2019-10-18T20:56:55.826+0200 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:56:55.826+0200 [DEBUG] plugin.terraform-provider-centreon: plugin address: address=/tmp/plugin497589829 network=unix timestamp=2019-10-18T20:56:55.826+0200
2019/10/18 20:56:55 [TRACE] BuiltinEvalContext: Initialized "centreon" provider for provider.centreon
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/10/18 20:56:55 [TRACE] buildProviderConfig for provider.centreon: no configuration at all
2019/10/18 20:56:55 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:56:55 [TRACE] GRPCProvider: Configure
2019/10/18 20:56:55 [TRACE] [walkApply] Exiting eval tree: provider.centreon
2019/10/18 20:56:55 [TRACE] vertex "provider.centreon": visit complete
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_timeperiod.tf-workhours (prepare state)"
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod.tf-workhours (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod.tf-workhours (prepare state)": evaluating
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_command.tf_check_host_alive (prepare state)"
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_timeperiod.tf-workhours (prepare state)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:55 [TRACE] [walkApply] Exiting eval tree: centreon_timeperiod.tf-workhours (prepare state)
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod.tf-workhours (prepare state)": visit complete
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod.tf-workhours": starting visit (*terraform.NodeApplyableResourceInstance)
2019/10/18 20:56:55 [TRACE] vertex "centreon_command.tf_check_host_alive (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:56:55 [TRACE] vertex "centreon_command.tf_check_host_alive (prepare state)": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_command.tf_check_host_alive (prepare state)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:55 [TRACE] [walkApply] Exiting eval tree: centreon_command.tf_check_host_alive (prepare state)
2019/10/18 20:56:55 [TRACE] vertex "centreon_command.tf_check_host_alive (prepare state)": visit complete
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod.tf-workhours": evaluating
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception2 (prepare state)"
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2 (prepare state)": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_timeperiod_exception.tf_time_exception2 (prepare state)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:56:55 [TRACE] EvalReadDiff: Read Create change from plan for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:55 [TRACE] EvalReadState: reading state for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] EvalReadState: no state present for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_command.tf_check_host_alive"
2019/10/18 20:56:55 [TRACE] EvalReadDiff: Read Create change from plan for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:55 [TRACE] vertex "centreon_command.tf_check_host_alive": starting visit (*terraform.NodeApplyableResourceInstance)
2019/10/18 20:56:55 [TRACE] vertex "centreon_command.tf_check_host_alive": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:56:55 [TRACE] Re-validating config for "centreon_timeperiod.tf-workhours"
2019/10/18 20:56:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:55 [TRACE] EvalReadDiff: Read Create change from plan for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:55 [TRACE] EvalReadState: reading state for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] EvalReadState: no state present for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:56:55 [TRACE] EvalReadDiff: Read Create change from plan for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:55 [TRACE] Re-validating config for "centreon_command.tf_check_host_alive"
2019/10/18 20:56:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:55 [TRACE] [walkApply] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception2 (prepare state)
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception2 (prepare state)": visit complete
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_timeperiod_exception.tf_time_exception1 (prepare state)"
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1 (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1 (prepare state)": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_timeperiod_exception.tf_time_exception1 (prepare state)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:55 [TRACE] [walkApply] Exiting eval tree: centreon_timeperiod_exception.tf_time_exception1 (prepare state)
2019/10/18 20:56:55 [TRACE] vertex "centreon_timeperiod_exception.tf_time_exception1 (prepare state)": visit complete
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_host.tf_host (prepare state)"
2019/10/18 20:56:55 [TRACE] vertex "centreon_host.tf_host (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:56:55 [TRACE] vertex "centreon_host.tf_host (prepare state)": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_host.tf_host (prepare state)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:56:55 [TRACE] [walkApply] Exiting eval tree: centreon_host.tf_host (prepare state)
2019/10/18 20:56:55 [TRACE] vertex "centreon_host.tf_host (prepare state)": visit complete
2019/10/18 20:56:55 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:55 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:55 [TRACE] dag/walk: visiting "centreon_host.tf_host"
2019/10/18 20:56:55 [TRACE] vertex "centreon_host.tf_host": starting visit (*terraform.NodeApplyableResourceInstance)
2019/10/18 20:56:55 [TRACE] vertex "centreon_host.tf_host": evaluating
2019/10/18 20:56:55 [TRACE] [walkApply] Entering eval tree: centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:56:55 [TRACE] EvalReadDiff: Read Create change from plan for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:55 [TRACE] EvalReadState: reading state for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] EvalReadState: no state present for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:56:55 [TRACE] EvalReadDiff: Read Create change from plan for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:56:55 [TRACE] Re-validating config for "centreon_host.tf_host"
2019/10/18 20:56:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/18 20:56:55 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:55 [TRACE] EvalReadState: reading state for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] EvalReadState: no state present for centreon_timeperiod.tf-workhours
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/10/18 20:56:55 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalApply
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/18 20:56:55 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/10/18 20:56:55 [DEBUG] centreon_timeperiod.tf-workhours: applying the planned Create change
2019/10/18 20:56:55 [TRACE] GRPCProvider: ApplyResourceChange
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:55 [TRACE] EvalReadState: reading state for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] EvalReadState: no state present for centreon_command.tf_check_host_alive
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalApply
2019/10/18 20:56:55 [DEBUG] centreon_command.tf_check_host_alive: applying the planned Create change
2019/10/18 20:56:55 [TRACE] GRPCProvider: ApplyResourceChange
2019/10/18 20:56:55 [WARN] Provider "centreon" produced an invalid plan for centreon_host.tf_host, 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:
- .activate: planned value cty.True does not match config value cty.NullVal(cty.Bool)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/18 20:56:55 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:56:55 [TRACE] EvalReadState: reading state for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] EvalReadState: no state present for centreon_host.tf_host
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/10/18 20:56:55 [TRACE] <root>: eval: *terraform.EvalApply
2019/10/18 20:56:55 [DEBUG] centreon_host.tf_host: applying the planned Create change
2019/10/18 20:56:55 [TRACE] GRPCProvider: ApplyResourceChange
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:56 [TRACE] EvalWriteState: writing current state object for centreon_command.tf_check_host_alive
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:56 [TRACE] EvalWriteState: writing current state object for centreon_command.tf_check_host_alive
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 70
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/10/18 20:56:56 [TRACE] [walkApply] Exiting eval tree: centreon_command.tf_check_host_alive
2019/10/18 20:56:56 [TRACE] vertex "centreon_command.tf_check_host_alive": visit complete
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: panic: interface conversion: interface {} is []interface {}, not []string
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon:
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: goroutine 57 [running]:
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/centreon.resourceCentreonHostCreate(0xc420130690, 0xee1da0, 0xc42047e6c0, 0x2, 0x1793cc0)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/centreon/resource_centreon_host.go:274 +0xab6
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc4204d6280, 0xc4204ae690, 0xc42036b300, 0xee1da0, 0xc42047e6c0, 0xc4200d2c01, 0xc420510a80, 0x1767710)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:305 +0x36c
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc4200f8980, 0xc420179988, 0xc4204ae690, 0xc42036b300, 0xc4200794c8, 0xc420532010, 0xe76fe0)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:289 +0xa4
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc4200c29d8, 0x115fee0, 0xc420476180, 0xc42008a720, 0xc4200c29d8, 0xc420476120, 0xe82a20)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/helper/plugin/grpc_provider.go:885 +0x864
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0xf97740, 0xc4200c29d8, 0x115fee0, 0xc420476180, 0xc42008a6c0, 0x0, 0x0, 0x0, 0xc420454800, 0x7e4)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/github.com/hashicorp/terraform/internal/tfplugin5/tfplugin5.pb.go:3189 +0x241
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc.(*Server).processUnaryRPC(0xc420097680, 0x1166040, 0xc4204bc780, 0xc420452000, 0xc4204ca630, 0x1767b40, 0x0, 0x0, 0x0)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc/server.go:995 +0x4ab
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc.(*Server).handleStream(0xc420097680, 0x1166040, 0xc4204bc780, 0xc420452000, 0x0)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc/server.go:1275 +0xe02
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc4204d20d0, 0xc420097680, 0x1166040, 0xc4204bc780, 0xc420452000)
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc/server.go:710 +0x9f
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: created by github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc.(*Server).serveStreams.func1
2019-10-18T20:56:56.773+0200 [DEBUG] plugin.terraform-provider-centreon: /home/samuel/go/src/github.com/smutel/terraform-provider-centreon/vendor/google.golang.org/grpc/server.go:708 +0xa1
2019-10-18T20:56:56.774+0200 [DEBUG] plugin: plugin process exited: path=/home/samuel/go/src/github.com/smutel/terraform-provider-centreon/terraform-provider-centreon pid=8798 error="exit status 2"
2019/10/18 20:56:56 [DEBUG] centreon_host.tf_host: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Canceled desc = context canceled
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:56:56 [TRACE] EvalMaybeTainted: centreon_host.tf_host encountered an error during creation, so it is now marked as tainted
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:56 [TRACE] EvalWriteState: removing state object for centreon_host.tf_host
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/18 20:56:56 [TRACE] EvalApplyProvisioners: centreon_host.tf_host has no state, so skipping provisioners
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:56:56 [TRACE] EvalMaybeTainted: centreon_host.tf_host encountered an error during creation, so it is now marked as tainted
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:56 [TRACE] EvalWriteState: removing state object for centreon_host.tf_host
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/10/18 20:56:56 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Canceled desc = context canceled
2019/10/18 20:56:56 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Canceled desc = context canceled
2019/10/18 20:56:56 [TRACE] [walkApply] Exiting eval tree: centreon_host.tf_host
2019/10/18 20:56:56 [TRACE] vertex "centreon_host.tf_host": visit complete
2019/10/18 20:56:56 [DEBUG] centreon_timeperiod.tf-workhours: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Canceled desc = context canceled
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:56:56 [TRACE] EvalMaybeTainted: centreon_timeperiod.tf-workhours encountered an error during creation, so it is now marked as tainted
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:56 [TRACE] EvalWriteState: removing state object for centreon_timeperiod.tf-workhours
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/18 20:56:56 [TRACE] EvalApplyProvisioners: centreon_timeperiod.tf-workhours has no state, so skipping provisioners
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:56:56 [TRACE] EvalMaybeTainted: centreon_timeperiod.tf-workhours encountered an error during creation, so it is now marked as tainted
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:56:56 [TRACE] EvalWriteState: removing state object for centreon_timeperiod.tf-workhours
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:56:56 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/10/18 20:56:56 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Canceled desc = context canceled
2019/10/18 20:56:56 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Canceled desc = context canceled
2019/10/18 20:56:56 [TRACE] [walkApply] Exiting eval tree: centreon_timeperiod.tf-workhours
2019/10/18 20:56:56 [TRACE] vertex "centreon_timeperiod.tf-workhours": visit complete
2019/10/18 20:56:56 [TRACE] dag/walk: upstream of "centreon_timeperiod_exception.tf_time_exception1" errored, so skipping
2019/10/18 20:56:56 [TRACE] dag/walk: upstream of "centreon_timeperiod_exception.tf_time_exception2" errored, so skipping
2019/10/18 20:56:56 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2019/10/18 20:56:56 [TRACE] dag/walk: upstream of "provider.centreon (close)" errored, so skipping
2019/10/18 20:56:56 [TRACE] dag/walk: upstream of "root" errored, so skipping
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 71
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/10/18 20:56:56 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019-10-18T20:56:56.786+0200 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment