Skip to content

Instantly share code, notes, and snippets.

@marceloboeira
Created September 23, 2022 19:17
Show Gist options
  • Save marceloboeira/89c5ed85fbed1f5ea76edee3434d08fa to your computer and use it in GitHub Desktop.
Save marceloboeira/89c5ed85fbed1f5ea76edee3434d08fa to your computer and use it in GitHub Desktop.
statuscake region bug
2022-09-23T21:15:17.934+0200 [INFO] Terraform version: 1.1.9
2022-09-23T21:15:17.934+0200 [INFO] Go runtime version: go1.17.2
2022-09-23T21:15:17.934+0200 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.2.2/versions/1.1.9/terraform", "apply", "-var-file=main.tfvars"}
2022-09-23T21:15:17.934+0200 [TRACE] Stdout is not a terminal
2022-09-23T21:15:17.934+0200 [TRACE] Stderr is not a terminal
2022-09-23T21:15:17.934+0200 [TRACE] Stdin is a terminal
2022-09-23T21:15:17.934+0200 [DEBUG] Attempting to open CLI config file: /Users/marceloboeira/.terraformrc
2022-09-23T21:15:17.934+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-09-23T21:15:17.935+0200 [DEBUG] checking for credentials in "/Users/marceloboeira/.terraform.d/plugins"
2022-09-23T21:15:17.935+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-09-23T21:15:17.935+0200 [DEBUG] will search for provider plugins in /Users/marceloboeira/.terraform.d/plugins
2022-09-23T21:15:17.935+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/marceloboeira/consul v1.0.0 for darwin_amd64 at /Users/marceloboeira/.terraform.d/plugins/registry.terraform.io/marceloboeira/consul/1.0.0/darwin_amd64
2022-09-23T21:15:17.935+0200 [DEBUG] ignoring non-existing provider search directory /Users/marceloboeira/Library/Application Support/io.terraform/plugins
2022-09-23T21:15:17.935+0200 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2022-09-23T21:15:17.935+0200 [INFO] CLI command args: []string{"apply", "-var-file=main.tfvars"}
2022-09-23T21:15:17.937+0200 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-09-23T21:15:17.937+0200 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-09-23T21:15:17.937+0200 [DEBUG] New state was assigned lineage "19c7714b-4d03-0c17-6fb2-af2fd5487a6b"
2022-09-23T21:15:17.937+0200 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-09-23T21:15:17.937+0200 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-09-23T21:15:17.938+0200 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-09-23T21:15:17.938+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/statuscakedev/statuscake v2.0.4 for darwin_amd64 at .terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64
2022-09-23T21:15:17.938+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64 as a candidate package for registry.terraform.io/statuscakedev/statuscake 2.0.4
2022-09-23T21:15:17.978+0200 [DEBUG] checking for provisioner in "."
2022-09-23T21:15:17.979+0200 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.2.2/versions/1.1.9"
2022-09-23T21:15:17.979+0200 [DEBUG] checking for provisioner in "/Users/marceloboeira/.terraform.d/plugins"
2022-09-23T21:15:17.979+0200 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-09-23T21:15:17.979+0200 [INFO] backend/local: starting Apply operation
2022-09-23T21:15:17.979+0200 [TRACE] backend/local: requesting state manager for workspace "default"
2022-09-23T21:15:17.979+0200 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-09-23T21:15:17.979+0200 [TRACE] backend/local: requesting state lock for workspace "default"
2022-09-23T21:15:17.979+0200 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-09-23T21:15:17.980+0200 [TRACE] statemgr.Filesystem: existing snapshot has lineage "eb8de013-da31-1c4a-c23f-147b1349ed5b" serial 13
2022-09-23T21:15:17.980+0200 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-09-23T21:15:17.980+0200 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-09-23T21:15:17.980+0200 [TRACE] backend/local: reading remote state for workspace "default"
2022-09-23T21:15:17.980+0200 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-09-23T21:15:17.980+0200 [TRACE] statemgr.Filesystem: read snapshot with lineage "eb8de013-da31-1c4a-c23f-147b1349ed5b" serial 13
2022-09-23T21:15:17.980+0200 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-09-23T21:15:17.980+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/statuscakedev/statuscake has 2.0.4 to satisfy "~> 2.0"
2022-09-23T21:15:17.980+0200 [TRACE] terraform.NewContext: starting
2022-09-23T21:15:17.980+0200 [TRACE] terraform.NewContext: complete
2022-09-23T21:15:17.980+0200 [TRACE] backend/local: requesting interactive input, if necessary
2022-09-23T21:15:17.980+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/statuscakedev/statuscake"
2022-09-23T21:15:17.980+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/statuscakedev/statuscake" to read its schema
2022-09-23T21:15:17.981+0200 [DEBUG] created provider logger: level=trace
2022-09-23T21:15:17.981+0200 [INFO] provider: configuring client automatic mTLS
2022-09-23T21:15:17.989+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 args=[.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4]
2022-09-23T21:15:17.992+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48556
2022-09-23T21:15:17.992+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4
2022-09-23T21:15:17.999+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: configuring server automatic mTLS: timestamp=2022-09-23T21:15:17.999+0200
2022-09-23T21:15:18.017+0200 [DEBUG] provider.terraform-provider-statuscake_v2.0.4: plugin address: address=/var/folders/hg/_fbr_f2n75b0sftf16ht9b8m0000gn/T/plugin3931586029 network=unix timestamp=2022-09-23T21:15:18.017+0200
2022-09-23T21:15:18.017+0200 [DEBUG] provider: using plugin: version=5
2022-09-23T21:15:18.029+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-09-23T21:15:18.029+0200 [TRACE] provider.stdio: waiting for stdio data
2022-09-23T21:15:18.031+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 @module=sdk.proto tf_req_id=34b8c78f-eaea-14b5-a558-4f8449e3d428 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_provider_addr=provider timestamp=2022-09-23T21:15:18.031+0200
2022-09-23T21:15:18.031+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: EXTRA_VALUE_AT_END=<nil> tf_req_id=34b8c78f-eaea-14b5-a558-4f8449e3d428 @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-09-23T21:15:18.031+0200
2022-09-23T21:15:18.031+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=34b8c78f-eaea-14b5-a558-4f8449e3d428 tf_rpc=GetProviderSchema @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider timestamp=2022-09-23T21:15:18.031+0200
2022-09-23T21:15:18.031+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=34b8c78f-eaea-14b5-a558-4f8449e3d428 tf_rpc=GetProviderSchema timestamp=2022-09-23T21:15:18.031+0200
2022-09-23T21:15:18.033+0200 [TRACE] GRPCProvider: Close
2022-09-23T21:15:18.033+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-23T21:15:18.034+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48556
2022-09-23T21:15:18.055+0200 [DEBUG] provider: plugin exited
2022-09-23T21:15:18.055+0200 [TRACE] Context.Input: Prompting for provider arguments
2022-09-23T21:15:18.055+0200 [TRACE] Context.Input: Provider provider.statuscake declared at foo.tf:14,1-22
2022-09-23T21:15:18.055+0200 [TRACE] Context.Input: Input for provider.statuscake: map[string]cty.Value{}
2022-09-23T21:15:18.055+0200 [TRACE] backend/local: running validation operation
2022-09-23T21:15:18.055+0200 [DEBUG] Building and walking validate graph
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-23T21:15:18.055+0200 [TRACE] ConfigTransformer: Starting for path:
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
------
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-23T21:15:18.055+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-23T21:15:18.055+0200 [TRACE] AttachResourceConfigTransformer: attaching to "statuscake_uptime_check.debug" (*terraform.NodeValidatableResource) config from foo.tf:18,1-43
2022-09-23T21:15:18.055+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to statuscake_uptime_check.debug
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-23T21:15:18.055+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" provider configuration from foo.tf:14,1-22
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-23T21:15:18.055+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/statuscakedev/statuscake"] serving statuscake_uptime_check.debug
2022-09-23T21:15:18.055+0200 [DEBUG] ProviderTransformer: "statuscake_uptime_check.debug" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-23T21:15:18.055+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-23T21:15:18.055+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to statuscake_uptime_check.debug
2022-09-23T21:15:18.055+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.055+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-23T21:15:18.055+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-23T21:15:18.056+0200 [DEBUG] ReferenceTransformer: "var.STATUSCAKE_APIKEY" references: []
2022-09-23T21:15:18.056+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" references: [var.STATUSCAKE_APIKEY]
2022-09-23T21:15:18.056+0200 [DEBUG] ReferenceTransformer: "statuscake_uptime_check.debug" references: []
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.056+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-23T21:15:18.056+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug - *terraform.NodeValidatableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.056+0200 [DEBUG] Starting graph walk: walkValidate
2022-09-23T21:15:18.056+0200 [TRACE] vertex "var.STATUSCAKE_APIKEY": starting visit (*terraform.NodeRootVariable)
2022-09-23T21:15:18.056+0200 [TRACE] vertex "var.STATUSCAKE_APIKEY": visit complete
2022-09-23T21:15:18.056+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-23T21:15:18.056+0200 [DEBUG] created provider logger: level=trace
2022-09-23T21:15:18.056+0200 [INFO] provider: configuring client automatic mTLS
2022-09-23T21:15:18.064+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 args=[.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4]
2022-09-23T21:15:18.066+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48557
2022-09-23T21:15:18.066+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4
2022-09-23T21:15:18.076+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: configuring server automatic mTLS: timestamp=2022-09-23T21:15:18.075+0200
2022-09-23T21:15:18.094+0200 [DEBUG] provider: using plugin: version=5
2022-09-23T21:15:18.094+0200 [DEBUG] provider.terraform-provider-statuscake_v2.0.4: plugin address: address=/var/folders/hg/_fbr_f2n75b0sftf16ht9b8m0000gn/T/plugin1172787904 network=unix timestamp=2022-09-23T21:15:18.094+0200
2022-09-23T21:15:18.104+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" provider for provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.104+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.104+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/statuscakedev/statuscake"]: using explicit config only
2022-09-23T21:15:18.104+0200 [TRACE] provider.stdio: waiting for stdio data
2022-09-23T21:15:18.104+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-09-23T21:15:18.106+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @module=sdk.proto tf_proto_version=5.2 tf_req_id=d1757bcd-26b7-ec8b-fdef-2e9259989722 @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-09-23T21:15:18.106+0200
2022-09-23T21:15:18.106+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 @module=sdk.proto tf_provider_addr=provider tf_req_id=d1757bcd-26b7-ec8b-fdef-2e9259989722 tf_rpc=GetProviderSchema timestamp=2022-09-23T21:15:18.106+0200
2022-09-23T21:15:18.106+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_req_id=d1757bcd-26b7-ec8b-fdef-2e9259989722 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.2 timestamp=2022-09-23T21:15:18.106+0200
2022-09-23T21:15:18.106+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_req_id=d1757bcd-26b7-ec8b-fdef-2e9259989722 tf_rpc=GetProviderSchema @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-23T21:15:18.106+0200
2022-09-23T21:15:18.107+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2022-09-23T21:15:18.108+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.2 tf_req_id=f614d9d8-a81f-f48c-77d1-4d7ee88f1ffa timestamp=2022-09-23T21:15:18.108+0200
2022-09-23T21:15:18.108+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: 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 EXTRA_VALUE_AT_END=<nil> tf_req_id=f614d9d8-a81f-f48c-77d1-4d7ee88f1ffa tf_rpc=PrepareProviderConfig tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 timestamp=2022-09-23T21:15:18.108+0200
2022-09-23T21:15:18.108+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_req_id=f614d9d8-a81f-f48c-77d1-4d7ee88f1ffa tf_rpc=PrepareProviderConfig EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider timestamp=2022-09-23T21:15:18.108+0200
2022-09-23T21:15:18.108+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_proto_version=5.2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_req_id=f614d9d8-a81f-f48c-77d1-4d7ee88f1ffa timestamp=2022-09-23T21:15:18.108+0200
2022-09-23T21:15:18.108+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: tf_rpc=PrepareProviderConfig EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=f614d9d8-a81f-f48c-77d1-4d7ee88f1ffa timestamp=2022-09-23T21:15:18.108+0200
2022-09-23T21:15:18.108+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"]": visit complete
2022-09-23T21:15:18.108+0200 [TRACE] vertex "statuscake_uptime_check.debug": starting visit (*terraform.NodeValidatableResource)
2022-09-23T21:15:18.109+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-23T21:15:18.109+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: tf_resource_type=statuscake_uptime_check @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=04ebe066-2deb-eaa3-2ea6-ceaca5a74b1f tf_rpc=ValidateResourceTypeConfig @module=sdk.proto timestamp=2022-09-23T21:15:18.109+0200
2022-09-23T21:15:18.109+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: tf_provider_addr=provider tf_resource_type=statuscake_uptime_check @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_req_id=04ebe066-2deb-eaa3-2ea6-ceaca5a74b1f tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-23T21:15:18.109+0200
2022-09-23T21:15:18.110+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_req_id=04ebe066-2deb-eaa3-2ea6-ceaca5a74b1f tf_resource_type=statuscake_uptime_check @module=sdk.proto timestamp=2022-09-23T21:15:18.110+0200
2022-09-23T21:15:18.110+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_req_id=04ebe066-2deb-eaa3-2ea6-ceaca5a74b1f tf_resource_type=statuscake_uptime_check tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 timestamp=2022-09-23T21:15:18.110+0200
2022-09-23T21:15:18.110+0200 [TRACE] vertex "statuscake_uptime_check.debug": visit complete
2022-09-23T21:15:18.110+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-23T21:15:18.110+0200 [TRACE] GRPCProvider: Close
2022-09-23T21:15:18.110+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-23T21:15:18.111+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48557
2022-09-23T21:15:18.131+0200 [DEBUG] provider: plugin exited
2022-09-23T21:15:18.132+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)": visit complete
2022-09-23T21:15:18.132+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-23T21:15:18.132+0200 [TRACE] vertex "root": visit complete
2022-09-23T21:15:18.132+0200 [INFO] backend/local: apply calling Plan
2022-09-23T21:15:18.132+0200 [DEBUG] Building and walking plan graph for NormalMode
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-23T21:15:18.132+0200 [TRACE] ConfigTransformer: Starting for path:
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
------
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-23T21:15:18.132+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-23T21:15:18.132+0200 [TRACE] AttachResourceConfigTransformer: attaching to "statuscake_uptime_check.debug (expand)" (*terraform.nodeExpandPlannableResource) config from foo.tf:18,1-43
2022-09-23T21:15:18.132+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to statuscake_uptime_check.debug (expand)
2022-09-23T21:15:18.132+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-23T21:15:18.132+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-23T21:15:18.132+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-23T21:15:18.132+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" provider configuration from foo.tf:14,1-22
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-23T21:15:18.133+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/statuscakedev/statuscake"] serving statuscake_uptime_check.debug (expand)
2022-09-23T21:15:18.133+0200 [DEBUG] ProviderTransformer: "statuscake_uptime_check.debug (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-23T21:15:18.133+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-23T21:15:18.133+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to statuscake_uptime_check.debug (expand)
2022-09-23T21:15:18.133+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-23T21:15:18.133+0200 [DEBUG] ReferenceTransformer: "statuscake_uptime_check.debug (expand)" references: []
2022-09-23T21:15:18.133+0200 [DEBUG] ReferenceTransformer: "var.STATUSCAKE_APIKEY" references: []
2022-09-23T21:15:18.133+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" references: [var.STATUSCAKE_APIKEY]
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-23T21:15:18.133+0200 [TRACE] AttachDependenciesTransformer: statuscake_uptime_check.debug depends on []
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-23T21:15:18.133+0200 [TRACE] ForcedCBDTransformer: "statuscake_uptime_check.debug (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-23T21:15:18.133+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:18.133+0200 [DEBUG] Starting graph walk: walkPlan
2022-09-23T21:15:18.133+0200 [TRACE] vertex "var.STATUSCAKE_APIKEY": starting visit (*terraform.NodeRootVariable)
2022-09-23T21:15:18.133+0200 [TRACE] vertex "var.STATUSCAKE_APIKEY": visit complete
2022-09-23T21:15:18.133+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-23T21:15:18.134+0200 [DEBUG] created provider logger: level=trace
2022-09-23T21:15:18.134+0200 [INFO] provider: configuring client automatic mTLS
2022-09-23T21:15:18.142+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 args=[.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4]
2022-09-23T21:15:18.144+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48558
2022-09-23T21:15:18.144+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4
2022-09-23T21:15:18.152+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: configuring server automatic mTLS: timestamp=2022-09-23T21:15:18.152+0200
2022-09-23T21:15:18.170+0200 [DEBUG] provider.terraform-provider-statuscake_v2.0.4: plugin address: address=/var/folders/hg/_fbr_f2n75b0sftf16ht9b8m0000gn/T/plugin3623703882 network=unix timestamp=2022-09-23T21:15:18.169+0200
2022-09-23T21:15:18.170+0200 [DEBUG] provider: using plugin: version=5
2022-09-23T21:15:18.180+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" provider for provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.180+0200 [TRACE] provider.stdio: waiting for stdio data
2022-09-23T21:15:18.180+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:18.181+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/statuscakedev/statuscake"]: using explicit config only
2022-09-23T21:15:18.181+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-09-23T21:15:18.183+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: tf_rpc=GetProviderSchema tf_proto_version=5.2 tf_req_id=a07ebe49-733b-6329-8535-437d8ee34e9d tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> timestamp=2022-09-23T21:15:18.182+0200
2022-09-23T21:15:18.183+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @module=sdk.proto tf_req_id=a07ebe49-733b-6329-8535-437d8ee34e9d tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 timestamp=2022-09-23T21:15:18.182+0200
2022-09-23T21:15:18.183+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_req_id=a07ebe49-733b-6329-8535-437d8ee34e9d timestamp=2022-09-23T21:15:18.183+0200
2022-09-23T21:15:18.183+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_req_id=a07ebe49-733b-6329-8535-437d8ee34e9d tf_rpc=GetProviderSchema @module=sdk.proto timestamp=2022-09-23T21:15:18.183+0200
2022-09-23T21:15:18.185+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2022-09-23T21:15:18.186+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_provider_addr=provider tf_req_id=515f5847-8c65-348e-d93f-701bdbc46340 tf_rpc=PrepareProviderConfig timestamp=2022-09-23T21:15:18.186+0200
2022-09-23T21:15:18.186+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: 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 EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=515f5847-8c65-348e-d93f-701bdbc46340 timestamp=2022-09-23T21:15:18.186+0200
2022-09-23T21:15:18.186+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=515f5847-8c65-348e-d93f-701bdbc46340 tf_rpc=PrepareProviderConfig timestamp=2022-09-23T21:15:18.186+0200
2022-09-23T21:15:18.186+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_req_id=515f5847-8c65-348e-d93f-701bdbc46340 @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp=2022-09-23T21:15:18.186+0200
2022-09-23T21:15:18.186+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_provider_addr=provider EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_req_id=515f5847-8c65-348e-d93f-701bdbc46340 @module=sdk.proto timestamp=2022-09-23T21:15:18.186+0200
2022-09-23T21:15:18.187+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" changed the config value, but that value is unused
2022-09-23T21:15:18.187+0200 [TRACE] GRPCProvider: ConfigureProvider
2022-09-23T21:15:18.187+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: EXTRA_VALUE_AT_END=<nil> tf_req_id=01f8784e-6539-8706-a506-e8084e2b45f8 tf_rpc=Configure tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-23T21:15:18.187+0200
2022-09-23T21:15:18.187+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=01f8784e-6539-8706-a506-e8084e2b45f8 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 timestamp=2022-09-23T21:15:18.187+0200
2022-09-23T21:15:18.187+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_proto_version=5.2 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_provider_addr=provider tf_req_id=01f8784e-6539-8706-a506-e8084e2b45f8 timestamp=2022-09-23T21:15:18.187+0200
2022-09-23T21:15:18.187+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: tf_provider_addr=provider tf_req_id=01f8784e-6539-8706-a506-e8084e2b45f8 @module=sdk.proto tf_proto_version=5.2 @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_rpc=Configure timestamp=2022-09-23T21:15:18.187+0200
2022-09-23T21:15:18.187+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"]": visit complete
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": expanding dynamic subgraph
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": entering dynamic subgraph
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug": starting visit (*terraform.NodePlannableResource)
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug": expanding dynamic subgraph
2022-09-23T21:15:18.188+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-09-23T21:15:18.188+0200 [TRACE] ResourceCountTransformer: adding statuscake_uptime_check.debug as *terraform.NodePlannableResourceInstance
2022-09-23T21:15:18.188+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
statuscake_uptime_check.debug - *terraform.NodePlannableResourceInstance
------
2022-09-23T21:15:18.188+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-09-23T21:15:18.188+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-09-23T21:15:18.188+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-23T21:15:18.188+0200 [DEBUG] Resource instance state not found for node "statuscake_uptime_check.debug", instance statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-23T21:15:18.188+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-23T21:15:18.188+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-23T21:15:18.188+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-23T21:15:18.188+0200 [DEBUG] ReferenceTransformer: "statuscake_uptime_check.debug" references: []
2022-09-23T21:15:18.188+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-09-23T21:15:18.188+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2022-09-23T21:15:18.188+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug": entering dynamic subgraph
2022-09-23T21:15:18.188+0200 [TRACE] vertex "statuscake_uptime_check.debug": starting visit (*terraform.NodePlannableResourceInstance)
2022-09-23T21:15:18.188+0200 [TRACE] readResourceInstanceState: reading state for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] readResourceInstanceState: no state present for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResourceInstance.refresh for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [DEBUG] refresh: statuscake_uptime_check.debug: no state, so not refreshing
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for statuscake_uptime_check.debug
2022-09-23T21:15:18.188+0200 [TRACE] Re-validating config for "statuscake_uptime_check.debug"
2022-09-23T21:15:18.188+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-23T21:15:18.189+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_resource_type=statuscake_uptime_check @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=2a9eed0f-08cf-817c-4b03-4739ac3b5323 timestamp=2022-09-23T21:15:18.189+0200
2022-09-23T21:15:18.189+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: tf_resource_type=statuscake_uptime_check tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=2a9eed0f-08cf-817c-4b03-4739ac3b5323 timestamp=2022-09-23T21:15:18.189+0200
2022-09-23T21:15:18.189+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_resource_type=statuscake_uptime_check @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_req_id=2a9eed0f-08cf-817c-4b03-4739ac3b5323 timestamp=2022-09-23T21:15:18.189+0200
2022-09-23T21:15:18.189+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: tf_provider_addr=provider tf_req_id=2a9eed0f-08cf-817c-4b03-4739ac3b5323 tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 tf_resource_type=statuscake_uptime_check @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> timestamp=2022-09-23T21:15:18.189+0200
2022-09-23T21:15:18.189+0200 [TRACE] GRPCProvider: PlanResourceChange
2022-09-23T21:15:18.190+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_rpc=PlanResourceChange tf_req_id=860342d3-a766-3b8c-1275-ac0ad2c16441 tf_resource_type=statuscake_uptime_check timestamp=2022-09-23T21:15:18.190+0200
2022-09-23T21:15:18.190+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: EXTRA_VALUE_AT_END=<nil> tf_req_id=860342d3-a766-3b8c-1275-ac0ad2c16441 @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_resource_type=statuscake_uptime_check tf_rpc=PlanResourceChange tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-23T21:15:18.190+0200
2022-09-23T21:15:18.191+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_proto_version=5.2 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_req_id=860342d3-a766-3b8c-1275-ac0ad2c16441 tf_resource_type=statuscake_uptime_check timestamp=2022-09-23T21:15:18.190+0200
2022-09-23T21:15:18.191+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=860342d3-a766-3b8c-1275-ac0ad2c16441 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_resource_type=statuscake_uptime_check tf_rpc=PlanResourceChange timestamp=2022-09-23T21:15:18.190+0200
2022-09-23T21:15:18.191+0200 [WARN] Provider "registry.terraform.io/statuscakedev/statuscake" produced an invalid plan for statuscake_uptime_check.debug, 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:
- .confirmation: planned value cty.NumberIntVal(2) for a non-computed attribute
- .paused: planned value cty.False for a non-computed attribute
- .http_check[0].enable_cookies: planned value cty.False for a non-computed attribute
- .http_check[0].timeout: planned value cty.NumberIntVal(15) for a non-computed attribute
- .http_check[0].validate_ssl: planned value cty.False for a non-computed attribute
- .http_check[0].follow_redirects: planned value cty.False for a non-computed attribute
2022-09-23T21:15:18.191+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for statuscake_uptime_check.debug
2022-09-23T21:15:18.191+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for statuscake_uptime_check.debug
2022-09-23T21:15:18.192+0200 [TRACE] writeChange: recorded Create change for statuscake_uptime_check.debug
2022-09-23T21:15:18.192+0200 [TRACE] vertex "statuscake_uptime_check.debug": visit complete
2022-09-23T21:15:18.192+0200 [TRACE] vertex "statuscake_uptime_check.debug": dynamic subgraph completed successfully
2022-09-23T21:15:18.192+0200 [TRACE] vertex "statuscake_uptime_check.debug": visit complete
2022-09-23T21:15:18.192+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": dynamic subgraph completed successfully
2022-09-23T21:15:18.192+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": visit complete
2022-09-23T21:15:18.192+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-23T21:15:18.192+0200 [TRACE] GRPCProvider: Close
2022-09-23T21:15:18.192+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-23T21:15:18.193+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48558
2022-09-23T21:15:18.213+0200 [DEBUG] provider: plugin exited
2022-09-23T21:15:18.213+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)": visit complete
2022-09-23T21:15:18.213+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-23T21:15:18.213+0200 [TRACE] vertex "root": visit complete
2022-09-23T21:15:18.213+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/statuscakedev/statuscake"
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:
 # statuscake_uptime_check.debug will be created
 + resource "statuscake_uptime_check" "debug" {
+ check_interval = 30
+ confirmation = 2
+ id = (known after apply)
+ locations = (known after apply)
+ name = "[DEBUG] THIS IS A TEST"
+ paused = false
+ regions = [
+ "invalid",
]
+ http_check {
+ enable_cookies = false
+ follow_redirects = false
+ request_method = "HTTP"
+ status_codes = [
+ "500",
]
+ timeout = 15
+ validate_ssl = false
}
+ monitored_resource {
+ address = "https://google.com"
}
}
Plan: 1 to add, 0 to change, 0 to destroy.
2022-09-23T21:15:18.214+0200 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"

Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: 
2022-09-23T21:15:26.536+0200 [INFO] backend/local: apply calling Apply
2022-09-23T21:15:26.536+0200 [DEBUG] Building and walking apply graph for NormalMode plan
2022-09-23T21:15:26.536+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-23T21:15:26.536+0200 [TRACE] ConfigTransformer: Starting for path:
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
------
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-09-23T21:15:26.537+0200 [TRACE] DiffTransformer starting
2022-09-23T21:15:26.537+0200 [TRACE] DiffTransformer: found Create change for statuscake_uptime_check.debug
2022-09-23T21:15:26.537+0200 [TRACE] DiffTransformer: statuscake_uptime_check.debug will be represented by statuscake_uptime_check.debug
2022-09-23T21:15:26.537+0200 [TRACE] DiffTransformer complete
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-23T21:15:26.537+0200 [DEBUG] Resource state not found for node "statuscake_uptime_check.debug", instance statuscake_uptime_check.debug
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-23T21:15:26.537+0200 [TRACE] AttachResourceConfigTransformer: attaching to "statuscake_uptime_check.debug" (*terraform.NodeApplyableResourceInstance) config from foo.tf:18,1-43
2022-09-23T21:15:26.537+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to statuscake_uptime_check.debug
2022-09-23T21:15:26.537+0200 [TRACE] AttachResourceConfigTransformer: attaching to "statuscake_uptime_check.debug (expand)" (*terraform.nodeExpandApplyableResource) config from foo.tf:18,1-43
2022-09-23T21:15:26.537+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to statuscake_uptime_check.debug (expand)
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-23T21:15:26.537+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" provider configuration from foo.tf:14,1-22
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-23T21:15:26.537+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/statuscakedev/statuscake"] serving statuscake_uptime_check.debug (expand)
2022-09-23T21:15:26.537+0200 [DEBUG] ProviderTransformer: "statuscake_uptime_check.debug (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:26.537+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/statuscakedev/statuscake"] serving statuscake_uptime_check.debug
2022-09-23T21:15:26.537+0200 [DEBUG] ProviderTransformer: "statuscake_uptime_check.debug" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-23T21:15:26.537+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-23T21:15:26.537+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to statuscake_uptime_check.debug (expand)
2022-09-23T21:15:26.537+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to statuscake_uptime_check.debug
2022-09-23T21:15:26.537+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-23T21:15:26.537+0200 [DEBUG] ReferenceTransformer: "var.STATUSCAKE_APIKEY" references: []
2022-09-23T21:15:26.537+0200 [DEBUG] ReferenceTransformer: "statuscake_uptime_check.debug" references: []
2022-09-23T21:15:26.537+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" references: [var.STATUSCAKE_APIKEY]
2022-09-23T21:15:26.537+0200 [DEBUG] ReferenceTransformer: "statuscake_uptime_check.debug (expand)" references: []
2022-09-23T21:15:26.537+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.537+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-23T21:15:26.537+0200 [TRACE] AttachDependenciesTransformer: statuscake_uptime_check.debug depends on []
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-23T21:15:26.538+0200 [TRACE] ForcedCBDTransformer: "statuscake_uptime_check.debug" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.538+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-23T21:15:26.538+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/statuscakedev/statuscake"] (close) - *terraform.graphNodeCloseProvider
statuscake_uptime_check.debug - *terraform.NodeApplyableResourceInstance
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
statuscake_uptime_check.debug (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/statuscakedev/statuscake"] - *terraform.NodeApplyableProvider
var.STATUSCAKE_APIKEY - *terraform.NodeRootVariable
------
2022-09-23T21:15:26.538+0200 [DEBUG] Starting graph walk: walkApply
2022-09-23T21:15:26.538+0200 [TRACE] vertex "var.STATUSCAKE_APIKEY": starting visit (*terraform.NodeRootVariable)
2022-09-23T21:15:26.538+0200 [TRACE] vertex "var.STATUSCAKE_APIKEY": visit complete
2022-09-23T21:15:26.538+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-23T21:15:26.538+0200 [DEBUG] created provider logger: level=trace
2022-09-23T21:15:26.538+0200 [INFO] provider: configuring client automatic mTLS
2022-09-23T21:15:26.547+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 args=[.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4]
2022-09-23T21:15:26.549+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48757
2022-09-23T21:15:26.550+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4
2022-09-23T21:15:26.558+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: configuring server automatic mTLS: timestamp=2022-09-23T21:15:26.558+0200
2022-09-23T21:15:26.577+0200 [DEBUG] provider: using plugin: version=5
2022-09-23T21:15:26.577+0200 [DEBUG] provider.terraform-provider-statuscake_v2.0.4: plugin address: address=/var/folders/hg/_fbr_f2n75b0sftf16ht9b8m0000gn/T/plugin3815182751 network=unix timestamp=2022-09-23T21:15:26.577+0200
2022-09-23T21:15:26.591+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" provider for provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:26.591+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/statuscakedev/statuscake"]
2022-09-23T21:15:26.591+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/statuscakedev/statuscake"]: using explicit config only
2022-09-23T21:15:26.591+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-09-23T21:15:26.591+0200 [TRACE] provider.stdio: waiting for stdio data
2022-09-23T21:15:26.592+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=06079504-d2c5-9f59-132c-f7a6ac1c35ae tf_rpc=GetProviderSchema timestamp=2022-09-23T21:15:26.592+0200
2022-09-23T21:15:26.592+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: tf_req_id=06079504-d2c5-9f59-132c-f7a6ac1c35ae tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-23T21:15:26.592+0200
2022-09-23T21:15:26.592+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_req_id=06079504-d2c5-9f59-132c-f7a6ac1c35ae tf_rpc=GetProviderSchema timestamp=2022-09-23T21:15:26.592+0200
2022-09-23T21:15:26.593+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_rpc=GetProviderSchema tf_req_id=06079504-d2c5-9f59-132c-f7a6ac1c35ae timestamp=2022-09-23T21:15:26.593+0200
2022-09-23T21:15:26.593+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2022-09-23T21:15:26.594+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=5819d5b5-e944-03e5-4481-ebe7e155b65f tf_rpc=PrepareProviderConfig EXTRA_VALUE_AT_END=<nil> timestamp=2022-09-23T21:15:26.594+0200
2022-09-23T21:15:26.594+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: 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.: EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=5819d5b5-e944-03e5-4481-ebe7e155b65f @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_rpc=PrepareProviderConfig timestamp=2022-09-23T21:15:26.594+0200
2022-09-23T21:15:26.594+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: tf_req_id=5819d5b5-e944-03e5-4481-ebe7e155b65f @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp=2022-09-23T21:15:26.594+0200
2022-09-23T21:15:26.594+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=5819d5b5-e944-03e5-4481-ebe7e155b65f tf_rpc=PrepareProviderConfig @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> timestamp=2022-09-23T21:15:26.594+0200
2022-09-23T21:15:26.594+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: EXTRA_VALUE_AT_END=<nil> tf_req_id=5819d5b5-e944-03e5-4481-ebe7e155b65f @module=sdk.proto tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 timestamp=2022-09-23T21:15:26.594+0200
2022-09-23T21:15:26.594+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/statuscakedev/statuscake\"]" changed the config value, but that value is unused
2022-09-23T21:15:26.594+0200 [TRACE] GRPCProvider: ConfigureProvider
2022-09-23T21:15:26.595+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=ffcc73c2-1e0a-6c07-b33e-a6c795850b3a EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=Configure timestamp=2022-09-23T21:15:26.595+0200
2022-09-23T21:15:26.595+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_req_id=ffcc73c2-1e0a-6c07-b33e-a6c795850b3a tf_rpc=Configure timestamp=2022-09-23T21:15:26.595+0200
2022-09-23T21:15:26.595+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_proto_version=5.2 tf_provider_addr=provider EXTRA_VALUE_AT_END=<nil> tf_req_id=ffcc73c2-1e0a-6c07-b33e-a6c795850b3a tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-23T21:15:26.595+0200
2022-09-23T21:15:26.595+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_req_id=ffcc73c2-1e0a-6c07-b33e-a6c795850b3a @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=Configure timestamp=2022-09-23T21:15:26.595+0200
2022-09-23T21:15:26.595+0200 [TRACE] vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"]": visit complete
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": expanding dynamic subgraph
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": entering dynamic subgraph
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug": starting visit (*terraform.NodeApplyableResource)
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug": visit complete
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": dynamic subgraph completed successfully
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug (expand)": visit complete
2022-09-23T21:15:26.595+0200 [TRACE] vertex "statuscake_uptime_check.debug": starting visit (*terraform.NodeApplyableResourceInstance)
2022-09-23T21:15:26.595+0200 [TRACE] readDiff: Read Create change from plan for statuscake_uptime_check.debug
2022-09-23T21:15:26.595+0200 [TRACE] readResourceInstanceState: reading state for statuscake_uptime_check.debug
2022-09-23T21:15:26.595+0200 [TRACE] readResourceInstanceState: no state present for statuscake_uptime_check.debug
2022-09-23T21:15:26.595+0200 [TRACE] readDiff: Read Create change from plan for statuscake_uptime_check.debug
2022-09-23T21:15:26.596+0200 [TRACE] Re-validating config for "statuscake_uptime_check.debug"
2022-09-23T21:15:26.596+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-23T21:15:26.596+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=87f1729b-28ec-a311-f9ac-0130d7cb9f0b tf_resource_type=statuscake_uptime_check @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-23T21:15:26.596+0200
2022-09-23T21:15:26.596+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=87f1729b-28ec-a311-f9ac-0130d7cb9f0b tf_resource_type=statuscake_uptime_check tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 timestamp=2022-09-23T21:15:26.596+0200
2022-09-23T21:15:26.596+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_resource_type=statuscake_uptime_check tf_provider_addr=provider tf_req_id=87f1729b-28ec-a311-f9ac-0130d7cb9f0b timestamp=2022-09-23T21:15:26.596+0200
2022-09-23T21:15:26.596+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=87f1729b-28ec-a311-f9ac-0130d7cb9f0b tf_resource_type=statuscake_uptime_check tf_rpc=ValidateResourceTypeConfig EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-23T21:15:26.596+0200
2022-09-23T21:15:26.597+0200 [TRACE] GRPCProvider: PlanResourceChange
2022-09-23T21:15:26.597+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider tf_resource_type=statuscake_uptime_check @module=sdk.proto tf_req_id=98b8e3c0-b620-7195-9220-231c109ca72b tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 timestamp=2022-09-23T21:15:26.597+0200
2022-09-23T21:15:26.597+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_req_id=98b8e3c0-b620-7195-9220-231c109ca72b tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=provider tf_resource_type=statuscake_uptime_check timestamp=2022-09-23T21:15:26.597+0200
2022-09-23T21:15:26.598+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: EXTRA_VALUE_AT_END=<nil> tf_rpc=PlanResourceChange tf_provider_addr=provider tf_req_id=98b8e3c0-b620-7195-9220-231c109ca72b tf_resource_type=statuscake_uptime_check @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 timestamp=2022-09-23T21:15:26.598+0200
2022-09-23T21:15:26.598+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: tf_rpc=PlanResourceChange EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_resource_type=statuscake_uptime_check tf_provider_addr=provider tf_req_id=98b8e3c0-b620-7195-9220-231c109ca72b @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-23T21:15:26.598+0200
2022-09-23T21:15:26.598+0200 [WARN] Provider "registry.terraform.io/statuscakedev/statuscake" produced an invalid plan for statuscake_uptime_check.debug, 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:
- .paused: planned value cty.False for a non-computed attribute
- .confirmation: planned value cty.NumberIntVal(2) for a non-computed attribute
- .http_check[0].enable_cookies: planned value cty.False for a non-computed attribute
- .http_check[0].validate_ssl: planned value cty.False for a non-computed attribute
- .http_check[0].follow_redirects: planned value cty.False for a non-computed attribute
- .http_check[0].timeout: planned value cty.NumberIntVal(15) for a non-computed attribute
2022-09-23T21:15:26.598+0200 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2022-09-23T21:15:26.598+0200 [TRACE] readResourceInstanceState: reading state for statuscake_uptime_check.debug
2022-09-23T21:15:26.598+0200 [TRACE] readResourceInstanceState: no state present for statuscake_uptime_check.debug
statuscake_uptime_check.debug: Creating...
2022-09-23T21:15:26.598+0200 [INFO] Starting apply for statuscake_uptime_check.debug
2022-09-23T21:15:26.598+0200 [DEBUG] statuscake_uptime_check.debug: applying the planned Create change
2022-09-23T21:15:26.599+0200 [TRACE] GRPCProvider: ApplyResourceChange
2022-09-23T21:15:26.599+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Received request: tf_resource_type=statuscake_uptime_check tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=7e872cb8-3abd-d5b7-8360-a614a449174f @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_provider_addr=provider timestamp=2022-09-23T21:15:26.599+0200
2022-09-23T21:15:26.599+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Calling downstream: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=7e872cb8-3abd-d5b7-8360-a614a449174f @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 @module=sdk.proto EXTRA_VALUE_AT_END=<nil> tf_resource_type=statuscake_uptime_check tf_rpc=ApplyResourceChange timestamp=2022-09-23T21:15:26.599+0200
2022-09-23T21:15:26.600+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: 2022/09/23 21:15:26 [DEBUG] setting computed for "locations" from ComputedKeys: timestamp=2022-09-23T21:15:26.600+0200
2022-09-23T21:15:26.600+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: 2022/09/23 21:15:26 [DEBUG] Creating StatusCake uptime test: timestamp=2022-09-23T21:15:26.600+0200
2022-09-23T21:15:26.601+0200 [INFO] provider.terraform-provider-statuscake_v2.0.4: 2022/09/23 21:15:26 [DEBUG] Request body: map[check_rate:30 confirmation:2 name:[DEBUG] THIS IS A TEST regions:[invalid] status_codes_csv:500 test_type:HTTP timeout:15 website_url:https://google.com]: timestamp=2022-09-23T21:15:26.600+0200
2022-09-23T21:15:31.539+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)" is waiting for "statuscake_uptime_check.debug"
2022-09-23T21:15:31.539+0200 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)"
2022-09-23T21:15:36.539+0200 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)"
2022-09-23T21:15:36.539+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)" is waiting for "statuscake_uptime_check.debug"
statuscake_uptime_check.debug: Still creating... [10s elapsed]
2022-09-23T21:15:36.854+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Called downstream: tf_provider_addr=provider tf_req_id=7e872cb8-3abd-d5b7-8360-a614a449174f tf_resource_type=statuscake_uptime_check tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 @module=sdk.proto timestamp=2022-09-23T21:15:36.854+0200
2022-09-23T21:15:36.854+0200 [TRACE] provider.terraform-provider-statuscake_v2.0.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.7.0/internal/logging/protocol.go:21 EXTRA_VALUE_AT_END=<nil> tf_proto_version=5.2 tf_resource_type=statuscake_uptime_check tf_rpc=ApplyResourceChange @module=sdk.proto tf_provider_addr=provider tf_req_id=7e872cb8-3abd-d5b7-8360-a614a449174f timestamp=2022-09-23T21:15:36.854+0200
2022-09-23T21:15:36.854+0200 [TRACE] maybeTainted: statuscake_uptime_check.debug encountered an error during creation, so it is now marked as tainted
2022-09-23T21:15:36.854+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for statuscake_uptime_check.debug
2022-09-23T21:15:36.854+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for statuscake_uptime_check.debug
2022-09-23T21:15:36.854+0200 [TRACE] evalApplyProvisioners: statuscake_uptime_check.debug is tainted, so skipping provisioning
2022-09-23T21:15:36.854+0200 [TRACE] maybeTainted: statuscake_uptime_check.debug was already tainted, so nothing to do
2022-09-23T21:15:36.854+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for statuscake_uptime_check.debug
2022-09-23T21:15:36.854+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for statuscake_uptime_check.debug
2022-09-23T21:15:36.854+0200 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2022-09-23T21:15:36.854+0200 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2022-09-23T21:15:36.854+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-09-23T21:15:36.875+0200 [ERROR] vertex "statuscake_uptime_check.debug" error: failed to create uptime test: The provided parameters are invalid. Check the errors output for detailed information.
2022-09-23T21:15:36.875+0200 [TRACE] vertex "statuscake_uptime_check.debug": visit complete, with errors
2022-09-23T21:15:36.875+0200 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/statuscakedev/statuscake\"] (close)" errored, so skipping
2022-09-23T21:15:36.875+0200 [TRACE] dag/walk: upstream of "root" errored, so skipping
2022-09-23T21:15:36.875+0200 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2022-09-23T21:15:36.875+0200 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2022-09-23T21:15:36.875+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
‚ï∑
│ Error: failed to create uptime test: The provided parameters are invalid. Check the errors output for detailed information.
│ 
│  with statuscake_uptime_check.debug,
│  on foo.tf line 18, in resource "statuscake_uptime_check" "debug":
│  18: resource "statuscake_uptime_check" "debug" {
│ 
‚ïµ
2022-09-23T21:15:36.895+0200 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-09-23T21:15:36.895+0200 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2022-09-23T21:15:36.896+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-23T21:15:36.897+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.0.4/darwin_amd64/terraform-provider-statuscake_v2.0.4 pid=48757
2022-09-23T21:15:36.917+0200 [DEBUG] provider: plugin exited
terraform {
required_providers {
statuscake = {
source = "StatusCakeDev/statuscake"
version = "~> 2"
}
}
}
variable "STATUSCAKE_APIKEY" {
description = "The StatusCake API key"
}
provider "statuscake" {
api_token = var.STATUSCAKE_APIKEY
}
resource "statuscake_uptime_check" "debug" {
name = "[DEBUG] THIS IS A TEST"
check_interval = 30
regions = [
"invalid",
]
monitored_resource {
address = "https://google.com"
}
http_check {
request_method = "HTTP"
status_codes = [
"500"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment