Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform Apply command created 5 server in one apply. This is serious. :( #36

Open
anildalar opened this issue Jul 6, 2024 · 6 comments

Comments

@anildalar
Copy link

terraform_apply_log.txt

@anildalar
Copy link
Author

anildalar commented Jul 6, 2024

WhatsApp Image 2024-07-06 at 10 57 46 AM

@anildalar anildalar changed the title Terraform Apply command creted 5 server in one apply. THis is serious. Terraform Apply command created 5 server in one apply. THis is serious. :( Jul 6, 2024
@anildalar
Copy link
Author

WhatsApp Image 2024-07-05 at 1 23 28 PM

@anildalar
Copy link
Author

2024-07-05T13:32:34.824+0530 [DEBUG] ReferenceTransformer: "provider["registry.terraform.io/contabo/contabo"]" references: []
2024-07-05T13:32:34.825+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-07-05T13:32:34.825+0530 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-07-05T13:32:34.825+0530 [TRACE] AttachDependenciesTransformer: contabo_instance.pbxvps depends on []
2024-07-05T13:32:34.825+0530 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-07-05T13:32:34.825+0530 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-07-05T13:32:34.825+0530 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-07-05T13:32:34.825+0530 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-07-05T13:32:34.825+0530 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-07-05T13:32:34.825+0530 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-07-05T13:32:34.826+0530 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-07-05T13:32:34.826+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-07-05T13:32:34.826+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-07-05T13:32:34.826+0530 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-07-05T13:32:34.826+0530 [TRACE] ForcedCBDTransformer: "contabo_instance.pbxvps (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-07-05T13:32:34.826+0530 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-07-05T13:32:34.826+0530 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-07-05T13:32:34.826+0530 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
contabo_instance.pbxvps (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:34.827+0530 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-07-05T13:32:34.827+0530 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
contabo_instance.pbxvps (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider

2024-07-05T13:32:34.828+0530 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-07-05T13:32:34.828+0530 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
contabo_instance.pbxvps (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider

2024-07-05T13:32:34.828+0530 [DEBUG] Starting graph walk: walkPlan
2024-07-05T13:32:34.829+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"]": starting visit (*terraform.NodeApplyableProvider)
2024-07-05T13:32:34.829+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"]": belongs to
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2024-07-05T13:32:34.830+0530 [DEBUG] created provider logger: level=trace
2024-07-05T13:32:34.830+0530 [INFO] provider: configuring client automatic mTLS
2024-07-05T13:32:34.836+0530 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe args=[".terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe"]
2024-07-05T13:32:34.841+0530 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe pid=6020
2024-07-05T13:32:34.842+0530 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe
2024-07-05T13:32:34.860+0530 [INFO] provider.terraform-provider-contabo_v0.1.26.exe: configuring server automatic mTLS: timestamp="2024-07-05T13:32:34.859+0530"
2024-07-05T13:32:34.870+0530 [DEBUG] provider.terraform-provider-contabo_v0.1.26.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp="2024-07-05T13:32:34.870+0530"
2024-07-05T13:32:34.870+0530 [DEBUG] provider: using plugin: version=5
2024-07-05T13:32:34.880+0530 [TRACE] BuiltinEvalContext: Initialized "provider["registry.terraform.io/contabo/contabo"]" provider for provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:34.880+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.881+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:34.881+0530 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:34.881+0530 [TRACE] buildProviderConfig for provider["registry.terraform.io/contabo/contabo"]: using explicit config only
2024-07-05T13:32:34.881+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:34.884+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=d23dfe95-691c-fde0-f1f2-005d9737bc07 tf_rpc=GetProviderSchema timestamp="2024-07-05T13:32:34.884+0530"
2024-07-05T13:32:34.884+0530 [TRACE] provider.stdio: received data: channel=STDERR len=236
2024-07-05T13:32:34.885+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884572+05:30"}"
2024-07-05T13:32:34.885+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.885+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_proto_version=5.2 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=contabo/contabo tf_req_id=d23dfe95-691c-fde0-f1f2-005d9737bc07 timestamp="2024-07-05T13:32:34.884+0530"
2024-07-05T13:32:34.885+0530 [TRACE] provider.stdio: received data: channel=STDERR len=267
2024-07-05T13:32:34.886+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_image"}"
2024-07-05T13:32:34.887+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.888+0530 [TRACE] provider.stdio: received data: channel=STDERR len=828
2024-07-05T13:32:34.886+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=contabo/contabo tf_rpc=GetProviderSchema tf_proto_version=5.2 tf_req_id=d23dfe95-691c-fde0-f1f2-005d9737bc07 timestamp="2024-07-05T13:32:34.885+0530"
2024-07-05T13:32:34.888+0530 [WARN] unexpected data:
registry.terraform.io/contabo/contabo:stderr=
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_secret"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_private_network"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_object_storage_bucket"}

2024-07-05T13:32:34.889+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.888+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: tf_provider_addr=contabo/contabo tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.2 tf_req_id=d23dfe95-691c-fde0-f1f2-005d9737bc07 @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 timestamp="2024-07-05T13:32:34.885+0530"
2024-07-05T13:32:34.889+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:34.889+0530 [TRACE] provider.stdio: received data: channel=STDERR len=276
2024-07-05T13:32:34.890+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_tag_assignment"}"
2024-07-05T13:32:34.890+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.890+0530 [TRACE] GRPCProvider: ValidateProviderConfig
2024-07-05T13:32:34.890+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:34.890+0530 [TRACE] provider.stdio: received data: channel=STDERR len=270
2024-07-05T13:32:34.890+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_instance"}"
2024-07-05T13:32:34.891+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.891+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @module=sdk.proto tf_req_id=d36c91ab-c168-6659-f541-41ca6e08216d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:34.891+0530"
2024-07-05T13:32:34.891+0530 [TRACE] provider.stdio: received data: channel=STDERR len=279
2024-07-05T13:32:34.892+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_instance_snapshot"}"
2024-07-05T13:32:34.892+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.892+0530 [TRACE] provider.stdio: received data: channel=STDERR len=1024
2024-07-05T13:32:34.892+0530 [WARN] unexpected data:
registry.terraform.io/contabo/contabo:stderr=
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_object_storage"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_resource_type":"contabo_tag"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_data_source_type":"contabo_object_storage_bucket"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timest

2024-07-05T13:32:34.893+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.892+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @module=sdk.proto tf_provider_addr=contabo/contabo @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=d36c91ab-c168-6659-f541-41ca6e08216d tf_rpc=PrepareProviderConfig timestamp="2024-07-05T13:32:34.891+0530"
2024-07-05T13:32:34.893+0530 [WARN] ValidateProviderConfig from "provider["registry.terraform.io/contabo/contabo"]" changed the config value, but that value is unused
2024-07-05T13:32:34.893+0530 [TRACE] GRPCProvider: ConfigureProvider
2024-07-05T13:32:34.893+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:34.893+0530 [TRACE] provider.stdio: received data: channel=STDERR len=646
2024-07-05T13:32:34.893+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=contabo/contabo @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=d36c91ab-c168-6659-f541-41ca6e08216d timestamp="2024-07-05T13:32:34.891+0530"
2024-07-05T13:32:34.894+0530 [WARN] unexpected data:
registry.terraform.io/contabo/contabo:stderr=
| amp":"2024-07-05T13:32:34.884630+05:30","tf_data_source_type":"contabo_tag_assignment"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_data_source_type":"contabo_instance_snapshot"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_data_source_type":"contabo_image"}

2024-07-05T13:32:34.894+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.894+0530 [TRACE] provider.stdio: received data: channel=STDERR len=282
2024-07-05T13:32:34.895+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_data_source_type":"contabo_object_storage"}"
2024-07-05T13:32:34.894+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=d36c91ab-c168-6659-f541-41ca6e08216d tf_rpc=PrepareProviderConfig timestamp="2024-07-05T13:32:34.892+0530"
2024-07-05T13:32:34.895+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.895+0530 [TRACE] provider.stdio: received data: channel=STDERR len=283
2024-07-05T13:32:34.895+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.884630+05:30","tf_data_source_type":"contabo_private_network"}"
2024-07-05T13:32:34.895+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.895+0530 [TRACE] provider.stdio: received data: channel=STDERR len=276
2024-07-05T13:32:34.895+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.885135+05:30","tf_data_source_type":"contabo_instance"}"
2024-07-05T13:32:34.896+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.895+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: @module=sdk.proto tf_provider_addr=contabo/contabo tf_req_id=d36c91ab-c168-6659-f541-41ca6e08216d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 timestamp="2024-07-05T13:32:34.892+0530"
2024-07-05T13:32:34.896+0530 [TRACE] provider.stdio: received data: channel=STDERR len=274
2024-07-05T13:32:34.896+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.885135+05:30","tf_data_source_type":"contabo_secret"}"
2024-07-05T13:32:34.896+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.896+0530 [TRACE] provider.stdio: received data: channel=STDERR len=271
2024-07-05T13:32:34.896+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.885135+05:30","tf_data_source_type":"contabo_tag"}"
2024-07-05T13:32:34.897+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.896+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=82ae41ca-5350-60e4-b8bf-7c715344de1e tf_proto_version=5.2 tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:34.894+0530"
2024-07-05T13:32:34.897+0530 [TRACE] provider.stdio: received data: channel=STDERR len=245
2024-07-05T13:32:34.897+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Preparing provider configuration","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.891478+05:30"}"
2024-07-05T13:32:34.897+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.897+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_req_id=82ae41ca-5350-60e4-b8bf-7c715344de1e tf_rpc=Configure tf_proto_version=5.2 tf_provider_addr=contabo/contabo @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto timestamp="2024-07-05T13:32:34.894+0530"
2024-07-05T13:32:34.897+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:34.898+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.891478+05:30"}"
2024-07-05T13:32:34.898+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.898+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:32:34.898+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.892553+05:30"}"
2024-07-05T13:32:34.898+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:34.898+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:34.898+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:34.894143+05:30"}"
2024-07-05T13:32:34.898+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.632+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo @module=sdk.proto tf_proto_version=5.2 tf_req_id=82ae41ca-5350-60e4-b8bf-7c715344de1e tf_rpc=Configure timestamp="2024-07-05T13:32:35.632+0530"
2024-07-05T13:32:35.632+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:32:35.634+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.632972+05:30"}"
2024-07-05T13:32:35.635+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.634+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"]": visit complete
2024-07-05T13:32:35.635+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-07-05T13:32:35.634+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo tf_req_id=82ae41ca-5350-60e4-b8bf-7c715344de1e tf_rpc=Configure @module=sdk.proto tf_proto_version=5.2 timestamp="2024-07-05T13:32:35.632+0530"
2024-07-05T13:32:35.636+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": does not belong to any module instance
2024-07-05T13:32:35.637+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": expanding dynamic subgraph
2024-07-05T13:32:35.637+0530 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-07-05T13:32:35.637+0530 [TRACE] ResourceCountTransformer: adding contabo_instance.pbxvps as *terraform.NodePlannableResourceInstance
2024-07-05T13:32:35.638+0530 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodePlannableResourceInstance

2024-07-05T13:32:35.638+0530 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-07-05T13:32:35.639+0530 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-07-05T13:32:35.639+0530 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-07-05T13:32:35.639+0530 [DEBUG] Resource instance state not found for node "contabo_instance.pbxvps", instance contabo_instance.pbxvps
2024-07-05T13:32:35.639+0530 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-07-05T13:32:35.640+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-07-05T13:32:35.640+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-07-05T13:32:35.640+0530 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-07-05T13:32:35.640+0530 [DEBUG] ReferenceTransformer: "contabo_instance.pbxvps" references: []
2024-07-05T13:32:35.641+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-07-05T13:32:35.641+0530 [TRACE] Executing graph transform *terraform.RootTransformer
2024-07-05T13:32:35.641+0530 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
contabo_instance.pbxvps - *terraform.NodePlannableResourceInstance

2024-07-05T13:32:35.642+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": entering dynamic subgraph
2024-07-05T13:32:35.642+0530 [TRACE] vertex "contabo_instance.pbxvps": starting visit (*terraform.NodePlannableResourceInstance)
2024-07-05T13:32:35.642+0530 [TRACE] vertex "contabo_instance.pbxvps": belongs to
2024-07-05T13:32:35.643+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.643+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.643+0530 [TRACE] readResourceInstanceState: reading state for contabo_instance.pbxvps
2024-07-05T13:32:35.643+0530 [TRACE] readResourceInstanceState: no state present for contabo_instance.pbxvps
2024-07-05T13:32:35.644+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.644+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for contabo_instance.pbxvps
2024-07-05T13:32:35.644+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for contabo_instance.pbxvps
2024-07-05T13:32:35.645+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.645+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for contabo_instance.pbxvps
2024-07-05T13:32:35.645+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for contabo_instance.pbxvps
2024-07-05T13:32:35.645+0530 [TRACE] NodeAbstractResourceInstance.refresh for contabo_instance.pbxvps
2024-07-05T13:32:35.645+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.646+0530 [DEBUG] refresh: contabo_instance.pbxvps: no state, so not refreshing
2024-07-05T13:32:35.646+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.646+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for contabo_instance.pbxvps
2024-07-05T13:32:35.646+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for contabo_instance.pbxvps
2024-07-05T13:32:35.646+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.646+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.647+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.647+0530 [TRACE] Re-validating config for "contabo_instance.pbxvps"
2024-07-05T13:32:35.647+0530 [TRACE] GRPCProvider: ValidateResourceConfig
2024-07-05T13:32:35.647+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:35.648+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: tf_provider_addr=contabo/contabo tf_resource_type=contabo_instance @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_req_id=e3ed2bce-14bb-1afe-f3a2-ef6eded18afb tf_rpc=ValidateResourceTypeConfig timestamp="2024-07-05T13:32:35.648+0530"
2024-07-05T13:32:35.648+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_resource_type=contabo_instance @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=e3ed2bce-14bb-1afe-f3a2-ef6eded18afb tf_rpc=ValidateResourceTypeConfig timestamp="2024-07-05T13:32:35.648+0530"
2024-07-05T13:32:35.649+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:35.649+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.649430+05:30"}"
2024-07-05T13:32:35.649+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.650+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:32:35.649+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: @module=sdk.proto tf_proto_version=5.2 tf_req_id=e3ed2bce-14bb-1afe-f3a2-ef6eded18afb tf_provider_addr=contabo/contabo tf_resource_type=contabo_instance tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 timestamp="2024-07-05T13:32:35.649+0530"
2024-07-05T13:32:35.649+0530 [TRACE] GRPCProvider: PlanResourceChange
2024-07-05T13:32:35.650+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.649430+05:30"}"
2024-07-05T13:32:35.651+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.651+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: tf_proto_version=5.2 tf_req_id=e3ed2bce-14bb-1afe-f3a2-ef6eded18afb tf_resource_type=contabo_instance tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:35.649+0530"
2024-07-05T13:32:35.651+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:35.652+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @module=sdk.proto tf_provider_addr=contabo/contabo tf_resource_type=contabo_instance tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=6a9510d6-c816-28f8-52dc-cd4e1b74f37f timestamp="2024-07-05T13:32:35.652+0530"
2024-07-05T13:32:35.653+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_req_id=6a9510d6-c816-28f8-52dc-cd4e1b74f37f tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo @module=sdk.proto tf_proto_version=5.2 tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:35.652+0530"
2024-07-05T13:32:35.653+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: tf_proto_version=5.2 tf_req_id=6a9510d6-c816-28f8-52dc-cd4e1b74f37f tf_resource_type=contabo_instance tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:35.653+0530"
2024-07-05T13:32:35.653+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: tf_resource_type=contabo_instance tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=6a9510d6-c816-28f8-52dc-cd4e1b74f37f timestamp="2024-07-05T13:32:35.653+0530"
2024-07-05T13:32:35.654+0530 [WARN] Provider "registry.terraform.io/contabo/contabo" produced an invalid plan for contabo_instance.pbxvps, 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:
- .add_ons: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2024-07-05T13:32:35.654+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.655+0530 [TRACE] writeChange: recorded Create change for contabo_instance.pbxvps
2024-07-05T13:32:35.655+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.655+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for contabo_instance.pbxvps
2024-07-05T13:32:35.655+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for contabo_instance.pbxvps
2024-07-05T13:32:35.655+0530 [TRACE] vertex "contabo_instance.pbxvps": visit complete
2024-07-05T13:32:35.655+0530 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-07-05T13:32:35.655+0530 [TRACE] vertex "root": does not belong to any module instance
2024-07-05T13:32:35.656+0530 [TRACE] vertex "root": visit complete
2024-07-05T13:32:35.656+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": dynamic subgraph completed successfully
2024-07-05T13:32:35.656+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": visit complete
2024-07-05T13:32:35.656+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-07-05T13:32:35.656+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"] (close)": does not belong to any module instance
2024-07-05T13:32:35.656+0530 [TRACE] GRPCProvider: Close
2024-07-05T13:32:35.658+0530 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-07-05T13:32:35.664+0530 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe id=6020
2024-07-05T13:32:35.664+0530 [DEBUG] provider: plugin exited
2024-07-05T13:32:35.664+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"] (close)": visit complete
2024-07-05T13:32:35.664+0530 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-07-05T13:32:35.664+0530 [TRACE] vertex "root": does not belong to any module instance
2024-07-05T13:32:35.664+0530 [TRACE] vertex "root": visit complete
2024-07-05T13:32:35.665+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/contabo/contabo"
2024-07-05T13:32:35.665+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.665+0530 [TRACE] Plan is complete
2024-07-05T13:32:35.665+0530 [TRACE] Plan is applyable
2024-07-05T13:32:35.665+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.666+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/contabo/contabo"
2024-07-05T13:32:35.666+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.666+0530 [DEBUG] building apply graph to check for errors
2024-07-05T13:32:35.666+0530 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-07-05T13:32:35.666+0530 [TRACE] ConfigTransformer: Starting for path:
2024-07-05T13:32:35.666+0530 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource

2024-07-05T13:32:35.667+0530 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-07-05T13:32:35.667+0530 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-07-05T13:32:35.667+0530 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-07-05T13:32:35.667+0530 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-07-05T13:32:35.667+0530 [TRACE] Executing graph transform *terraform.variableValidationTransformer
2024-07-05T13:32:35.667+0530 [TRACE] variableValidationTransformer: adding validation nodes for any existing variable evaluation nodes
2024-07-05T13:32:35.667+0530 [TRACE] Completed graph transform *terraform.variableValidationTransformer (no changes)
2024-07-05T13:32:35.667+0530 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-07-05T13:32:35.667+0530 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-07-05T13:32:35.667+0530 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-07-05T13:32:35.667+0530 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-07-05T13:32:35.667+0530 [TRACE] Executing graph transform *terraform.DiffTransformer
2024-07-05T13:32:35.667+0530 [TRACE] DiffTransformer starting
2024-07-05T13:32:35.667+0530 [TRACE] DiffTransformer: found Create change for contabo_instance.pbxvps
2024-07-05T13:32:35.667+0530 [TRACE] DiffTransformer: contabo_instance.pbxvps will be represented by contabo_instance.pbxvps
2024-07-05T13:32:35.668+0530 [TRACE] DiffTransformer complete
2024-07-05T13:32:35.668+0530 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource

2024-07-05T13:32:35.668+0530 [TRACE] Executing graph transform *terraform.DeferredTransformer
2024-07-05T13:32:35.668+0530 [TRACE] Completed graph transform *terraform.DeferredTransformer (no changes)
2024-07-05T13:32:35.668+0530 [TRACE] Executing graph transform *terraform.checkTransformer
2024-07-05T13:32:35.668+0530 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-07-05T13:32:35.668+0530 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-07-05T13:32:35.668+0530 [DEBUG] Resource state not found for node "contabo_instance.pbxvps", instance contabo_instance.pbxvps
2024-07-05T13:32:35.668+0530 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-07-05T13:32:35.668+0530 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-07-05T13:32:35.668+0530 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-07-05T13:32:35.668+0530 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-07-05T13:32:35.668+0530 [TRACE] AttachResourceConfigTransformer: attaching to "contabo_instance.pbxvps (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:386}, End:hcl.Pos{Line:17, Column:37, Byte:422}}
2024-07-05T13:32:35.669+0530 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to contabo_instance.pbxvps (expand)
2024-07-05T13:32:35.669+0530 [TRACE] AttachResourceConfigTransformer: attaching to "contabo_instance.pbxvps" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:386}, End:hcl.Pos{Line:17, Column:37, Byte:422}}
2024-07-05T13:32:35.669+0530 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to contabo_instance.pbxvps
2024-07-05T13:32:35.669+0530 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-07-05T13:32:35.669+0530 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-07-05T13:32:35.669+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-07-05T13:32:35.669+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource

2024-07-05T13:32:35.669+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-07-05T13:32:35.670+0530 [TRACE] ProviderConfigTransformer: attaching to "provider["registry.terraform.io/contabo/contabo"]" provider configuration from main.tf:10,1-19
2024-07-05T13:32:35.670+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.670+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-07-05T13:32:35.670+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-07-05T13:32:35.670+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-07-05T13:32:35.670+0530 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/contabo/contabo"] serving contabo_instance.pbxvps (expand)
2024-07-05T13:32:35.670+0530 [DEBUG] ProviderTransformer: "contabo_instance.pbxvps (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.671+0530 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/contabo/contabo"] serving contabo_instance.pbxvps
2024-07-05T13:32:35.671+0530 [DEBUG] ProviderTransformer: "contabo_instance.pbxvps" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.671+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.671+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-07-05T13:32:35.671+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-07-05T13:32:35.672+0530 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.672+0530 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-07-05T13:32:35.672+0530 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-07-05T13:32:35.672+0530 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-07-05T13:32:35.672+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.672+0530 [TRACE] AttachSchemaTransformer: attaching resource schema to contabo_instance.pbxvps
2024-07-05T13:32:35.672+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.673+0530 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.673+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.673+0530 [TRACE] AttachSchemaTransformer: attaching resource schema to contabo_instance.pbxvps (expand)
2024-07-05T13:32:35.673+0530 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-07-05T13:32:35.674+0530 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-07-05T13:32:35.674+0530 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-07-05T13:32:35.674+0530 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-07-05T13:32:35.674+0530 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-07-05T13:32:35.674+0530 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-07-05T13:32:35.674+0530 [DEBUG] ReferenceTransformer: "contabo_instance.pbxvps (expand)" references: []
2024-07-05T13:32:35.674+0530 [DEBUG] ReferenceTransformer: "contabo_instance.pbxvps" references: []
2024-07-05T13:32:35.674+0530 [DEBUG] ReferenceTransformer: "provider["registry.terraform.io/contabo/contabo"]" references: []
2024-07-05T13:32:35.675+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-07-05T13:32:35.675+0530 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-07-05T13:32:35.675+0530 [TRACE] AttachDependenciesTransformer: contabo_instance.pbxvps depends on []
2024-07-05T13:32:35.675+0530 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-07-05T13:32:35.675+0530 [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-07-05T13:32:35.675+0530 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-07-05T13:32:35.675+0530 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-07-05T13:32:35.675+0530 [TRACE] ForcedCBDTransformer: "contabo_instance.pbxvps" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-07-05T13:32:35.676+0530 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-07-05T13:32:35.676+0530 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-07-05T13:32:35.676+0530 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-07-05T13:32:35.676+0530 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-07-05T13:32:35.676+0530 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-07-05T13:32:35.676+0530 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-07-05T13:32:35.676+0530 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-07-05T13:32:35.676+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-07-05T13:32:35.676+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-07-05T13:32:35.676+0530 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-07-05T13:32:35.677+0530 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.677+0530 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-07-05T13:32:35.677+0530 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider

2024-07-05T13:32:35.678+0530 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-07-05T13:32:35.678+0530 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:

  • create

Terraform will perform the following actions:

contabo_instance.pbxvps will be created

  • resource "contabo_instance" "pbxvps" {
    • additional_ips = (known after apply)

    • cpu_cores = (known after apply)

    • created_date = (known after apply)

    • disk_mb = (known after apply)

    • display_name = (known after apply)

    • error_message = (known after apply)

    • existing_instance_id = (known after apply)

    • id = (known after apply)

    • image_id = "35f3129d-5b02-45ff-9137-e8a12d2832ec"

    • ip_config = (known after apply)

    • last_updated = (known after apply)

    • license = (known after apply)

    • mac_address = (known after apply)

    • name = (known after apply)

    • os_type = (known after apply)

    • period = 1

    • product_id = "V46"

    • product_type = (known after apply)

    • ram_mb = (known after apply)

    • region = "EU"

    • ssh_keys = (known after apply)

    • status = (known after apply)

    • v_host_id = (known after apply)

    • add_ons (known after apply)
      }

Plan: 1 to add, 0 to change, 0 to destroy.
2024-07-05T13:32:35.683+0530 [INFO] backend/local: apply calling Apply
2024-07-05T13:32:35.683+0530 [DEBUG] Building and walking apply graph for NormalMode plan
2024-07-05T13:32:35.683+0530 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-07-05T13:32:35.683+0530 [TRACE] ConfigTransformer: Starting for path:
2024-07-05T13:32:35.683+0530 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource

2024-07-05T13:32:35.683+0530 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-07-05T13:32:35.683+0530 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-07-05T13:32:35.684+0530 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-07-05T13:32:35.684+0530 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-07-05T13:32:35.684+0530 [TRACE] Executing graph transform *terraform.variableValidationTransformer
2024-07-05T13:32:35.684+0530 [TRACE] variableValidationTransformer: adding validation nodes for any existing variable evaluation nodes
2024-07-05T13:32:35.684+0530 [TRACE] Completed graph transform *terraform.variableValidationTransformer (no changes)
2024-07-05T13:32:35.684+0530 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-07-05T13:32:35.684+0530 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-07-05T13:32:35.684+0530 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-07-05T13:32:35.684+0530 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-07-05T13:32:35.684+0530 [TRACE] Executing graph transform *terraform.DiffTransformer
2024-07-05T13:32:35.685+0530 [TRACE] DiffTransformer starting
2024-07-05T13:32:35.685+0530 [TRACE] DiffTransformer: found Create change for contabo_instance.pbxvps
2024-07-05T13:32:35.685+0530 [TRACE] DiffTransformer: contabo_instance.pbxvps will be represented by contabo_instance.pbxvps
2024-07-05T13:32:35.685+0530 [TRACE] DiffTransformer complete
2024-07-05T13:32:35.685+0530 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource

2024-07-05T13:32:35.685+0530 [TRACE] Executing graph transform *terraform.DeferredTransformer
2024-07-05T13:32:35.685+0530 [TRACE] Completed graph transform *terraform.DeferredTransformer (no changes)
2024-07-05T13:32:35.685+0530 [TRACE] Executing graph transform *terraform.checkTransformer
2024-07-05T13:32:35.686+0530 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-07-05T13:32:35.686+0530 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-07-05T13:32:35.686+0530 [DEBUG] Resource state not found for node "contabo_instance.pbxvps", instance contabo_instance.pbxvps
2024-07-05T13:32:35.686+0530 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-07-05T13:32:35.687+0530 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-07-05T13:32:35.687+0530 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-07-05T13:32:35.687+0530 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-07-05T13:32:35.687+0530 [TRACE] AttachResourceConfigTransformer: attaching to "contabo_instance.pbxvps (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:386}, End:hcl.Pos{Line:17, Column:37, Byte:422}}
2024-07-05T13:32:35.687+0530 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to contabo_instance.pbxvps (expand)
2024-07-05T13:32:35.687+0530 [TRACE] AttachResourceConfigTransformer: attaching to "contabo_instance.pbxvps" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:386}, End:hcl.Pos{Line:17, Column:37, Byte:422}}
2024-07-05T13:32:35.687+0530 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to contabo_instance.pbxvps
2024-07-05T13:32:35.687+0530 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-07-05T13:32:35.687+0530 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource

2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-07-05T13:32:35.688+0530 [TRACE] ProviderConfigTransformer: attaching to "provider["registry.terraform.io/contabo/contabo"]" provider configuration from main.tf:10,1-19
2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-07-05T13:32:35.688+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-07-05T13:32:35.689+0530 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/contabo/contabo"] serving contabo_instance.pbxvps
2024-07-05T13:32:35.689+0530 [DEBUG] ProviderTransformer: "contabo_instance.pbxvps" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.689+0530 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/contabo/contabo"] serving contabo_instance.pbxvps (expand)
2024-07-05T13:32:35.689+0530 [DEBUG] ProviderTransformer: "contabo_instance.pbxvps (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.689+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.689+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-07-05T13:32:35.689+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-07-05T13:32:35.690+0530 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.690+0530 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-07-05T13:32:35.690+0530 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-07-05T13:32:35.690+0530 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-07-05T13:32:35.690+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.691+0530 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.691+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.691+0530 [TRACE] AttachSchemaTransformer: attaching resource schema to contabo_instance.pbxvps (expand)
2024-07-05T13:32:35.691+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.691+0530 [TRACE] AttachSchemaTransformer: attaching resource schema to contabo_instance.pbxvps
2024-07-05T13:32:35.691+0530 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-07-05T13:32:35.691+0530 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-07-05T13:32:35.691+0530 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-07-05T13:32:35.691+0530 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-07-05T13:32:35.692+0530 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-07-05T13:32:35.692+0530 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-07-05T13:32:35.692+0530 [DEBUG] ReferenceTransformer: "contabo_instance.pbxvps (expand)" references: []
2024-07-05T13:32:35.692+0530 [DEBUG] ReferenceTransformer: "contabo_instance.pbxvps" references: []
2024-07-05T13:32:35.692+0530 [DEBUG] ReferenceTransformer: "provider["registry.terraform.io/contabo/contabo"]" references: []
2024-07-05T13:32:35.692+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-07-05T13:32:35.692+0530 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-07-05T13:32:35.692+0530 [TRACE] AttachDependenciesTransformer: contabo_instance.pbxvps depends on []
2024-07-05T13:32:35.692+0530 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-07-05T13:32:35.692+0530 [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-07-05T13:32:35.692+0530 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-07-05T13:32:35.693+0530 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-07-05T13:32:35.693+0530 [TRACE] ForcedCBDTransformer: "contabo_instance.pbxvps" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-07-05T13:32:35.693+0530 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-07-05T13:32:35.693+0530 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-07-05T13:32:35.693+0530 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-07-05T13:32:35.693+0530 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-07-05T13:32:35.693+0530 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-07-05T13:32:35.693+0530 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-07-05T13:32:35.694+0530 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-07-05T13:32:35.694+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-07-05T13:32:35.694+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-07-05T13:32:35.694+0530 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-07-05T13:32:35.694+0530 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider

2024-07-05T13:32:35.695+0530 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-07-05T13:32:35.695+0530 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider

2024-07-05T13:32:35.696+0530 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-07-05T13:32:35.696+0530 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
contabo_instance.pbxvps (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider
contabo_instance.pbxvps - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/contabo/contabo"] (close) - *terraform.graphNodeCloseProvider

2024-07-05T13:32:35.697+0530 [DEBUG] Starting graph walk: walkApply
2024-07-05T13:32:35.697+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"]": starting visit (*terraform.NodeApplyableProvider)
2024-07-05T13:32:35.697+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"]": belongs to
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2024-07-05T13:32:35.698+0530 [DEBUG] created provider logger: level=trace
2024-07-05T13:32:35.698+0530 [INFO] provider: configuring client automatic mTLS
2024-07-05T13:32:35.704+0530 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe args=[".terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe"]
2024-07-05T13:32:35.708+0530 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe pid=21608
2024-07-05T13:32:35.708+0530 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe
2024-07-05T13:32:35.727+0530 [INFO] provider.terraform-provider-contabo_v0.1.26.exe: configuring server automatic mTLS: timestamp="2024-07-05T13:32:35.726+0530"
2024-07-05T13:32:35.737+0530 [DEBUG] provider.terraform-provider-contabo_v0.1.26.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp="2024-07-05T13:32:35.737+0530"
2024-07-05T13:32:35.737+0530 [DEBUG] provider: using plugin: version=5
2024-07-05T13:32:35.749+0530 [TRACE] BuiltinEvalContext: Initialized "provider["registry.terraform.io/contabo/contabo"]" provider for provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.750+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.750+0530 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/contabo/contabo"]
2024-07-05T13:32:35.749+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.750+0530 [TRACE] buildProviderConfig for provider["registry.terraform.io/contabo/contabo"]: using explicit config only
2024-07-05T13:32:35.751+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:35.754+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: tf_provider_addr=contabo/contabo tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_req_id=f0e2e215-245f-72f0-3e2d-ad898d0f42ad timestamp="2024-07-05T13:32:35.753+0530"
2024-07-05T13:32:35.754+0530 [TRACE] provider.stdio: received data: channel=STDERR len=236
2024-07-05T13:32:35.754+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.753751+05:30"}"
2024-07-05T13:32:35.755+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.755+0530 [TRACE] provider.stdio: received data: channel=STDERR len=267
2024-07-05T13:32:35.755+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_image"}"
2024-07-05T13:32:35.754+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_rpc=GetProviderSchema @module=sdk.proto tf_req_id=f0e2e215-245f-72f0-3e2d-ad898d0f42ad timestamp="2024-07-05T13:32:35.753+0530"
2024-07-05T13:32:35.755+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.756+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=f0e2e215-245f-72f0-3e2d-ad898d0f42ad timestamp="2024-07-05T13:32:35.754+0530"
2024-07-05T13:32:35.756+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: tf_provider_addr=contabo/contabo tf_req_id=f0e2e215-245f-72f0-3e2d-ad898d0f42ad @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_rpc=GetProviderSchema timestamp="2024-07-05T13:32:35.754+0530"
2024-07-05T13:32:35.756+0530 [TRACE] provider.stdio: received data: channel=STDERR len=547
2024-07-05T13:32:35.757+0530 [WARN] unexpected data:
registry.terraform.io/contabo/contabo:stderr=
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_private_network"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_instance"}

2024-07-05T13:32:35.758+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.756+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:35.758+0530 [TRACE] provider.stdio: received data: channel=STDERR len=279
2024-07-05T13:32:35.758+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_instance_snapshot"}"
2024-07-05T13:32:35.759+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.758+0530 [TRACE] GRPCProvider: ValidateProviderConfig
2024-07-05T13:32:35.759+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:35.759+0530 [TRACE] provider.stdio: received data: channel=STDERR len=276
2024-07-05T13:32:35.759+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_object_storage"}"
2024-07-05T13:32:35.759+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.759+0530 [TRACE] provider.stdio: received data: channel=STDERR len=268
2024-07-05T13:32:35.759+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_secret"}"
2024-07-05T13:32:35.760+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.760+0530 [TRACE] provider.stdio: received data: channel=STDERR len=283
2024-07-05T13:32:35.760+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_object_storage_bucket"}"
2024-07-05T13:32:35.760+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.759+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=99712596-1905-3546-ceaa-32e13b84f711 @module=sdk.proto tf_provider_addr=contabo/contabo tf_rpc=PrepareProviderConfig timestamp="2024-07-05T13:32:35.759+0530"
2024-07-05T13:32:35.760+0530 [TRACE] provider.stdio: received data: channel=STDERR len=265
2024-07-05T13:32:35.760+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo tf_req_id=99712596-1905-3546-ceaa-32e13b84f711 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.2 timestamp="2024-07-05T13:32:35.759+0530"
2024-07-05T13:32:35.760+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_tag"}"
2024-07-05T13:32:35.761+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.761+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=99712596-1905-3546-ceaa-32e13b84f711 tf_rpc=PrepareProviderConfig tf_proto_version=5.2 tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:35.759+0530"
2024-07-05T13:32:35.761+0530 [WARN] ValidateProviderConfig from "provider["registry.terraform.io/contabo/contabo"]" changed the config value, but that value is unused
2024-07-05T13:32:35.761+0530 [TRACE] provider.stdio: received data: channel=STDERR len=276
2024-07-05T13:32:35.762+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_resource_type":"contabo_tag_assignment"}"
2024-07-05T13:32:35.762+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.762+0530 [TRACE] provider.stdio: received data: channel=STDERR len=282
2024-07-05T13:32:35.762+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_data_source_type":"contabo_tag_assignment"}"
2024-07-05T13:32:35.762+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.761+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: @module=sdk.proto tf_proto_version=5.2 tf_req_id=99712596-1905-3546-ceaa-32e13b84f711 @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo tf_rpc=PrepareProviderConfig timestamp="2024-07-05T13:32:35.761+0530"
2024-07-05T13:32:35.761+0530 [TRACE] GRPCProvider: ConfigureProvider
2024-07-05T13:32:35.762+0530 [TRACE] provider.stdio: received data: channel=STDERR len=285
2024-07-05T13:32:35.763+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_data_source_type":"contabo_instance_snapshot"}"
2024-07-05T13:32:35.763+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.763+0530 [TRACE] provider.stdio: received data: channel=STDERR len=282
2024-07-05T13:32:35.763+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_data_source_type":"contabo_object_storage"}"
2024-07-05T13:32:35.763+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.762+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: tf_proto_version=5.2 tf_req_id=99712596-1905-3546-ceaa-32e13b84f711 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:35.761+0530"
2024-07-05T13:32:35.762+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:35.763+0530 [TRACE] provider.stdio: received data: channel=STDERR len=283
2024-07-05T13:32:35.764+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754279+05:30","tf_data_source_type":"contabo_private_network"}"
2024-07-05T13:32:35.764+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.764+0530 [TRACE] provider.stdio: received data: channel=STDERR len=289
2024-07-05T13:32:35.765+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754797+05:30","tf_data_source_type":"contabo_object_storage_bucket"}"
2024-07-05T13:32:35.765+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.765+0530 [TRACE] provider.stdio: received data: channel=STDERR len=276
2024-07-05T13:32:35.765+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754797+05:30","tf_data_source_type":"contabo_instance"}"
2024-07-05T13:32:35.765+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.765+0530 [TRACE] provider.stdio: received data: channel=STDERR len=273
2024-07-05T13:32:35.765+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754797+05:30","tf_data_source_type":"contabo_image"}"
2024-07-05T13:32:35.766+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.766+0530 [TRACE] provider.stdio: received data: channel=STDERR len=545
2024-07-05T13:32:35.766+0530 [WARN] unexpected data:
registry.terraform.io/contabo/contabo:stderr=
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754797+05:30","tf_data_source_type":"contabo_secret"}
| {"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.754797+05:30","tf_data_source_type":"contabo_tag"}

2024-07-05T13:32:35.766+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.765+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_rpc=Configure @module=sdk.proto tf_req_id=1cbb2286-a7f3-7e36-5aac-e0fadaec8805 timestamp="2024-07-05T13:32:35.765+0530"
2024-07-05T13:32:35.766+0530 [TRACE] provider.stdio: received data: channel=STDERR len=245
2024-07-05T13:32:35.766+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Preparing provider configuration","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.759728+05:30"}"
2024-07-05T13:32:35.767+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.767+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:35.767+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.759728+05:30"}"
2024-07-05T13:32:35.767+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.767+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:32:35.767+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.760787+05:30"}"
2024-07-05T13:32:35.766+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: @module=sdk.proto tf_rpc=Configure tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=1cbb2286-a7f3-7e36-5aac-e0fadaec8805 @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 timestamp="2024-07-05T13:32:35.765+0530"
2024-07-05T13:32:35.767+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:35.768+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:35.768+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:35.765619+05:30"}"
2024-07-05T13:32:35.768+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:36.482+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: @module=sdk.proto tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=1cbb2286-a7f3-7e36-5aac-e0fadaec8805 timestamp="2024-07-05T13:32:36.482+0530"
2024-07-05T13:32:36.482+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:32:36.483+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:36.482156+05:30"}"
2024-07-05T13:32:36.483+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:36.482+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"]": visit complete
2024-07-05T13:32:36.483+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: @module=sdk.proto @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_req_id=1cbb2286-a7f3-7e36-5aac-e0fadaec8805 tf_rpc=Configure timestamp="2024-07-05T13:32:36.482+0530"
2024-07-05T13:32:36.484+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-07-05T13:32:36.485+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": does not belong to any module instance
2024-07-05T13:32:36.485+0530 [TRACE] vertex "contabo_instance.pbxvps (expand)": visit complete
2024-07-05T13:32:36.485+0530 [TRACE] vertex "contabo_instance.pbxvps": starting visit (*terraform.NodeApplyableResourceInstance)
2024-07-05T13:32:36.485+0530 [TRACE] vertex "contabo_instance.pbxvps": belongs to
2024-07-05T13:32:36.486+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.486+0530 [TRACE] readDiff: Read Create change from plan for contabo_instance.pbxvps
2024-07-05T13:32:36.486+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.486+0530 [TRACE] readResourceInstanceState: reading state for contabo_instance.pbxvps
2024-07-05T13:32:36.486+0530 [TRACE] readResourceInstanceState: no state present for contabo_instance.pbxvps
2024-07-05T13:32:36.486+0530 [TRACE] readDiff: Read Create change from plan for contabo_instance.pbxvps
2024-07-05T13:32:36.487+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.487+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.487+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.487+0530 [TRACE] Re-validating config for "contabo_instance.pbxvps"
2024-07-05T13:32:36.487+0530 [TRACE] GRPCProvider: ValidateResourceConfig
2024-07-05T13:32:36.487+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:36.488+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @module=sdk.proto tf_req_id=645ef314-fbbc-2b1c-6456-88fd2ea22a34 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.488+0530"
2024-07-05T13:32:36.488+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:36.488+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:36.488443+05:30"}"
2024-07-05T13:32:36.489+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:36.489+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:32:36.489+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:36.488948+05:30"}"
2024-07-05T13:32:36.489+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:36.488+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_req_id=645ef314-fbbc-2b1c-6456-88fd2ea22a34 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=contabo/contabo @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.488+0530"
2024-07-05T13:32:36.488+0530 [TRACE] GRPCProvider: PlanResourceChange
2024-07-05T13:32:36.491+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:36.490+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: tf_proto_version=5.2 tf_req_id=645ef314-fbbc-2b1c-6456-88fd2ea22a34 tf_resource_type=contabo_instance @module=sdk.proto tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo timestamp="2024-07-05T13:32:36.488+0530"
2024-07-05T13:32:36.491+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: @module=sdk.proto tf_proto_version=5.2 tf_req_id=645ef314-fbbc-2b1c-6456-88fd2ea22a34 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.488+0530"
2024-07-05T13:32:36.491+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_provider_addr=contabo/contabo tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.2 tf_req_id=54c9ab5c-c836-7ab5-5002-cfa5b4b5ad60 tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.491+0530"
2024-07-05T13:32:36.492+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_provider_addr=contabo/contabo tf_req_id=54c9ab5c-c836-7ab5-5002-cfa5b4b5ad60 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.491+0530"
2024-07-05T13:32:36.492+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: tf_resource_type=contabo_instance @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_req_id=54c9ab5c-c836-7ab5-5002-cfa5b4b5ad60 tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_rpc=PlanResourceChange @module=sdk.proto timestamp="2024-07-05T13:32:36.492+0530"
2024-07-05T13:32:36.492+0530 [WARN] Provider "registry.terraform.io/contabo/contabo" produced an invalid plan for contabo_instance.pbxvps, 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:
- .add_ons: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2024-07-05T13:32:36.492+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: tf_proto_version=5.2 tf_provider_addr=contabo/contabo tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=54c9ab5c-c836-7ab5-5002-cfa5b4b5ad60 tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.492+0530"
2024-07-05T13:32:36.493+0530 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
contabo_instance.pbxvps: Creating...
2024-07-05T13:32:36.493+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.493+0530 [INFO] Starting apply for contabo_instance.pbxvps
2024-07-05T13:32:36.494+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.494+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:32:36.495+0530 [DEBUG] contabo_instance.pbxvps: applying the planned Create change
2024-07-05T13:32:36.495+0530 [TRACE] GRPCProvider: ApplyResourceChange
2024-07-05T13:32:36.495+0530 [TRACE] GRPCProvider: GetProviderSchema
2024-07-05T13:32:36.496+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Received request: tf_proto_version=5.2 tf_rpc=ApplyResourceChange tf_provider_addr=contabo/contabo tf_req_id=61f47f39-9ea9-46fa-a8da-27d5cad6cd89 tf_resource_type=contabo_instance @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 @module=sdk.proto timestamp="2024-07-05T13:32:36.496+0530"
2024-07-05T13:32:36.496+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Calling downstream: tf_provider_addr=contabo/contabo tf_rpc=ApplyResourceChange @module=sdk.proto tf_proto_version=5.2 @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_req_id=61f47f39-9ea9-46fa-a8da-27d5cad6cd89 tf_resource_type=contabo_instance timestamp="2024-07-05T13:32:36.496+0530"
2024-07-05T13:32:36.496+0530 [TRACE] provider.stdio: received data: channel=STDERR len=231
2024-07-05T13:32:36.497+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:32:36.496751+05:30"}"
2024-07-05T13:32:36.497+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:32:36.497+0530 [INFO] provider.terraform-provider-contabo_v0.1.26.exe: 2024/07/05 13:32:36 [DEBUG] setting computed for "additional_ips" from ComputedKeys: timestamp="2024-07-05T13:32:36.496+0530"
2024-07-05T13:32:36.497+0530 [INFO] provider.terraform-provider-contabo_v0.1.26.exe: 2024/07/05 13:32:36 [DEBUG] setting computed for "add_ons" from ComputedKeys: timestamp="2024-07-05T13:32:36.496+0530"
2024-07-05T13:32:36.498+0530 [INFO] provider.terraform-provider-contabo_v0.1.26.exe: 2024/07/05 13:32:36 [DEBUG] setting computed for "ip_config" from ComputedKeys: timestamp="2024-07-05T13:32:36.496+0530"
2024-07-05T13:32:36.498+0530 [INFO] provider.terraform-provider-contabo_v0.1.26.exe: 2024/07/05 13:32:36 [DEBUG] setting computed for "ssh_keys" from ComputedKeys: timestamp="2024-07-05T13:32:36.496+0530"
2024-07-05T13:32:40.704+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
2024-07-05T13:32:40.705+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:32:45.708+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:32:45.708+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
contabo_instance.pbxvps: Still creating... [11s elapsed]
2024-07-05T13:32:50.710+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
2024-07-05T13:32:50.710+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:32:55.713+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:32:55.713+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
contabo_instance.pbxvps: Still creating... [21s elapsed]
2024-07-05T13:33:00.721+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
2024-07-05T13:33:00.721+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:33:05.728+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:33:05.729+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
contabo_instance.pbxvps: Still creating... [31s elapsed]
2024-07-05T13:33:10.740+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
2024-07-05T13:33:10.740+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:33:15.744+0530 [TRACE] dag/walk: vertex "provider["registry.terraform.io/contabo/contabo"] (close)" is waiting for "contabo_instance.pbxvps"
2024-07-05T13:33:15.744+0530 [TRACE] dag/walk: vertex "root" is waiting for "provider["registry.terraform.io/contabo/contabo"] (close)"
contabo_instance.pbxvps: Still creating... [41s elapsed]
2024-07-05T13:33:16.766+0530 [TRACE] provider.stdio: received data: channel=STDERR len=230
2024-07-05T13:33:16.766+0530 [WARN] unexpected data: registry.terraform.io/contabo/contabo:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@Level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2024-07-05T13:33:16.766448+05:30"}"
2024-07-05T13:33:16.767+0530 [TRACE] provider.stdio: waiting for stdio data
2024-07-05T13:33:16.766+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Called downstream: tf_provider_addr=contabo/contabo @module=sdk.proto tf_resource_type=contabo_instance tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=61f47f39-9ea9-46fa-a8da-27d5cad6cd89 timestamp="2024-07-05T13:33:16.766+0530"
2024-07-05T13:33:16.768+0530 [TRACE] provider.terraform-provider-contabo_v0.1.26.exe: Served request: @module=sdk.proto tf_provider_addr=contabo/contabo tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=61f47f39-9ea9-46fa-a8da-27d5cad6cd89 tf_resource_type=contabo_instance timestamp="2024-07-05T13:33:16.766+0530"
2024-07-05T13:33:16.767+0530 [WARN] Provider "provider["registry.terraform.io/contabo/contabo"]" produced an unexpected new value for contabo_instance.pbxvps, 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:
- .cancel_date: was null, but now cty.StringVal("")
2024-07-05T13:33:16.769+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:33:16.769+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for contabo_instance.pbxvps
2024-07-05T13:33:16.769+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for contabo_instance.pbxvps
2024-07-05T13:33:16.769+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:33:16.769+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for contabo_instance.pbxvps
2024-07-05T13:33:16.769+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for contabo_instance.pbxvps
contabo_instance.pbxvps: Creation complete after 41s [id=201987085]
2024-07-05T13:33:16.770+0530 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-07-05T13:33:16.770+0530 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2024-07-05T13:33:16.770+0530 [TRACE] statemgr.Filesystem: read nil snapshot
2024-07-05T13:33:16.770+0530 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2024-07-05T13:33:16.770+0530 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 1
2024-07-05T13:33:16.771+0530 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-07-05T13:33:16.772+0530 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-07-05T13:33:16.772+0530 [TRACE] vertex "contabo_instance.pbxvps": visit complete
2024-07-05T13:33:16.772+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-07-05T13:33:16.772+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"] (close)": does not belong to any module instance
2024-07-05T13:33:16.772+0530 [TRACE] GRPCProvider: Close
2024-07-05T13:33:16.773+0530 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-07-05T13:33:16.779+0530 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/contabo/contabo/0.1.26/windows_amd64/terraform-provider-contabo_v0.1.26.exe id=21608
2024-07-05T13:33:16.779+0530 [DEBUG] provider: plugin exited
2024-07-05T13:33:16.780+0530 [TRACE] vertex "provider["registry.terraform.io/contabo/contabo"] (close)": visit complete
2024-07-05T13:33:16.780+0530 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-07-05T13:33:16.780+0530 [TRACE] vertex "root": does not belong to any module instance
2024-07-05T13:33:16.780+0530 [TRACE] vertex "root": visit complete
2024-07-05T13:33:16.780+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/contabo/contabo" is in the global cache
2024-07-05T13:33:16.780+0530 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-07-05T13:33:16.780+0530 [TRACE] statemgr.Filesystem: read snapshot with lineage "03342edb-387c-fced-96ff-3e09cc2c8133" serial 1
2024-07-05T13:33:16.780+0530 [TRACE] statemgr.Filesystem: no original state snapshot to back up
2024-07-05T13:33:16.781+0530 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2024-07-05T13:33:16.781+0530 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-07-05T13:33:16.782+0530 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-07-05T13:33:16.783+0530 [TRACE] statemgr.Filesystem: unlocked by closing terraform.tfstate

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@anildalar anildalar changed the title Terraform Apply command created 5 server in one apply. THis is serious. :( Terraform Apply command created 5 server in one apply. This is serious. :( Jul 6, 2024
@anildalar
Copy link
Author

anildalar commented Jul 6, 2024

main.tf

terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = ">= 0.1.26"
}
}
}

provider "contabo" {
oauth2_client_id = "INT-13068xxx"
oauth2_client_secret = "9x6xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
oauth2_user = "[email protected]"
oauth2_pass = "xxxxxxx"
}

resource "contabo_instance" "PBX3_VPS" {
product_id = "V46"
period = "1" # Assuming "1" stands for 1 month
region = "EU"
display_name = "PBX3_VPS"
image_id = "35f3129d-5b02-45ff-9137-e8a12d2832ec"
ssh_keys = ["12345678"]
}

@ehtishammubarik
Copy link

#42

Hey @anildalar i'm facing above issue while instance creation. Is it same for you or maybe can you assist me if i'm missing anything.

@abdelann
Copy link

Hi there,
from the Terraform log there is no sign of repeated process that caused the resource to be created 5 times. Moreover there is no sign that this PBX3_VPS was created 5 times using same display name.

Please contact us with your customerId and those 5 instanceIds so we can look deeper into the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants