Skip to content

Instantly share code, notes, and snippets.

@razum90
Created May 28, 2024 20:50
Show Gist options
  • Save razum90/ff4438ec7e50c7b0c0fe898d30e3e254 to your computer and use it in GitHub Desktop.
Save razum90/ff4438ec7e50c7b0c0fe898d30e3e254 to your computer and use it in GitHub Desktop.
DO apply log 2
rasmus@Rasmus-Laptop do-terraform-app-platform % terraform apply -auto-approve | tee terraform_apply.log
2024-05-28T22:43:38.912+0200 [INFO] Terraform version: 1.8.4
2024-05-28T22:43:38.912+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.51.0
2024-05-28T22:43:38.912+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0
2024-05-28T22:43:38.912+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-05-28T22:43:38.912+0200 [DEBUG] using github.com/zclconf/go-cty v1.14.3
2024-05-28T22:43:38.912+0200 [INFO] Go runtime version: go1.22.1
2024-05-28T22:43:38.912+0200 [INFO] CLI args: []string{"terraform", "apply", "-auto-approve"}
2024-05-28T22:43:38.912+0200 [TRACE] Stdout is not a terminal
2024-05-28T22:43:38.912+0200 [TRACE] Stderr is a terminal of width 244
2024-05-28T22:43:38.912+0200 [TRACE] Stdin is a terminal
2024-05-28T22:43:38.912+0200 [DEBUG] Attempting to open CLI config file: /Users/rasmus/.terraformrc
2024-05-28T22:43:38.912+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2024-05-28T22:43:38.912+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-05-28T22:43:38.912+0200 [DEBUG] ignoring non-existing provider search directory /Users/rasmus/.terraform.d/plugins
2024-05-28T22:43:38.913+0200 [DEBUG] ignoring non-existing provider search directory /Users/rasmus/Library/Application Support/io.terraform/plugins
2024-05-28T22:43:38.913+0200 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2024-05-28T22:43:38.913+0200 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2024-05-28T22:43:38.913+0200 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-05-28T22:43:38.913+0200 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-05-28T22:43:38.913+0200 [DEBUG] New state was assigned lineage "d579b95d-02a4-da5c-143e-e78afc835abc"
2024-05-28T22:43:38.913+0200 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-05-28T22:43:38.913+0200 [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-05-28T22:43:38.914+0200 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2024-05-28T22:43:38.914+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/digitalocean/digitalocean v2.38.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64
2024-05-28T22:43:38.914+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/null v3.1.1 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64
2024-05-28T22:43:38.914+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64 as a candidate package for registry.terraform.io/digitalocean/digitalocean 2.38.0
2024-05-28T22:43:38.914+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/null 3.1.1
2024-05-28T22:43:38.929+0200 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers
2024-05-28T22:43:38.938+0200 [DEBUG] checking for provisioner in "."
2024-05-28T22:43:38.938+0200 [DEBUG] checking for provisioner in "/opt/homebrew/bin"
2024-05-28T22:43:38.938+0200 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-05-28T22:43:38.939+0200 [INFO] backend/local: starting Apply operation
2024-05-28T22:43:38.939+0200 [TRACE] backend/local: requesting state manager for workspace "default"
2024-05-28T22:43:38.939+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
2024-05-28T22:43:38.939+0200 [TRACE] backend/local: requesting state lock for workspace "default"
2024-05-28T22:43:38.941+0200 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-05-28T22:43:38.941+0200 [TRACE] statemgr.Filesystem: existing snapshot has lineage "cbc004fc-fc77-1d9a-ca31-8cf33e012ee6" serial 257
2024-05-28T22:43:38.941+0200 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-05-28T22:43:38.941+0200 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-05-28T22:43:38.941+0200 [TRACE] backend/local: reading remote state for workspace "default"
2024-05-28T22:43:38.941+0200 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-05-28T22:43:38.941+0200 [TRACE] statemgr.Filesystem: read snapshot with lineage "cbc004fc-fc77-1d9a-ca31-8cf33e012ee6" serial 257
2024-05-28T22:43:38.941+0200 [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-05-28T22:43:38.941+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/digitalocean/digitalocean has 2.38.0 to satisfy "~> 2.38.0"
2024-05-28T22:43:38.941+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/null has 3.1.1 to satisfy "~> 3.1.0"
2024-05-28T22:43:38.941+0200 [TRACE] terraform.NewContext: starting
2024-05-28T22:43:38.941+0200 [TRACE] terraform.NewContext: complete
2024-05-28T22:43:38.941+0200 [TRACE] backend/local: requesting interactive input, if necessary
2024-05-28T22:43:38.941+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/digitalocean/digitalocean"
2024-05-28T22:43:38.941+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/digitalocean/digitalocean" to read its schema
2024-05-28T22:43:38.941+0200 [DEBUG] created provider logger: level=trace
2024-05-28T22:43:38.941+0200 [INFO] provider: configuring client automatic mTLS
2024-05-28T22:43:38.947+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 args=[".terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0"]
2024-05-28T22:43:38.949+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32621
2024-05-28T22:43:38.949+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0
2024-05-28T22:43:38.957+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: configuring server automatic mTLS: timestamp="2024-05-28T22:43:38.957+0200"
2024-05-28T22:43:38.963+0200 [DEBUG] provider.terraform-provider-digitalocean_v2.38.0: plugin address: address=/var/folders/91/35rl5xqd5f9_zwkb_mzk8hgm0000gn/T/plugin825246670 network=unix timestamp="2024-05-28T22:43:38.963+0200"
2024-05-28T22:43:38.963+0200 [DEBUG] provider: using plugin: version=5
2024-05-28T22:43:38.967+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:38.967+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:491 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:70 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_resource_type=digitalocean_database_connection_pool @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_kubernetes_node_pool tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_record timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_reserved_ip_assignment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.968+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_spaces_bucket tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_volume_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_certificate @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_database_db tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_project timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_spaces_bucket_object tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_tag timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.969+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_cdn @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_floating_ip tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_spaces_bucket_policy tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_uptime_check tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_app timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_database_replica timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_database_postgresql_config tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.970+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=digitalocean_firewall timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.971+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_kubernetes_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.971+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_vpc tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.971+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_container_registry_docker_credentials @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.971+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_database_cluster tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.971+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_database_kafka_topic @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.973+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_domain tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.973+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_droplet tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.973+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_floating_ip_assignment timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.974+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_loadbalancer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.974+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_project_resources tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_provider_addr=provider timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.974+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_spaces_bucket_cors_configuration tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.974+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_ssh_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.974+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_uptime_alert tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.968+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_custom_image @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=digitalocean_database_mysql_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_monitor_alert @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @module=sdk.helper_schema tf_resource_type=digitalocean_volume_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_database_firewall tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_resource_type=digitalocean_database_user tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.975+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=digitalocean_container_registry tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_database_redis_config @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_droplet_snapshot tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_reserved_ip tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=digitalocean_volume timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_data_source_type=digitalocean_tags tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_volume_snapshot tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_cluster tf_provider_addr=provider timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.976+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_image tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_kubernetes_cluster tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @module=sdk.helper_schema tf_data_source_type=digitalocean_kubernetes_versions tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_sizes tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_spaces_bucket_objects timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_database_connection_pool tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_database_ca tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.977+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_droplets tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_images tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_reserved_ip @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_tag tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @module=sdk.helper_schema tf_data_source_type=digitalocean_account tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_container_registry tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_firewall tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.978+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_projects tf_provider_addr=provider timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_records tf_provider_addr=provider timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_certificate tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_floating_ip tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_loadbalancer tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_region tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_spaces_bucket_object tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_vpc tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.979+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_droplet tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_domains @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_droplet_snapshot @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_record timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_spaces_buckets @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_user timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_ssh_key tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.980+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_ssh_keys tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_regions tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_replica tf_provider_addr=provider @module=sdk.helper_schema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_domain tf_provider_addr=provider tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_project tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_data_source_type=digitalocean_spaces_bucket tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_volume tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.981+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_app tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.982+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=1 @module=sdk.proto diagnostic_error_count=0 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp="2024-05-28T22:43:38.969+0200"
2024-05-28T22:43:38.982+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @module=sdk.proto tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:510 tf_proto_version=5.3 tf_req_id=b3cd1b30-44f7-1fe6-c71f-e9d7df67f9d4 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:38.970+0200"
2024-05-28T22:43:38.986+0200 [TRACE] GRPCProvider: Close
2024-05-28T22:43:38.986+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-05-28T22:43:38.987+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32621
2024-05-28T22:43:38.987+0200 [DEBUG] provider: plugin exited
2024-05-28T22:43:38.987+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2024-05-28T22:43:38.987+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/null" to read its schema
2024-05-28T22:43:38.987+0200 [DEBUG] created provider logger: level=trace
2024-05-28T22:43:38.987+0200 [INFO] provider: configuring client automatic mTLS
2024-05-28T22:43:38.989+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64/terraform-provider-null_v3.1.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64/terraform-provider-null_v3.1.1_x5"]
2024-05-28T22:43:38.990+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64/terraform-provider-null_v3.1.1_x5 pid=32622
2024-05-28T22:43:38.990+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64/terraform-provider-null_v3.1.1_x5
2024-05-28T22:43:38.997+0200 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp="2024-05-28T22:43:38.996+0200"
2024-05-28T22:43:39.017+0200 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: address=/var/folders/91/35rl5xqd5f9_zwkb_mzk8hgm0000gn/T/plugin124275165 network=unix timestamp="2024-05-28T22:43:39.017+0200"
2024-05-28T22:43:39.017+0200 [DEBUG] provider: using plugin: version=5
2024-05-28T22:43:39.031+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.031+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.032+0200 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_proto_version=5.2 tf_provider_addr=provider @module=sdk.proto tf_req_id=c845fff9-9c17-fa0d-1185-3fb67cb3c9a5 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp="2024-05-28T22:43:39.031+0200"
2024-05-28T22:43:39.032+0200 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: tf_provider_addr=provider tf_req_id=c845fff9-9c17-fa0d-1185-3fb67cb3c9a5 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 timestamp="2024-05-28T22:43:39.031+0200"
2024-05-28T22:43:39.032+0200 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_provider_addr=provider tf_proto_version=5.2 @module=sdk.proto tf_req_id=c845fff9-9c17-fa0d-1185-3fb67cb3c9a5 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp="2024-05-28T22:43:39.032+0200"
2024-05-28T22:43:39.032+0200 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_proto_version=5.2 tf_req_id=c845fff9-9c17-fa0d-1185-3fb67cb3c9a5 @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.032+0200"
2024-05-28T22:43:39.032+0200 [TRACE] provider.stdio: received data: channel=STDERR len=236
2024-05-28T22:43:39.032+0200 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{\"@caller\":\"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21\",\"@level\":\"trace\",\"@message\":\"Getting provider schema\",\"@module\":\"sdk.helper_schema\",\"@timestamp\":\"2024-05-28T22:43:39.031997+02:00\"}"
2024-05-28T22:43:39.033+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.033+0200 [TRACE] provider.stdio: received data: channel=STDERR len=267
2024-05-28T22:43:39.033+0200 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{\"@caller\":\"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21\",\"@level\":\"trace\",\"@message\":\"Found resource type\",\"@module\":\"sdk.helper_schema\",\"@timestamp\":\"2024-05-28T22:43:39.032011+02:00\",\"tf_resource_type\":\"null_resource\"}"
2024-05-28T22:43:39.032+0200 [TRACE] GRPCProvider: Close
2024-05-28T22:43:39.033+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.033+0200 [TRACE] provider.stdio: received data: channel=STDERR len=276
2024-05-28T22:43:39.033+0200 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{\"@caller\":\"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21\",\"@level\":\"trace\",\"@message\":\"Found data source type\",\"@module\":\"sdk.helper_schema\",\"@timestamp\":\"2024-05-28T22:43:39.032026+02:00\",\"tf_data_source_type\":\"null_data_source\"}"
2024-05-28T22:43:39.033+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.033+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-05-28T22:43:39.034+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_arm64/terraform-provider-null_v3.1.1_x5 pid=32622
2024-05-28T22:43:39.034+0200 [DEBUG] provider: plugin exited
2024-05-28T22:43:39.034+0200 [TRACE] Context.Input: Prompting for provider arguments
2024-05-28T22:43:39.034+0200 [TRACE] Context.Input: Provider provider.digitalocean declared at setup.tf:14,1-24
2024-05-28T22:43:39.034+0200 [TRACE] Context.Input: Input for provider.digitalocean: map[string]cty.Value{}
2024-05-28T22:43:39.034+0200 [TRACE] backend/local: running validation operation
2024-05-28T22:43:39.034+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/digitalocean/digitalocean"
2024-05-28T22:43:39.034+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.034+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2024-05-28T22:43:39.034+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.034+0200 [DEBUG] Building and walking validate graph
2024-05-28T22:43:39.034+0200 [TRACE] building graph for walkValidate
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-05-28T22:43:39.034+0200 [TRACE] ConfigTransformer: Starting for path:
2024-05-28T22:43:39.034+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
------
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-05-28T22:43:39.034+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-05-28T22:43:39.034+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-05-28T22:43:39.034+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-05-28T22:43:39.034+0200 [TRACE] OutputTransformer: adding pw as *terraform.nodeExpandOutput
2024-05-28T22:43:39.034+0200 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-05-28T22:43:39.034+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-05-28T22:43:39.034+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-05-28T22:43:39.035+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-05-28T22:43:39.035+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2024-05-28T22:43:39.035+0200 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-05-28T22:43:39.035+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-05-28T22:43:39.035+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-05-28T22:43:39.035+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-05-28T22:43:39.035+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-05-28T22:43:39.035+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-05-28T22:43:39.035+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-05-28T22:43:39.035+0200 [TRACE] AttachResourceConfigTransformer: attaching to "digitalocean_database_cluster.postgres-example" (*terraform.NodeValidatableResource) config from setup.tf:20,1-60
2024-05-28T22:43:39.035+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.035+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-05-28T22:43:39.035+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-05-28T22:43:39.035+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider configuration from setup.tf:14,1-24
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-05-28T22:43:39.035+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-05-28T22:43:39.036+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/digitalocean/digitalocean"] serving digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.036+0200 [DEBUG] ProviderTransformer: "digitalocean_database_cluster.postgres-example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.036+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.036+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-05-28T22:43:39.036+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/null"]
2024-05-28T22:43:39.036+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.036+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.036+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-05-28T22:43:39.036+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-05-28T22:43:39.036+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-05-28T22:43:39.036+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.036+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.036+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.036+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.036+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-05-28T22:43:39.036+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-05-28T22:43:39.036+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-05-28T22:43:39.036+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-05-28T22:43:39.036+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-05-28T22:43:39.036+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-05-28T22:43:39.036+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example" references: []
2024-05-28T22:43:39.036+0200 [DEBUG] ReferenceTransformer: "var.do_token" references: []
2024-05-28T22:43:39.037+0200 [DEBUG] ReferenceTransformer: "output.pw (expand)" references: [digitalocean_database_cluster.postgres-example]
2024-05-28T22:43:39.037+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" references: [var.do_token]
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.037+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-05-28T22:43:39.037+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.038+0200 [DEBUG] Starting graph walk: walkValidate
2024-05-28T22:43:39.038+0200 [TRACE] vertex "var.do_token": starting visit (*terraform.NodeRootVariable)
2024-05-28T22:43:39.038+0200 [TRACE] vertex "var.do_token": belongs to
2024-05-28T22:43:39.038+0200 [TRACE] NodeRootVariable: evaluating var.do_token
2024-05-28T22:43:39.038+0200 [TRACE] prepareFinalInputVariableValue: preparing var.do_token
2024-05-28T22:43:39.038+0200 [TRACE] evalVariableValidations: no validation rules declared for var.do_token, so skipping
2024-05-28T22:43:39.038+0200 [TRACE] vertex "var.do_token": visit complete
2024-05-28T22:43:39.038+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": starting visit (*terraform.NodeApplyableProvider)
2024-05-28T22:43:39.038+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": belongs to
2024-05-28T22:43:39.038+0200 [DEBUG] created provider logger: level=trace
2024-05-28T22:43:39.038+0200 [INFO] provider: configuring client automatic mTLS
2024-05-28T22:43:39.040+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 args=[".terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0"]
2024-05-28T22:43:39.042+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32623
2024-05-28T22:43:39.042+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0
2024-05-28T22:43:39.049+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: configuring server automatic mTLS: timestamp="2024-05-28T22:43:39.049+0200"
2024-05-28T22:43:39.054+0200 [DEBUG] provider: using plugin: version=5
2024-05-28T22:43:39.054+0200 [DEBUG] provider.terraform-provider-digitalocean_v2.38.0: plugin address: address=/var/folders/91/35rl5xqd5f9_zwkb_mzk8hgm0000gn/T/plugin165823077 network=unix timestamp="2024-05-28T22:43:39.054+0200"
2024-05-28T22:43:39.058+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider for provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.058+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.058+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.058+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/digitalocean/digitalocean"]: using explicit config only
2024-05-28T22:43:39.058+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.058+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:491 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_floating_ip tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_monitor_alert tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_project @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_record tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_reserved_ip_assignment @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.059+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=digitalocean_spaces_bucket @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.060+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_container_registry_docker_credentials tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.060+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_volume @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.060+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_database_user tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.060+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_database_redis_config timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.060+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_database_firewall tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_resource_type=digitalocean_database_postgresql_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_database_mysql_config timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_spaces_bucket_object @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_ssh_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_vpc tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.061+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_database_db tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_droplet tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_tag @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_app @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.059+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_project_resources timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_volume_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_domain tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_database_connection_pool @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.062+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=digitalocean_database_replica @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_resource_type=digitalocean_droplet_snapshot tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_kubernetes_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema tf_resource_type=digitalocean_uptime_alert @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_cdn tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_loadbalancer timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_reserved_ip @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.063+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_spaces_bucket_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_database_kafka_topic @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_firewall @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_floating_ip_assignment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_kubernetes_node_pool tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema tf_resource_type=digitalocean_spaces_bucket_cors_configuration timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_uptime_check tf_rpc=GetProviderSchema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_volume_snapshot @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.064+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_custom_image tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_resource_type=digitalocean_container_registry tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_database_cluster timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_data_source_type=digitalocean_database_connection_pool tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=digitalocean_database_ca tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_domain tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_kubernetes_cluster tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.065+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_kubernetes_versions tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_region tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_data_source_type=digitalocean_container_registry tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_spaces_bucket tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_sizes tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_spaces_buckets timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_spaces_bucket_object @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.066+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_data_source_type=digitalocean_volume tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_vpc tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_droplet_snapshot tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_droplets tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_project tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_records tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=provider tf_data_source_type=digitalocean_reserved_ip tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_ssh_key tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.067+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_volume_snapshot timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.068+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_user tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.068+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_ssh_keys tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.068+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_tags tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.068+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_app tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.068+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_domains tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_firewall tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_images tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=digitalocean_certificate tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_image tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_loadbalancer tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_spaces_bucket_objects tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.069+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_tag tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_account tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_regions tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_droplet tf_provider_addr=provider timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @module=sdk.helper_schema tf_data_source_type=digitalocean_floating_ip timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_projects tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_record tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.070+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_database_replica tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.071+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=1 tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto timestamp="2024-05-28T22:43:39.060+0200"
2024-05-28T22:43:39.071+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: tf_provider_addr=provider tf_req_id=fc426d32-c675-00d0-125a-9219bc373774 tf_proto_version=5.3 @module=sdk.proto tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:510 timestamp="2024-05-28T22:43:39.061+0200"
2024-05-28T22:43:39.071+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.071+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.072+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-05-28T22:43:39.072+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:518 tf_provider_addr=provider tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a tf_rpc=PrepareProviderConfig timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/internal/logging/protocol_data.go:38 tf_proto_version=5.3 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @module=sdk.proto tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Preparing provider configuration: tf_provider_addr=provider tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_provider_addr=provider tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: tf_provider_addr=provider tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=0 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.072+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: tf_req_id=9230d47b-6162-05f6-80c0-156799e6077a tf_rpc=PrepareProviderConfig tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:539 @module=sdk.proto timestamp="2024-05-28T22:43:39.072+0200"
2024-05-28T22:43:39.073+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": visit complete
2024-05-28T22:43:39.073+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": starting visit (*terraform.NodeValidatableResource)
2024-05-28T22:43:39.073+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": belongs to
2024-05-28T22:43:39.073+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.073+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.073+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.073+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-05-28T22:43:39.073+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.073+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_resource_type=digitalocean_database_cluster tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=36274a84-da95-d6a3-8919-0c1d04e9bd3b timestamp="2024-05-28T22:43:39.073+0200"
2024-05-28T22:43:39.073+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: tf_proto_version=5.3 tf_resource_type=digitalocean_database_cluster @module=sdk.proto tf_provider_addr=provider tf_req_id=36274a84-da95-d6a3-8919-0c1d04e9bd3b tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp="2024-05-28T22:43:39.073+0200"
2024-05-28T22:43:39.074+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=36274a84-da95-d6a3-8919-0c1d04e9bd3b tf_resource_type=digitalocean_database_cluster tf_rpc=ValidateResourceTypeConfig timestamp="2024-05-28T22:43:39.073+0200"
2024-05-28T22:43:39.073+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": visit complete
2024-05-28T22:43:39.074+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_req_id=36274a84-da95-d6a3-8919-0c1d04e9bd3b tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:247 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.073+0200"
2024-05-28T22:43:39.075+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: tf_req_duration_ms=0 tf_req_id=36274a84-da95-d6a3-8919-0c1d04e9bd3b @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_resource_type=digitalocean_database_cluster tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp="2024-05-28T22:43:39.073+0200"
2024-05-28T22:43:39.074+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-05-28T22:43:39.075+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=36274a84-da95-d6a3-8919-0c1d04e9bd3b tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_resource_type=digitalocean_database_cluster timestamp="2024-05-28T22:43:39.073+0200"
2024-05-28T22:43:39.075+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": does not belong to any module instance
2024-05-28T22:43:39.075+0200 [TRACE] GRPCProvider: Close
2024-05-28T22:43:39.075+0200 [TRACE] vertex "output.pw (expand)": starting visit (*terraform.nodeExpandOutput)
2024-05-28T22:43:39.075+0200 [TRACE] vertex "output.pw (expand)": does not belong to any module instance
2024-05-28T22:43:39.075+0200 [TRACE] vertex "output.pw (expand)": expanding dynamic subgraph
2024-05-28T22:43:39.075+0200 [TRACE] Expanding output: adding output.pw as *terraform.NodeApplyableOutput
2024-05-28T22:43:39.075+0200 [TRACE] vertex "output.pw (expand)": entering dynamic subgraph
2024-05-28T22:43:39.075+0200 [TRACE] vertex "output.pw": starting visit (*terraform.NodeApplyableOutput)
2024-05-28T22:43:39.076+0200 [TRACE] vertex "output.pw": belongs to
2024-05-28T22:43:39.075+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-05-28T22:43:39.076+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.076+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.076+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.076+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.076+0200 [TRACE] setValue: Saving Create change for output.pw in changeset
2024-05-28T22:43:39.076+0200 [TRACE] setValue: Saving value for output.pw in state
2024-05-28T22:43:39.076+0200 [TRACE] vertex "output.pw": visit complete
2024-05-28T22:43:39.076+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-05-28T22:43:39.076+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:43:39.076+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:43:39.076+0200 [TRACE] vertex "output.pw (expand)": dynamic subgraph completed successfully
2024-05-28T22:43:39.076+0200 [TRACE] vertex "output.pw (expand)": visit complete
2024-05-28T22:43:39.076+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32623
2024-05-28T22:43:39.076+0200 [DEBUG] provider: plugin exited
2024-05-28T22:43:39.076+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": visit complete
2024-05-28T22:43:39.076+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-05-28T22:43:39.076+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:43:39.076+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:43:39.076+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/digitalocean/digitalocean"
2024-05-28T22:43:39.076+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.076+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2024-05-28T22:43:39.076+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.076+0200 [INFO] backend/local: apply calling Plan
2024-05-28T22:43:39.077+0200 [DEBUG] Building and walking plan graph for NormalMode
2024-05-28T22:43:39.077+0200 [TRACE] building graph for walkPlan
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-05-28T22:43:39.077+0200 [TRACE] ConfigTransformer: Starting for path:
2024-05-28T22:43:39.077+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
------
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-05-28T22:43:39.077+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-05-28T22:43:39.077+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-05-28T22:43:39.077+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-05-28T22:43:39.077+0200 [TRACE] OutputTransformer: adding pw as *terraform.nodeExpandOutput
2024-05-28T22:43:39.077+0200 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-05-28T22:43:39.077+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-05-28T22:43:39.077+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-05-28T22:43:39.078+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-05-28T22:43:39.078+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2024-05-28T22:43:39.078+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-05-28T22:43:39.078+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-05-28T22:43:39.078+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-05-28T22:43:39.078+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-05-28T22:43:39.078+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-05-28T22:43:39.078+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-05-28T22:43:39.078+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-05-28T22:43:39.078+0200 [TRACE] AttachResourceConfigTransformer: attaching to "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandPlannableResource) config from setup.tf:20,1-60
2024-05-28T22:43:39.078+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.078+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-05-28T22:43:39.078+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-05-28T22:43:39.078+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider configuration from setup.tf:14,1-24
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-05-28T22:43:39.078+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/digitalocean/digitalocean"] serving digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.078+0200 [DEBUG] ProviderTransformer: "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.078+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.079+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-05-28T22:43:39.079+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/null"]
2024-05-28T22:43:39.079+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.079+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.079+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-05-28T22:43:39.079+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-05-28T22:43:39.079+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-05-28T22:43:39.079+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.079+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.079+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.079+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.079+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-05-28T22:43:39.079+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-05-28T22:43:39.079+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-05-28T22:43:39.079+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-05-28T22:43:39.079+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-05-28T22:43:39.079+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-05-28T22:43:39.079+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example (expand)" references: []
2024-05-28T22:43:39.079+0200 [DEBUG] ReferenceTransformer: "var.do_token" references: []
2024-05-28T22:43:39.079+0200 [DEBUG] ReferenceTransformer: "output.pw (expand)" references: [digitalocean_database_cluster.postgres-example (expand)]
2024-05-28T22:43:39.079+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" references: [var.do_token]
2024-05-28T22:43:39.079+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-05-28T22:43:39.080+0200 [TRACE] AttachDependenciesTransformer: digitalocean_database_cluster.postgres-example depends on []
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-05-28T22:43:39.080+0200 [TRACE] ForcedCBDTransformer: "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.080+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-05-28T22:43:39.080+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.081+0200 [DEBUG] Starting graph walk: walkPlan
2024-05-28T22:43:39.081+0200 [TRACE] vertex "var.do_token": starting visit (*terraform.NodeRootVariable)
2024-05-28T22:43:39.081+0200 [TRACE] vertex "var.do_token": belongs to
2024-05-28T22:43:39.081+0200 [TRACE] NodeRootVariable: evaluating var.do_token
2024-05-28T22:43:39.081+0200 [TRACE] prepareFinalInputVariableValue: preparing var.do_token
2024-05-28T22:43:39.081+0200 [TRACE] evalVariableValidations: no validation rules declared for var.do_token, so skipping
2024-05-28T22:43:39.081+0200 [TRACE] vertex "var.do_token": visit complete
2024-05-28T22:43:39.081+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": starting visit (*terraform.NodeApplyableProvider)
2024-05-28T22:43:39.081+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": belongs to
2024-05-28T22:43:39.081+0200 [DEBUG] created provider logger: level=trace
2024-05-28T22:43:39.081+0200 [INFO] provider: configuring client automatic mTLS
2024-05-28T22:43:39.083+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 args=[".terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0"]
2024-05-28T22:43:39.085+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32624
2024-05-28T22:43:39.085+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0
2024-05-28T22:43:39.092+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: configuring server automatic mTLS: timestamp="2024-05-28T22:43:39.092+0200"
2024-05-28T22:43:39.098+0200 [DEBUG] provider: using plugin: version=5
2024-05-28T22:43:39.098+0200 [DEBUG] provider.terraform-provider-digitalocean_v2.38.0: plugin address: address=/var/folders/91/35rl5xqd5f9_zwkb_mzk8hgm0000gn/T/plugin2280633397 network=unix timestamp="2024-05-28T22:43:39.098+0200"
2024-05-28T22:43:39.102+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider for provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.102+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.102+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.102+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/digitalocean/digitalocean"]: using explicit config only
2024-05-28T22:43:39.102+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.102+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:491 @module=sdk.proto tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.102+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.102+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_kubernetes_node_pool timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_project_resources timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_uptime_alert tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_database_cluster @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_floating_ip_assignment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_kubernetes_cluster timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_project timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.103+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_reserved_ip_assignment tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider @module=sdk.helper_schema tf_resource_type=digitalocean_app tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_resource_type=digitalocean_database_db tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_droplet tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_droplet_snapshot timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_floating_ip timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_loadbalancer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.104+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_record tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_database_user @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_database_mysql_config @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_database_kafka_topic tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_firewall timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_resource_type=digitalocean_reserved_ip @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_spaces_bucket_cors_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_spaces_bucket_object tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.105+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_ssh_key timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_tag tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_uptime_check @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_vpc @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=digitalocean_certificate tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_database_replica tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_custom_image timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.106+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_container_registry tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_container_registry_docker_credentials @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_cdn timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_provider_addr=provider tf_resource_type=digitalocean_database_connection_pool tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_database_firewall tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_database_redis_config timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_database_postgresql_config timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.107+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_domain tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=digitalocean_monitor_alert timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_spaces_bucket_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_volume_attachment @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_spaces_bucket @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_resource_type=digitalocean_volume tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema tf_resource_type=digitalocean_volume_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_database_connection_pool tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=digitalocean_loadbalancer tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @module=sdk.helper_schema tf_data_source_type=digitalocean_spaces_buckets tf_provider_addr=provider timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.108+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_spaces_bucket_objects tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_project tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_reserved_ip tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_tag tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_volume tf_rpc=GetProviderSchema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_domain @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_projects tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.109+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_record tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.110+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_records @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.110+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @module=sdk.helper_schema tf_data_source_type=digitalocean_volume_snapshot timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.110+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_database_ca tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.110+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_database_replica @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.110+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_domains tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.110+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_droplet tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_kubernetes_versions tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_app tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_certificate tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @module=sdk.helper_schema tf_data_source_type=digitalocean_database_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_user tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_floating_ip tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.103+0200"
2024-05-28T22:43:39.111+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_image tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_kubernetes_cluster tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_regions tf_provider_addr=provider timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_sizes tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_spaces_bucket tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_spaces_bucket_object tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_container_registry tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.112+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_droplets tf_provider_addr=provider timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.113+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_firewall tf_provider_addr=provider @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.113+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_data_source_type=digitalocean_tags @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.113+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_droplet_snapshot tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.113+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_region timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.113+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_ssh_key timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.114+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_vpc tf_provider_addr=provider timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.114+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_account tf_provider_addr=provider timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.114+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_images tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.114+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_ssh_keys tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.114+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=1 diagnostic_error_count=0 tf_provider_addr=provider tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.114+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:510 tf_req_id=413612ba-f414-3e88-dcfb-213c419a9f16 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.104+0200"
2024-05-28T22:43:39.118+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.118+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.118+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-05-28T22:43:39.118+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_provider_addr=provider tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:518 @module=sdk.proto tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: 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.: tf_proto_version=5.3 tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/internal/logging/protocol_data.go:38 @module=sdk.proto tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @module=sdk.proto tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 tf_rpc=PrepareProviderConfig timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Preparing provider configuration: tf_provider_addr=provider tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 diagnostic_error_count=0 tf_req_duration_ms=0 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.119+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: tf_provider_addr=provider tf_req_id=119ddc23-bf4a-c9c1-ed34-fa35d66a11f2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.119+0200"
2024-05-28T22:43:39.120+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" changed the config value, but that value is unused
2024-05-28T22:43:39.120+0200 [TRACE] GRPCProvider: ConfigureProvider
2024-05-28T22:43:39.120+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.120+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_rpc=Configure @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=e251f96e-1936-aba8-9ce3-55d92e057b9b @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:547 timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=Configure @module=sdk.proto tf_req_id=e251f96e-1936-aba8-9ce3-55d92e057b9b timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_req_id=e251f96e-1936-aba8-9ce3-55d92e057b9b tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:556 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:39 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com: timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=e251f96e-1936-aba8-9ce3-55d92e057b9b tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:558 timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=e251f96e-1936-aba8-9ce3-55d92e057b9b @module=sdk.proto diagnostic_error_count=0 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": visit complete
2024-05-28T22:43:39.120+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:567 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=e251f96e-1936-aba8-9ce3-55d92e057b9b tf_rpc=Configure timestamp="2024-05-28T22:43:39.120+0200"
2024-05-28T22:43:39.120+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-05-28T22:43:39.121+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": does not belong to any module instance
2024-05-28T22:43:39.121+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": expanding dynamic subgraph
2024-05-28T22:43:39.121+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-05-28T22:43:39.121+0200 [TRACE] ResourceCountTransformer: adding digitalocean_database_cluster.postgres-example as *terraform.NodePlannableResourceInstance
2024-05-28T22:43:39.121+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodePlannableResourceInstance
------
2024-05-28T22:43:39.121+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-05-28T22:43:39.121+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-05-28T22:43:39.121+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-05-28T22:43:39.121+0200 [DEBUG] Resource instance state not found for node "digitalocean_database_cluster.postgres-example", instance digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.121+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-05-28T22:43:39.121+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-05-28T22:43:39.121+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-05-28T22:43:39.122+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-05-28T22:43:39.122+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example" references: []
2024-05-28T22:43:39.122+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-05-28T22:43:39.122+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2024-05-28T22:43:39.122+0200 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
digitalocean_database_cluster.postgres-example - *terraform.NodePlannableResourceInstance
------
2024-05-28T22:43:39.122+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": entering dynamic subgraph
2024-05-28T22:43:39.122+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": starting visit (*terraform.NodePlannableResourceInstance)
2024-05-28T22:43:39.122+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": belongs to
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] readResourceInstanceState: reading state for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] readResourceInstanceState: no state present for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResourceInstance.refresh for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [DEBUG] refresh: digitalocean_database_cluster.postgres-example: no state, so not refreshing
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.122+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.123+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.123+0200 [TRACE] Re-validating config for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:39.123+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-05-28T22:43:39.123+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.123+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=0c70cfaf-e67e-816d-25c1-f7503d0aba3b tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:679 timestamp="2024-05-28T22:43:39.123+0200"
2024-05-28T22:43:39.123+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=0c70cfaf-e67e-816d-25c1-f7503d0aba3b tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_resource_type=digitalocean_database_cluster timestamp="2024-05-28T22:43:39.123+0200"
2024-05-28T22:43:39.123+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_req_id=0c70cfaf-e67e-816d-25c1-f7503d0aba3b tf_rpc=ValidateResourceTypeConfig timestamp="2024-05-28T22:43:39.123+0200"
2024-05-28T22:43:39.123+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=0c70cfaf-e67e-816d-25c1-f7503d0aba3b @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:247 tf_resource_type=digitalocean_database_cluster tf_rpc=ValidateResourceTypeConfig timestamp="2024-05-28T22:43:39.123+0200"
2024-05-28T22:43:39.123+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=0c70cfaf-e67e-816d-25c1-f7503d0aba3b tf_resource_type=digitalocean_database_cluster tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.123+0200"
2024-05-28T22:43:39.123+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @module=sdk.proto tf_provider_addr=provider tf_proto_version=5.3 tf_req_id=0c70cfaf-e67e-816d-25c1-f7503d0aba3b tf_resource_type=digitalocean_database_cluster tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:699 timestamp="2024-05-28T22:43:39.123+0200"
2024-05-28T22:43:39.124+0200 [TRACE] GRPCProvider: PlanResourceChange
2024-05-28T22:43:39.124+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.124+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_rpc=PlanResourceChange tf_provider_addr=provider tf_req_id=7776af16-8973-6307-067b-fa99dce8cacd tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:770 @module=sdk.proto tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.124+0200"
2024-05-28T22:43:39.124+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_resource_type=digitalocean_database_cluster tf_rpc=PlanResourceChange tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=7776af16-8973-6307-067b-fa99dce8cacd timestamp="2024-05-28T22:43:39.124+0200"
2024-05-28T22:43:39.125+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_req_id=7776af16-8973-6307-067b-fa99dce8cacd tf_resource_type=digitalocean_database_cluster tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/schema.go:698 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.124+0200"
2024-05-28T22:43:39.125+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: tf_resource_type=digitalocean_database_cluster @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7776af16-8973-6307-067b-fa99dce8cacd tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/schema.go:700 timestamp="2024-05-28T22:43:39.125+0200"
2024-05-28T22:43:39.125+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_resource_type=digitalocean_database_cluster diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=7776af16-8973-6307-067b-fa99dce8cacd tf_rpc=PlanResourceChange timestamp="2024-05-28T22:43:39.125+0200"
2024-05-28T22:43:39.125+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:796 @module=sdk.proto tf_proto_version=5.3 tf_req_id=7776af16-8973-6307-067b-fa99dce8cacd timestamp="2024-05-28T22:43:39.125+0200"
2024-05-28T22:43:39.125+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.125+0200 [TRACE] writeChange: recorded Create change for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.125+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.125+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.125+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.125+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": visit complete
2024-05-28T22:43:39.125+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-05-28T22:43:39.125+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:43:39.125+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:43:39.125+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": dynamic subgraph completed successfully
2024-05-28T22:43:39.125+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": visit complete
2024-05-28T22:43:39.125+0200 [TRACE] vertex "output.pw (expand)": starting visit (*terraform.nodeExpandOutput)
2024-05-28T22:43:39.125+0200 [TRACE] vertex "output.pw (expand)": does not belong to any module instance
2024-05-28T22:43:39.125+0200 [TRACE] vertex "output.pw (expand)": expanding dynamic subgraph
2024-05-28T22:43:39.125+0200 [TRACE] Expanding output: adding output.pw as *terraform.NodeApplyableOutput
2024-05-28T22:43:39.125+0200 [TRACE] vertex "output.pw (expand)": entering dynamic subgraph
2024-05-28T22:43:39.125+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-05-28T22:43:39.125+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": does not belong to any module instance
2024-05-28T22:43:39.125+0200 [TRACE] GRPCProvider: Close
2024-05-28T22:43:39.125+0200 [TRACE] vertex "output.pw": starting visit (*terraform.NodeApplyableOutput)
2024-05-28T22:43:39.125+0200 [TRACE] vertex "output.pw": belongs to
2024-05-28T22:43:39.125+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.125+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.125+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.126+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.126+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-05-28T22:43:39.126+0200 [TRACE] setValue: Saving Create change for output.pw in changeset
2024-05-28T22:43:39.126+0200 [TRACE] setValue: Saving value for output.pw in state
2024-05-28T22:43:39.126+0200 [TRACE] vertex "output.pw": visit complete
2024-05-28T22:43:39.126+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-05-28T22:43:39.126+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:43:39.126+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:43:39.126+0200 [TRACE] vertex "output.pw (expand)": dynamic subgraph completed successfully
2024-05-28T22:43:39.126+0200 [TRACE] vertex "output.pw (expand)": visit complete
2024-05-28T22:43:39.126+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32624
2024-05-28T22:43:39.126+0200 [DEBUG] provider: plugin exited
2024-05-28T22:43:39.126+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": visit complete
2024-05-28T22:43:39.127+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-05-28T22:43:39.127+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:43:39.127+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:43:39.127+0200 [TRACE] Plan is complete
2024-05-28T22:43:39.127+0200 [TRACE] Plan is applyable
2024-05-28T22:43:39.127+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.127+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.127+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/digitalocean/digitalocean"
2024-05-28T22:43:39.127+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.127+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2024-05-28T22:43:39.127+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.127+0200 [DEBUG] building apply graph to check for errors
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-05-28T22:43:39.127+0200 [TRACE] ConfigTransformer: Starting for path:
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
------
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-05-28T22:43:39.127+0200 [TRACE] OutputTransformer: adding pw as *terraform.nodeExpandOutput
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.DiffTransformer
2024-05-28T22:43:39.127+0200 [TRACE] DiffTransformer starting
2024-05-28T22:43:39.127+0200 [TRACE] DiffTransformer: found Create change for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.127+0200 [TRACE] DiffTransformer: digitalocean_database_cluster.postgres-example will be represented by digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.127+0200 [TRACE] DiffTransformer complete
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-05-28T22:43:39.127+0200 [DEBUG] Resource state not found for node "digitalocean_database_cluster.postgres-example", instance digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-05-28T22:43:39.127+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-05-28T22:43:39.127+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-05-28T22:43:39.128+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-05-28T22:43:39.128+0200 [TRACE] AttachResourceConfigTransformer: attaching to "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandApplyableResource) config from setup.tf:20,1-60
2024-05-28T22:43:39.128+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.128+0200 [TRACE] AttachResourceConfigTransformer: attaching to "digitalocean_database_cluster.postgres-example" (*terraform.NodeApplyableResourceInstance) config from setup.tf:20,1-60
2024-05-28T22:43:39.128+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.128+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-05-28T22:43:39.128+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-05-28T22:43:39.128+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider configuration from setup.tf:14,1-24
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-05-28T22:43:39.128+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/digitalocean/digitalocean"] serving digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.128+0200 [DEBUG] ProviderTransformer: "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.128+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/digitalocean/digitalocean"] serving digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.128+0200 [DEBUG] ProviderTransformer: "digitalocean_database_cluster.postgres-example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.128+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-05-28T22:43:39.128+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/null"]
2024-05-28T22:43:39.129+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.129+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.129+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-05-28T22:43:39.129+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-05-28T22:43:39.129+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-05-28T22:43:39.129+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.129+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.129+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.129+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.129+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.129+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.129+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-05-28T22:43:39.129+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-05-28T22:43:39.129+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-05-28T22:43:39.129+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-05-28T22:43:39.129+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-05-28T22:43:39.129+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-05-28T22:43:39.129+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" references: [var.do_token]
2024-05-28T22:43:39.129+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example (expand)" references: []
2024-05-28T22:43:39.129+0200 [DEBUG] ReferenceTransformer: "var.do_token" references: []
2024-05-28T22:43:39.129+0200 [DEBUG] ReferenceTransformer: "output.pw (expand)" references: [digitalocean_database_cluster.postgres-example (expand) digitalocean_database_cluster.postgres-example digitalocean_database_cluster.postgres-example]
2024-05-28T22:43:39.130+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example" references: []
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-05-28T22:43:39.130+0200 [TRACE] AttachDependenciesTransformer: digitalocean_database_cluster.postgres-example depends on []
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-05-28T22:43:39.130+0200 [TRACE] ForcedCBDTransformer: "digitalocean_database_cluster.postgres-example" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-05-28T22:43:39.130+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-05-28T22:43:39.130+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.131+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-05-28T22:43:39.131+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.131+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-05-28T22:43:39.131+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.132+0200 [INFO] backend/local: apply calling Apply
2024-05-28T22:43:39.132+0200 [DEBUG] Building and walking apply graph for NormalMode plan
2024-05-28T22:43:39.132+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-05-28T22:43:39.132+0200 [TRACE] ConfigTransformer: Starting for path:
2024-05-28T22:43:39.132+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
------
2024-05-28T22:43:39.132+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-05-28T22:43:39.132+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.132+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-05-28T22:43:39.132+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-05-28T22:43:39.132+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-05-28T22:43:39.132+0200 [TRACE] Completed graph
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:
transform *terraform.LocalTransformer (no changes)
2024-05-28T22:43:39.132+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-05-28T22:43:39.132+0200 [TRACE] OutputTransformer: adding pw as *terraform.nodeExpandOutput
2024-05-28T22:43:39.132+0200 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.132+0200 [TRACE] Executing graph transform *terraform.DiffTransformer
# digitalocean_database_cluster.postgres-example will be created
+ resource "digitalocean_database_cluster" "postgres-example" {
+ database = (known after apply)
+ engine = "pg"
+ host = (known after apply)
+ id = (known after apply)
+ name = "example-postgres-cluster"
+ node_count = 1
+ password = (sensitive value)
+ port = (known after apply)
+ private_host = (known after apply)
+ private_network_uuid = (known after apply)
+ private_uri = (sensitive value)
+ project_id = (known after apply)
+ region = "nyc1"
+ size = "db-s-1vcpu-1gb"
+ storage_size_mib = (known after apply)
+ ui_database = (known after apply)
+ ui_host = (known after apply)
+ ui_password = (sensitive value)
+ ui_port = (known after apply)
+ ui_uri = (sensitive value)
+ ui_user = (known after apply)
+ uri = (sensitive value)
+ urn = (known after apply)
+ user = (known after apply)
+ version = "15"
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ pw = (sensitive value)
2024-05-28T22:43:39.132+0200 [TRACE] DiffTransformer starting
2024-05-28T22:43:39.133+0200 [TRACE] DiffTransformer: found Create change for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.133+0200 [TRACE] DiffTransformer: digitalocean_database_cluster.postgres-example will be represented by digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.133+0200 [TRACE] DiffTransformer complete
2024-05-28T22:43:39.133+0200 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.133+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-05-28T22:43:39.133+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-05-28T22:43:39.133+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-05-28T22:43:39.133+0200 [DEBUG] Resource state not found for node "digitalocean_database_cluster.postgres-example", instance digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.134+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-05-28T22:43:39.134+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-05-28T22:43:39.134+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-05-28T22:43:39.134+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-05-28T22:43:39.134+0200 [TRACE] AttachResourceConfigTransformer: attaching to "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandApplyableResource) config from setup.tf:20,1-60
2024-05-28T22:43:39.134+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.134+0200 [TRACE] AttachResourceConfigTransformer: attaching to "digitalocean_database_cluster.postgres-example" (*terraform.NodeApplyableResourceInstance) config from setup.tf:20,1-60
2024-05-28T22:43:39.134+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.134+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-05-28T22:43:39.134+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-05-28T22:43:39.134+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider configuration from setup.tf:14,1-24
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-05-28T22:43:39.134+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-05-28T22:43:39.134+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/digitalocean/digitalocean"] serving digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.134+0200 [DEBUG] ProviderTransformer: "digitalocean_database_cluster.postgres-example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.134+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/digitalocean/digitalocean"] serving digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.135+0200 [DEBUG] ProviderTransformer: "digitalocean_database_cluster.postgres-example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.135+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.136+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-05-28T22:43:39.136+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/null"]
2024-05-28T22:43:39.136+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.136+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.136+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-05-28T22:43:39.136+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-05-28T22:43:39.136+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-05-28T22:43:39.136+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.136+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to digitalocean_database_cluster.postgres-example (expand)
2024-05-28T22:43:39.136+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.136+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.136+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.136+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.136+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-05-28T22:43:39.136+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-05-28T22:43:39.136+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-05-28T22:43:39.136+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-05-28T22:43:39.136+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-05-28T22:43:39.136+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-05-28T22:43:39.136+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" references: [var.do_token]
2024-05-28T22:43:39.136+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example (expand)" references: []
2024-05-28T22:43:39.137+0200 [DEBUG] ReferenceTransformer: "var.do_token" references: []
2024-05-28T22:43:39.137+0200 [DEBUG] ReferenceTransformer: "output.pw (expand)" references: [digitalocean_database_cluster.postgres-example (expand) digitalocean_database_cluster.postgres-example digitalocean_database_cluster.postgres-example]
2024-05-28T22:43:39.137+0200 [DEBUG] ReferenceTransformer: "digitalocean_database_cluster.postgres-example" references: []
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-05-28T22:43:39.137+0200 [TRACE] AttachDependenciesTransformer: digitalocean_database_cluster.postgres-example depends on []
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-05-28T22:43:39.137+0200 [TRACE] ForcedCBDTransformer: "digitalocean_database_cluster.postgres-example" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-05-28T22:43:39.137+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-05-28T22:43:39.137+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-05-28T22:43:39.138+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-05-28T22:43:39.138+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-05-28T22:43:39.138+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.138+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-05-28T22:43:39.138+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.138+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-05-28T22:43:39.138+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
digitalocean_database_cluster.postgres-example (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
output.pw (expand) - *terraform.nodeExpandOutput
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/digitalocean/digitalocean"] - *terraform.NodeApplyableProvider
var.do_token - *terraform.NodeRootVariable
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
digitalocean_database_cluster.postgres-example - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
output.pw (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/digitalocean/digitalocean"] (close) - *terraform.graphNodeCloseProvider
var.do_token - *terraform.NodeRootVariable
------
2024-05-28T22:43:39.138+0200 [DEBUG] Starting graph walk: walkApply
2024-05-28T22:43:39.138+0200 [TRACE] vertex "var.do_token": starting visit (*terraform.NodeRootVariable)
2024-05-28T22:43:39.139+0200 [TRACE] vertex "var.do_token": belongs to
2024-05-28T22:43:39.139+0200 [TRACE] NodeRootVariable: evaluating var.do_token
2024-05-28T22:43:39.139+0200 [TRACE] prepareFinalInputVariableValue: preparing var.do_token
2024-05-28T22:43:39.139+0200 [TRACE] evalVariableValidations: no validation rules declared for var.do_token, so skipping
2024-05-28T22:43:39.139+0200 [TRACE] vertex "var.do_token": visit complete
2024-05-28T22:43:39.139+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": starting visit (*terraform.NodeApplyableProvider)
2024-05-28T22:43:39.139+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": belongs to
2024-05-28T22:43:39.139+0200 [DEBUG] created provider logger: level=trace
2024-05-28T22:43:39.139+0200 [INFO] provider: configuring client automatic mTLS
2024-05-28T22:43:39.141+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 args=[".terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0"]
2024-05-28T22:43:39.143+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32625
2024-05-28T22:43:39.143+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0
2024-05-28T22:43:39.151+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: configuring server automatic mTLS: timestamp="2024-05-28T22:43:39.151+0200"
2024-05-28T22:43:39.157+0200 [DEBUG] provider.terraform-provider-digitalocean_v2.38.0: plugin address: address=/var/folders/91/35rl5xqd5f9_zwkb_mzk8hgm0000gn/T/plugin2579906692 network=unix timestamp="2024-05-28T22:43:39.157+0200"
2024-05-28T22:43:39.157+0200 [DEBUG] provider: using plugin: version=5
2024-05-28T22:43:39.161+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" provider for provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.161+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.161+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/digitalocean/digitalocean"]
2024-05-28T22:43:39.161+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/digitalocean/digitalocean"]: using explicit config only
2024-05-28T22:43:39.161+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.161+0200 [TRACE] provider.stdio: waiting for stdio data
2024-05-28T22:43:39.161+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: @module=sdk.proto tf_proto_version=5.3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:491 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.161+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.161+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Getting provider schema: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.161+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_container_registry tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.161+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_database_postgresql_config @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.161+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_floating_ip_assignment tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_vpc @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_database_mysql_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_firewall @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.162+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_kubernetes_node_pool tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_monitor_alert @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_reserved_ip timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_uptime_alert @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_cdn timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_database_redis_config tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_database_kafka_topic timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.163+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_resource_type=digitalocean_droplet_snapshot tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_project_resources tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_record @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=digitalocean_certificate timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_database_connection_pool @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_reserved_ip_assignment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_spaces_bucket tf_provider_addr=provider @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_spaces_bucket_object @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.164+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_tag tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_database_db timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_database_firewall @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_database_replica tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_spaces_bucket_policy @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=digitalocean_container_registry_docker_credentials tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_domain @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.165+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=digitalocean_droplet tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_kubernetes_cluster @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_project @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_spaces_bucket_cors_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_uptime_check tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_volume tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_app @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.166+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=digitalocean_database_user timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_resource_type=digitalocean_floating_ip @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=digitalocean_loadbalancer timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_ssh_key tf_rpc=GetProviderSchema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_resource_type=digitalocean_volume_attachment tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 tf_resource_type=digitalocean_volume_snapshot tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_resource_type=digitalocean_custom_image @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:86 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.167+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_database_cluster tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.168+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_records tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.168+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_spaces_bucket_objects tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.176+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_tag tf_provider_addr=provider timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.176+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_database_replica tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.176+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_domain tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_droplets tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_images timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_kubernetes_cluster tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_data_source_type=digitalocean_kubernetes_versions tf_provider_addr=provider timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_reserved_ip tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_spaces_bucket @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.177+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_volume_snapshot tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.178+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_certificate tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.178+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_domains timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.178+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_image @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.162+0200"
2024-05-28T22:43:39.180+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_projects @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.179+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.180+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.180+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_sizes tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.180+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-05-28T22:43:39.180+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.180+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_ssh_keys tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.180+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema tf_data_source_type=digitalocean_tags timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.180+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_connection_pool tf_provider_addr=provider @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.180+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_ca tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.181+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_firewall timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.181+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_region tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.181+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_regions tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.181+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_spaces_buckets @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.181+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" changed the config value, but that value is unused
2024-05-28T22:43:39.181+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=digitalocean_spaces_bucket_object tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.182+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_data_source_type=digitalocean_ssh_key tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.181+0200 [TRACE] GRPCProvider: ConfigureProvider
2024-05-28T22:43:39.182+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.182+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_volume tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.182+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_app tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.182+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_database_user timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.182+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=digitalocean_droplet timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.182+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"]": visit complete
2024-05-28T22:43:39.182+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_floating_ip tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_loadbalancer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.182+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_project tf_provider_addr=provider timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=digitalocean_record tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @module=sdk.helper_schema tf_data_source_type=digitalocean_vpc tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_container_registry tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: tf_data_source_type=digitalocean_droplet_snapshot tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.183+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": does not belong to any module instance
2024-05-28T22:43:39.183+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Found data source type: @module=sdk.helper_schema tf_data_source_type=digitalocean_account tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.184+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: tf_req_duration_ms=1 @module=sdk.proto tf_provider_addr=provider diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_rpc=GetProviderSchema timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.184+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:510 tf_proto_version=5.3 tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=provider tf_req_id=cddb6889-dbd4-2e34-f162-296b0b404802 timestamp="2024-05-28T22:43:39.163+0200"
2024-05-28T22:43:39.184+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:518 tf_proto_version=5.3 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.180+0200"
2024-05-28T22:43:39.183+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example (expand)": visit complete
2024-05-28T22:43:39.184+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/internal/logging/protocol_data.go:38 tf_provider_addr=provider tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.180+0200"
2024-05-28T22:43:39.184+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": starting visit (*terraform.NodeApplyableResourceInstance)
2024-05-28T22:43:39.184+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @module=sdk.proto tf_provider_addr=provider tf_proto_version=5.3 tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp="2024-05-28T22:43:39.180+0200"
2024-05-28T22:43:39.184+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": belongs to
2024-05-28T22:43:39.184+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Preparing provider configuration: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig timestamp="2024-05-28T22:43:39.180+0200"
2024-05-28T22:43:39.185+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_provider_addr=provider tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema timestamp="2024-05-28T22:43:39.180+0200"
2024-05-28T22:43:39.185+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig timestamp="2024-05-28T22:43:39.181+0200"
2024-05-28T22:43:39.184+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.185+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: diagnostic_error_count=0 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 timestamp="2024-05-28T22:43:39.181+0200"
2024-05-28T22:43:39.185+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:539 tf_proto_version=5.3 tf_req_id=ace9ea53-8745-a54b-7461-97abe38a14c4 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider timestamp="2024-05-28T22:43:39.181+0200"
2024-05-28T22:43:39.185+0200 [TRACE] readDiff: Read Create change from plan for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.185+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.185+0200 [TRACE] readResourceInstanceState: reading state for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.185+0200 [TRACE] readResourceInstanceState: no state present for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.185+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: @module=sdk.proto tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:547 tf_req_id=f14f2156-08db-7489-1d98-f94d64064a33 tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_req_id=f14f2156-08db-7489-1d98-f94d64064a33 timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f14f2156-08db-7489-1d98-f94d64064a33 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:556 timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:39 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com: timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f14f2156-08db-7489-1d98-f94d64064a33 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:558 timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=f14f2156-08db-7489-1d98-f94d64064a33 timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [TRACE] readDiff: Read Create change from plan for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.186+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:567 tf_req_id=f14f2156-08db-7489-1d98-f94d64064a33 tf_rpc=Configure @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.182+0200"
2024-05-28T22:43:39.186+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.187+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.187+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:43:39.187+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.187+0200 [TRACE] Re-validating config for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:39.187+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-05-28T22:43:39.187+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.187+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=569bd5bf-8776-d771-0f19-7792c6f8d79b tf_resource_type=digitalocean_database_cluster timestamp="2024-05-28T22:43:39.187+0200"
2024-05-28T22:43:39.187+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: tf_provider_addr=provider tf_req_id=569bd5bf-8776-d771-0f19-7792c6f8d79b tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_rpc=ValidateResourceTypeConfig timestamp="2024-05-28T22:43:39.187+0200"
2024-05-28T22:43:39.187+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=569bd5bf-8776-d771-0f19-7792c6f8d79b tf_resource_type=digitalocean_database_cluster tf_rpc=ValidateResourceTypeConfig timestamp="2024-05-28T22:43:39.187+0200"
2024-05-28T22:43:39.187+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: tf_provider_addr=provider tf_req_id=569bd5bf-8776-d771-0f19-7792c6f8d79b tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_resource_type=digitalocean_database_cluster timestamp="2024-05-28T22:43:39.187+0200"
2024-05-28T22:43:39.187+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto diagnostic_error_count=0 tf_req_id=569bd5bf-8776-d771-0f19-7792c6f8d79b timestamp="2024-05-28T22:43:39.187+0200"
2024-05-28T22:43:39.187+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_rpc=ValidateResourceTypeConfig tf_req_id=569bd5bf-8776-d771-0f19-7792c6f8d79b tf_resource_type=digitalocean_database_cluster tf_proto_version=5.3 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.187+0200"
2024-05-28T22:43:39.187+0200 [TRACE] GRPCProvider: PlanResourceChange
2024-05-28T22:43:39.187+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.188+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:770 tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_req_id=37a8d387-7305-114c-b64d-f6e32db5d068 tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.3 timestamp="2024-05-28T22:43:39.188+0200"
2024-05-28T22:43:39.188+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @module=sdk.proto tf_rpc=PlanResourceChange tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=37a8d387-7305-114c-b64d-f6e32db5d068 timestamp="2024-05-28T22:43:39.188+0200"
2024-05-28T22:43:39.188+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_req_id=37a8d387-7305-114c-b64d-f6e32db5d068 tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/schema.go:698 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=PlanResourceChange timestamp="2024-05-28T22:43:39.188+0200"
2024-05-28T22:43:39.188+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/schema.go:700 tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_rpc=PlanResourceChange @module=sdk.helper_schema tf_req_id=37a8d387-7305-114c-b64d-f6e32db5d068 timestamp="2024-05-28T22:43:39.188+0200"
2024-05-28T22:43:39.188+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: tf_req_duration_ms=0 tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=37a8d387-7305-114c-b64d-f6e32db5d068 tf_rpc=PlanResourceChange @module=sdk.proto timestamp="2024-05-28T22:43:39.188+0200"
2024-05-28T22:43:39.188+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: @module=sdk.proto tf_req_id=37a8d387-7305-114c-b64d-f6e32db5d068 tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:796 tf_rpc=PlanResourceChange tf_proto_version=5.3 tf_provider_addr=provider timestamp="2024-05-28T22:43:39.188+0200"
2024-05-28T22:43:39.189+0200 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2024-05-28T22:43:39.189+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.189+0200 [INFO] Starting apply for digitalocean_database_cluster.postgres-example
2024-05-28T22:43:39.189+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.189+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
digitalocean_database_cluster.postgres-example: Creating...
2024-05-28T22:43:39.189+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:43:39.189+0200 [DEBUG] digitalocean_database_cluster.postgres-example: applying the planned Create change
2024-05-28T22:43:39.189+0200 [TRACE] GRPCProvider: ApplyResourceChange
2024-05-28T22:43:39.189+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-05-28T22:43:39.189+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received request: tf_proto_version=5.3 tf_req_id=cc46d7a7-d5d5-441b-9c62-c37597f0df83 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:805 @module=sdk.proto tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_rpc=ApplyResourceChange timestamp="2024-05-28T22:43:39.189+0200"
2024-05-28T22:43:39.189+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_resource_type=digitalocean_database_cluster @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=cc46d7a7-d5d5-441b-9c62-c37597f0df83 tf_rpc=ApplyResourceChange timestamp="2024-05-28T22:43:39.189+0200"
2024-05-28T22:43:39.189+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Calling downstream: tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/resource.go:836 @module=sdk.helper_schema tf_req_id=cc46d7a7-d5d5-441b-9c62-c37597f0df83 tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster timestamp="2024-05-28T22:43:39.189+0200"
2024-05-28T22:43:39.189+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:39 [DEBUG] database cluster create configuration: &godo.DatabaseCreateRequest{Name:"example-postgres-cluster", EngineSlug:"pg", Version:"15", SizeSlug:"db-s-1vcpu-1gb", Region:"nyc1", NumNodes:1, PrivateNetworkUUID:"", Tags:[]string{}, BackupRestore:(*godo.DatabaseBackupRestore)(nil), ProjectID:"", StorageSizeMib:0x0}: timestamp="2024-05-28T22:43:39.189+0200"
2024-05-28T22:43:39.190+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:39 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
POST /v2/databases HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Content-Length: 161
Accept: application/json
Content-Type: application/json
Accept-Encoding: gzip
{
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"size": "db-s-1vcpu-1gb",
"region": "nyc1",
"num_nodes": 1,
"private_network_uuid": "",
"project_id": ""
}
-----------------------------------------------------: timestamp="2024-05-28T22:43:39.190+0200"
2024-05-28T22:43:39.190+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:39 [DEBUG] POST https://api.digitalocean.com/v2/databases: timestamp="2024-05-28T22:43:39.190+0200"
2024-05-28T22:43:41.938+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:41 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 201 Created
Content-Length: 1256
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b11404ca9d0a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:43:41 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4944
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=INzBsHLGJYEvaMt7srskXXEngReQvTT5rTa0KDFFkGI-1716929021-1.0.1.1-Xv35fodkZdV4bRcYDMOl7kQig10Am7XXYdpkbksNXlVm0tZ.byNIqHTbG_KXOBoht3CQyPIXlpU0dV4QFXL6A2Y0_o9zRuu9mHUfnUPkPuw; path=/; expires=Tue, 28-May-24 21:13:41 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: acb65d2d-17da-46da-a0c5-5e129ba4c8ba
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15.0",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:AVNS_Yqg-C6FskwqyeRUzPml@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"password": "AVNS_Yqg-C6FskwqyeRUzPml",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:AVNS_Yqg-C6FskwqyeRUzPml@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"password": "AVNS_Yqg-C6FskwqyeRUzPml",
"ssl": true
},
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": false
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "",
"read_only": false,
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:43:41.938+0200"
2024-05-28T22:43:41.941+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:41 [INFO] database cluster Name: example-postgres-cluster: timestamp="2024-05-28T22:43:41.939+0200"
2024-05-28T22:43:44.140+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:44.140+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:43:44.140+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:49.141+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:49.141+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:49.141+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
digitalocean_database_cluster.postgres-example: Still creating... [10s elapsed]
2024-05-28T22:43:54.142+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:43:54.142+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:54.142+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:56.940+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:56 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:43:56.940+0200"
2024-05-28T22:43:56.940+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:56 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:43:56.940+0200"
2024-05-28T22:43:57.603+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:43:57 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b114722cf40a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:43:57 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4943
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=qYi2OssCrXmQ_mF4VaCLDE.9e4bIYU0nIK3ExRj2w58-1716929037-1.0.1.1-w3DF_LtbC9V9sF7WRgGjp4r_yXfNDzOc5gy.GEex3a2KqvG5Q7elpUIyfUVenVuP5H9YgxmWAvVO7WbyX2.q0Bu9W8EIcdOI1wxp1EgicNg; path=/; expires=Tue, 28-May-24 21:13:57 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 5c0f5609-aedc-421d-a8e0-481903134239
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:43:57.603+0200"
2024-05-28T22:43:59.143+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:43:59.143+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:43:59.143+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [20s elapsed]
2024-05-28T22:44:04.145+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:04.145+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:04.145+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:09.146+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:09.146+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:09.146+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [30s elapsed]
2024-05-28T22:44:11.940+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:11 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:44:11.940+0200"
2024-05-28T22:44:11.940+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:11 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:44:11.940+0200"
2024-05-28T22:44:12.348+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:12 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b114cfe8a10a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:44:12 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4942
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=5ynIpOOwfz_lmq19eBNKD9B6Ze12ZVcvlYToioRHWlI-1716929052-1.0.1.1-tviLKkNudnwwFLIOk85bzftNi9h3nXDOLI87dzu7VFwTaUz2A8716U84me7fzSYVoYgoD34dVjBVtMnP4dKX6WYnovuThbWWTGt21ejrUI4; path=/; expires=Tue, 28-May-24 21:14:12 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: aa9d2958-d606-45f4-9448-3797fca133a3
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:44:12.348+0200"
2024-05-28T22:44:14.147+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:14.147+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:14.147+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:19.148+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:19.148+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:19.148+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
digitalocean_database_cluster.postgres-example: Still creating... [40s elapsed]
2024-05-28T22:44:24.203+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:24.203+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:24.204+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:26.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:26 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:44:26.994+0200"
2024-05-28T22:44:26.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:26 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:44:26.994+0200"
2024-05-28T22:44:27.456+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:27 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b1152dbaf40a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:44:27 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4941
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=eAuaANGkhF6oQj6XUhlNiDuCcraB7opTowMgbvvN2YM-1716929067-1.0.1.1-ifeNYSCi4IUn5CZpSZep1cBiI4Gp4kjH1IlGk2jXhjWaZTLpmhe9sxrJIQ48vVpfsj86AYkCXVUwCbhfWhwcyIDEek65La9kXesxQy.vowE; path=/; expires=Tue, 28-May-24 21:14:27 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 219dcb80-14c5-4301-bb39-b73d75cee216
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:44:27.456+0200"
2024-05-28T22:44:29.205+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:29.205+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:29.205+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [50s elapsed]
2024-05-28T22:44:34.206+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:34.206+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:34.206+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:39.207+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:39.207+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:39.207+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [1m0s elapsed]
2024-05-28T22:44:41.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:41 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:44:41.994+0200"
2024-05-28T22:44:41.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:41 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:44:41.994+0200"
2024-05-28T22:44:42.605+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:42 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b1158b78410a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:44:42 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4940
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=kKy9LSB6SXlfawHQOTLYys0KKnxAqp6vdzStXrFifPY-1716929082-1.0.1.1-86YflsWMj7tRKWx81BPCmHFAZT6EwGyiVchjvzltZstBYsyreOvpe0MYIK8jCOZD_gNK346YcOn87cTHScQ2cVijf3QpgbyYKtXdtMHznus; path=/; expires=Tue, 28-May-24 21:14:42 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 057d3664-f32e-4246-a0fd-2f63929af443
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:44:42.605+0200"
2024-05-28T22:44:44.209+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:44.209+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:44.209+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:49.210+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:49.210+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:49.210+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [1m10s elapsed]
2024-05-28T22:44:54.211+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:54.211+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:54.211+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:56.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:56 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:44:56.994+0200"
2024-05-28T22:44:56.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:56 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:44:56.994+0200"
2024-05-28T22:44:57.361+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:44:57 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b115e92e9b0a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:44:57 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4939
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=gpB7.GkuwBcdkrefY4kMPe2m8fQMlDwQghUL14jtqe8-1716929097-1.0.1.1-S_RNi6A.v9mZuWXmfMMruS83aFQH1WflsIB6R6o0lt5rie5_JpxMpo9nFWNXTcCF1sGXgo.EZ0UU_oYmqn_.IS15UcIYusWhlPXiOhbSkL4; path=/; expires=Tue, 28-May-24 21:14:57 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 3c280ff3-7887-42ab-a410-d5d0e1d87f2c
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:44:57.361+0200"
2024-05-28T22:44:59.213+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:44:59.213+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:44:59.213+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [1m20s elapsed]
2024-05-28T22:45:04.214+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:04.214+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:04.215+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:09.215+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:09.215+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:09.215+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [1m30s elapsed]
2024-05-28T22:45:11.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:11 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:45:11.994+0200"
2024-05-28T22:45:11.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:11 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:45:11.994+0200"
2024-05-28T22:45:12.342+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:12 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b11646dc060a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:45:12 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4938
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=QKjQ9NQb18Qk9DVmjCNjBGVZvpX4cldKpg10M7XSY3E-1716929112-1.0.1.1-T__9q1qPyXBmK0CbfG3KypPDLESWg65b7ImXzIPUQvLhSk7pUpjLoxceSig5FBjJWumTe1xJzrPfG3LO.avmJNOJIkKaVIit0aqis4dUTEk; path=/; expires=Tue, 28-May-24 21:15:12 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: ba18a49b-5bec-4275-8210-552669f553ab
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:45:12.342+0200"
2024-05-28T22:45:14.216+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:14.216+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:14.216+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:19.218+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:19.218+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:19.218+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [1m40s elapsed]
2024-05-28T22:45:24.219+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:24.219+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:24.219+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:26.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:26 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:45:26.994+0200"
2024-05-28T22:45:26.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:26 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:45:26.994+0200"
2024-05-28T22:45:27.605+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:27 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b116a4eb1c0a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:45:27 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4937
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=TYi3.Ok5nlCcKgKStmBDk3E0ny6r8kYQmoVf3jr6WVc-1716929127-1.0.1.1-SZ4dmLrj2ZM9QFJDz0qTLfNMoOkE3qfEHKHSaKUjBmTYwBHp5Hgp0qTwVjD_W.HXgW3YC8v9O94Q9Q34w2bvtA1qBdRkGdYQOf8s0KlVc_o; path=/; expires=Tue, 28-May-24 21:15:27 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 5c1fb7c5-a172-42ce-b4dd-c7e31e595e58
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:45:27.605+0200"
2024-05-28T22:45:29.219+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:29.219+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:29.219+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [1m50s elapsed]
2024-05-28T22:45:34.221+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:34.221+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:34.221+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:39.222+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:39.222+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:39.222+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [2m0s elapsed]
2024-05-28T22:45:41.994+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:41 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:45:41.994+0200"
2024-05-28T22:45:41.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:41 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:45:41.995+0200"
2024-05-28T22:45:42.385+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:42 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b1170258790a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:45:42 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4936
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=judWBCamhDVGfdUGkCwYu.0I.hJruuGDiAyca9m2Or4-1716929142-1.0.1.1-LTHPBl8M5vBGLRNjfRDJWFblN9MdogkYHc_sGKLOh6SnYzZ7.VZu_.n53NrvrguMAqBFTWQiM3Oqyy3ndTmz3t3rbLRrKJZ2pEVHLvUbJKc; path=/; expires=Tue, 28-May-24 21:15:42 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: b7a9e319-b178-426b-b20e-d9c747251584
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:45:42.385+0200"
2024-05-28T22:45:44.223+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:44.223+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:44.223+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:49.224+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:49.224+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:49.225+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [2m10s elapsed]
2024-05-28T22:45:54.226+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:54.226+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:54.226+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:56.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:56 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:45:56.995+0200"
2024-05-28T22:45:56.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:56 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:45:56.995+0200"
2024-05-28T22:45:57.465+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:45:57 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b117602ef30a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:45:57 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4935
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=SPJtcaePcixudCx2sqUkwTzUF7xkKZ27AjuAuD3cRqM-1716929157-1.0.1.1-UH1UQ2pzz20_BkjxrbmMuDAEWZcCbB6s7cPYs0zQyiDAgRMXBY.dWgAqQRMlIqC6YNZsR.dPoxNE12mIdogujr7dAheaMEjrgb_vDz5beP4; path=/; expires=Tue, 28-May-24 21:15:57 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 0171a9f2-bbca-4548-86c3-ee60ddfec268
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:45:57.465+0200"
2024-05-28T22:45:59.227+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:45:59.227+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:45:59.227+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [2m20s elapsed]
2024-05-28T22:46:04.228+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:04.228+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:04.228+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:09.230+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:09.230+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:09.230+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [2m30s elapsed]
2024-05-28T22:46:11.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:11 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:46:11.995+0200"
2024-05-28T22:46:11.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:11 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:46:11.995+0200"
2024-05-28T22:46:12.770+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:12 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b117bdce180a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:46:12 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4934
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=5SrSNAwndqOeX98rP8psydRh2lkhUDWivkRm.yS2Rjs-1716929172-1.0.1.1-RFuWE4Att8Np26lMYxboXsDQhd3YtjjrO7o0JsWp_54KDUMwklhZqgF5gHVN0ShaMGs..uNSBnB.6vji5z5dHJPbrAMVfkUGTk2WpScYPWI; path=/; expires=Tue, 28-May-24 21:16:12 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 235696e0-1411-4b1a-a0b6-6955a5546647
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:46:12.769+0200"
2024-05-28T22:46:14.231+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:14.231+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:14.231+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:19.232+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:19.232+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:19.232+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [2m40s elapsed]
2024-05-28T22:46:24.233+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:24.233+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:24.233+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:26.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:26 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:46:26.995+0200"
2024-05-28T22:46:26.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:26 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:46:26.995+0200"
2024-05-28T22:46:27.439+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:27 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b1181bcd230a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:46:27 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4933
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=koLIey9oB1MqEFNJLAnx1Nl4zYOwChm3BaBF0HTZPr0-1716929187-1.0.1.1-VFrskka30Q1LHiKFMarF3YgyOZbRRh.iv.MvGTKBdoYsSXF7Rp3xMmrSJdvWHs8S7.VPOlF0OLFf9CI_CWBeGjqTIA4JCLp4puBhB8Mt_MQ; path=/; expires=Tue, 28-May-24 21:16:27 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: d17d3112-c91c-4a0a-b56e-15a79ea3124b
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:46:27.439+0200"
2024-05-28T22:46:29.235+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:29.235+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:29.235+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [2m50s elapsed]
2024-05-28T22:46:34.236+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:34.236+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:34.236+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:39.237+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:39.237+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:39.237+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [3m0s elapsed]
2024-05-28T22:46:41.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:41 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:46:41.995+0200"
2024-05-28T22:46:41.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:41 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:46:41.995+0200"
2024-05-28T22:46:42.352+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:42 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b118794e340a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:46:42 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4932
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=Vb2Rum4HXcBK.WaiO04sidLn2BtZC310BAcHkut50cM-1716929202-1.0.1.1-4vzG_qfgc1ops9OiQQZtW4JCHE5WCmRahP28S0leCmkC4KngpdsHqe4yYyEXWhi3XuGEERY0yLHKtPayae_nqsnCWBKq21n6TlXJJeSbJo4; path=/; expires=Tue, 28-May-24 21:16:42 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 0109d8b2-fb44-4a5c-b963-1d1dd9f428db
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:46:42.352+0200"
2024-05-28T22:46:44.239+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:44.239+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:44.239+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:49.240+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:49.240+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:49.240+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [3m10s elapsed]
2024-05-28T22:46:54.241+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:54.241+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:54.241+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:56.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:56 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:46:56.995+0200"
2024-05-28T22:46:56.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:56 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:46:56.995+0200"
2024-05-28T22:46:57.677+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:46:57 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b118d72a660a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:46:57 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4931
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=EUHeJDNaZA2bzkK0RIBWxoDfeVl7bK9G72KDTrTcfA4-1716929217-1.0.1.1-Ctk8y9UOOFzX_HaETkxnHbIqkpLqv4D0xMbIeijQCU.8JO5AqeJiV6VHGf5huMd4soK90eY5zHGNK4QGwMKjX.S.IxexidsqO6WFyHPo2Yc; path=/; expires=Tue, 28-May-24 21:16:57 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: dbe3847a-20f3-4ee3-bf2a-55cf61f39f25
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:46:57.677+0200"
2024-05-28T22:46:59.242+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:46:59.243+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:46:59.243+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [3m20s elapsed]
2024-05-28T22:47:04.244+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:04.244+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:04.244+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:09.245+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:09.245+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:09.245+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [3m30s elapsed]
2024-05-28T22:47:11.996+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:11 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:47:11.995+0200"
2024-05-28T22:47:11.996+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:11 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:47:11.995+0200"
2024-05-28T22:47:12.365+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:12 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b11934eed30a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:47:12 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4930
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=IIrFjKiBD..dWUam6wYlu7IhX_zCnwFifA.9Z6eBFI0-1716929232-1.0.1.1-SZsQiXrs2aymKhYb3DYnIOiDxMbq1SCfXq2KyOGAkvQKYv.PUi_RBhF1fX6Q1TDfKEKYsnwu2lftoZx6155gBcz5IF9vZoRXR54GAObRMcA; path=/; expires=Tue, 28-May-24 21:17:12 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 6d52c4b7-0672-4ffa-af6d-911928a93c2f
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:47:12.364+0200"
2024-05-28T22:47:14.246+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:14.246+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:14.247+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:19.248+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:19.248+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:19.248+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
digitalocean_database_cluster.postgres-example: Still creating... [3m40s elapsed]
2024-05-28T22:47:24.249+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:24.249+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:24.249+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:26.996+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:26 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:47:26.995+0200"
2024-05-28T22:47:26.996+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:26 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:47:26.995+0200"
2024-05-28T22:47:27.476+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:27 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b11992cff50a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:47:27 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4929
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=YK.nFR_0nBma_8QfFwo4tWp_lJYrVbvQHltbEpEbkGg-1716929247-1.0.1.1-AdGkxO9UeKteGZEkAVJMvkEFphmTkHb1BWfrsahzWB4bv.QAVoCMVQ9LRkrA91yO6LKJ78sAR10lJdENO3b_4W31iSTtfxzfM6TzVtCYOsQ; path=/; expires=Tue, 28-May-24 21:17:27 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 967dd580-067e-4c8d-9cde-f2b3a3e4e973
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": null,
"db_names": null,
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:47:27.475+0200"
2024-05-28T22:47:29.250+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:29.250+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:29.250+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [3m50s elapsed]
2024-05-28T22:47:34.251+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:34.251+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:34.251+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:39.253+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:39.253+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:39.253+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [4m0s elapsed]
2024-05-28T22:47:41.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:41 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:47:41.995+0200"
2024-05-28T22:47:41.995+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:41 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:47:41.995+0200"
2024-05-28T22:47:42.840+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:42 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b119f088cb0a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:47:42 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4928
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=.BMjFlEvUM_NifpH_koGVvB9PXdRb6IjqWDin9.r5l4-1716929262-1.0.1.1-rVIExaCczr_ywFneS1XL7pvKM5rAWxhk41IPxXchiYwlevEITj61HJtDZ4nhNtv2cTv2QdD5z3QhCYUEA3WBVNJQDO24E1b0K2Tso9Fj.hw; path=/; expires=Tue, 28-May-24 21:17:42 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: be35afab-fcb0-44ac-9419-df06882d6cf1
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15.7",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": [
{
"name": "doadmin",
"role": "primary"
}
],
"db_names": [
"defaultdb"
],
"num_nodes": 1,
"region": "nyc1",
"status": "creating",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:47:42.839+0200"
2024-05-28T22:47:44.254+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:44.254+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:44.254+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:49.255+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:49.255+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:49.255+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
digitalocean_database_cluster.postgres-example: Still creating... [4m10s elapsed]
2024-05-28T22:47:54.256+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:54.256+0200 [TRACE] dag/walk: vertex "output.pw (expand)" is waiting for "digitalocean_database_cluster.postgres-example"
2024-05-28T22:47:54.256+0200 [TRACE] dag/walk: vertex "root" is waiting for "output.pw (expand)"
2024-05-28T22:47:56.996+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:56 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:47:56.996+0200"
2024-05-28T22:47:56.997+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:56 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:47:56.996+0200"
2024-05-28T22:47:57.343+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:57 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b11a4e1ebe0a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:47:57 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4927
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=f0nJ1Q0vqV2mFsQm4VtdXhr08RzYm_i33O805UQEH.k-1716929277-1.0.1.1-CV6J6zCOSIaQKMSZGolXkwhrt0JIAyJkHznVJSkO5mwMcVxcJIW2g58L3vQfntm3hZSnPNCkWqUEKzwK16LNjYCJfON3IY4U_R3et.M7XRg; path=/; expires=Tue, 28-May-24 21:17:57 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: 8a59a3c4-92e9-444f-93d2-db13b501c3f2
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15.7",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": [
{
"name": "doadmin",
"role": "primary"
}
],
"db_names": [
"defaultdb"
],
"num_nodes": 1,
"region": "nyc1",
"status": "online",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:47:57.343+0200"
2024-05-28T22:47:57.346+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:57 [DEBUG] DigitalOcean API Request Details:
---[ REQUEST ]---------------------------------------
GET /v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea HTTP/1.1
Host: api.digitalocean.com
User-Agent: Terraform/1.8.4 godo/1.113.0
Accept: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp="2024-05-28T22:47:57.343+0200"
2024-05-28T22:47:57.348+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:57 [DEBUG] GET https://api.digitalocean.com/v2/databases/76f9b15e-978e-4407-9018-424e71dfe8ea: timestamp="2024-05-28T22:47:57.344+0200"
2024-05-28T22:47:57.760+0200 [INFO] provider.terraform-provider-digitalocean_v2.38.0: 2024/05/28 22:47:57 [DEBUG] DigitalOcean API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cf-Cache-Status: DYNAMIC
Cf-Ray: 88b11a5049c90a18-ARN
Content-Type: application/json; charset=utf-8
Date: Tue, 28 May 2024 20:47:57 GMT
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4926
Ratelimit-Reset: 1716931159
Server: cloudflare
Set-Cookie: __cf_bm=dw7Vun6HsW8gt1nmI_BD_yt2gnuk9S034lFxEuAdH1g-1716929277-1.0.1.1-jJG_Eq20C2B5RgSh2KgEC0URq5H0Vr7KWn8ymzMdGET4w6vy3KyTNidRQULlXPvSTlZxdSMdNYy7uldM9PMaJF7ejAaaSeaifJH9edlkoHk; path=/; expires=Tue, 28-May-24 21:17:57 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
X-Gateway: Edge-Gateway
X-Request-Id: abd1bdbf-a417-4557-9d3f-e738effb6096
X-Response-From: service
{
"database": {
"id": "76f9b15e-978e-4407-9018-424e71dfe8ea",
"name": "example-postgres-cluster",
"engine": "pg",
"version": "15",
"semantic_version": "15.7",
"connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"private_connection": {
"protocol": "postgresql",
"uri": "postgresql://doadmin:@private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require",
"database": "defaultdb",
"host": "private-example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 25060,
"user": "doadmin",
"ssl": true
},
"metrics_endpoints": [
{
"host": "example-postgres-cluster-do-user-8131894-0.c.db.ondigitalocean.com",
"port": 9273
}
],
"users": [
{
"name": "doadmin",
"role": "primary"
}
],
"db_names": [
"defaultdb"
],
"num_nodes": 1,
"region": "nyc1",
"status": "online",
"created_at": "2024-05-28T20:43:41Z",
"maintenance_window": {
"day": "friday",
"hour": "19:19:19",
"pending": true
},
"size": "db-s-1vcpu-1gb",
"tags": null,
"private_network_uuid": "04312056-5f44-4655-96ae-67a54d114b9d",
"project_id": "6c1728d8-345d-4824-807a-0ef7b3599978",
"read_only": false,
"version_end_of_life": "2027-11-11T00:00:00Z",
"version_end_of_availability": "2027-05-12T00:00:00Z",
"storage_size_mib": 10240
}
}
-----------------------------------------------------: timestamp="2024-05-28T22:47:57.759+0200"
2024-05-28T22:47:57.763+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/resource.go:838 tf_req_id=cc46d7a7-d5d5-441b-9c62-c37597f0df83 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=digitalocean_database_cluster tf_rpc=ApplyResourceChange timestamp="2024-05-28T22:47:57.760+0200"
2024-05-28T22:47:57.765+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Received downstream response: tf_proto_version=5.3 tf_rpc=ApplyResourceChange @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_req_duration_ms=258516 tf_req_id=cc46d7a7-d5d5-441b-9c62-c37597f0df83 tf_resource_type=digitalocean_database_cluster timestamp="2024-05-28T22:47:57.761+0200"
2024-05-28T22:47:57.765+0200 [TRACE] provider.terraform-provider-digitalocean_v2.38.0: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=cc46d7a7-d5d5-441b-9c62-c37597f0df83 tf_resource_type=digitalocean_database_cluster @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:831 @module=sdk.proto tf_rpc=ApplyResourceChange timestamp="2024-05-28T22:47:57.761+0200"
2024-05-28T22:47:57.766+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:47:57.766+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for digitalocean_database_cluster.postgres-example
2024-05-28T22:47:57.766+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for digitalocean_database_cluster.postgres-example
2024-05-28T22:47:57.767+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:47:57.767+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for digitalocean_database_cluster.postgres-example
2024-05-28T22:47:57.767+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for digitalocean_database_cluster.postgres-example
digitalocean_database_cluster.postgres-example: Creation complete after 4m19s [id=76f9b15e-978e-4407-9018-424e71dfe8ea]
2024-05-28T22:47:57.767+0200 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2024-05-28T22:47:57.769+0200 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 258
2024-05-28T22:47:57.769+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-05-28T22:47:57.775+0200 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-05-28T22:47:57.776+0200 [TRACE] vertex "digitalocean_database_cluster.postgres-example": visit complete
2024-05-28T22:47:57.776+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw (expand)": starting visit (*terraform.nodeExpandOutput)
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw (expand)": does not belong to any module instance
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw (expand)": expanding dynamic subgraph
2024-05-28T22:47:57.776+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": does not belong to any module instance
2024-05-28T22:47:57.776+0200 [TRACE] GRPCProvider: Close
2024-05-28T22:47:57.776+0200 [TRACE] Expanding output: adding output.pw as *terraform.NodeApplyableOutput
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw (expand)": entering dynamic subgraph
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw": starting visit (*terraform.NodeApplyableOutput)
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw": belongs to
2024-05-28T22:47:57.776+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:47:57.776+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:47:57.776+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:47:57.776+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:47:57.776+0200 [TRACE] setValue: Saving value for output.pw in state
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw": visit complete
2024-05-28T22:47:57.776+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-05-28T22:47:57.776+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:47:57.776+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw (expand)": dynamic subgraph completed successfully
2024-05-28T22:47:57.776+0200 [TRACE] vertex "output.pw (expand)": visit complete
2024-05-28T22:47:57.777+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-05-28T22:47:57.778+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/digitalocean/digitalocean/2.38.0/darwin_arm64/terraform-provider-digitalocean_v2.38.0 pid=32625
2024-05-28T22:47:57.778+0200 [DEBUG] provider: plugin exited
2024-05-28T22:47:57.778+0200 [TRACE] vertex "provider[\"registry.terraform.io/digitalocean/digitalocean\"] (close)": visit complete
2024-05-28T22:47:57.778+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-05-28T22:47:57.778+0200 [TRACE] vertex "root": does not belong to any module instance
2024-05-28T22:47:57.778+0200 [TRACE] vertex "root": visit complete
2024-05-28T22:47:57.778+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/digitalocean/digitalocean" is in the global cache
2024-05-28T22:47:57.778+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/null" is in the global cache
2024-05-28T22:47:57.778+0200 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2024-05-28T22:47:57.779+0200 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 259
2024-05-28T22:47:57.779+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-05-28T22:47:57.783+0200 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-05-28T22:47:57.784+0200 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Outputs:
pw = <sensitive>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment