Skip to content

Instantly share code, notes, and snippets.

@boris
Last active February 22, 2023 16:19
Show Gist options
  • Save boris/35bfae9e187cd7a6e6657984d0673345 to your computer and use it in GitHub Desktop.
Save boris/35bfae9e187cd7a6e6657984d0673345 to your computer and use it in GitHub Desktop.
CF Tunnel TF debug
 TF_LOG=DEBUG terraform apply -var account_id=<account_id> -var api_key=<api_key> -var email="<user>@email.com"
2023-02-22T11:59:35.625-0300 [DEBUG] Adding temp file log sink: /tmp/terraform-log725224983
2023-02-22T11:59:35.625-0300 [INFO] Terraform version: 1.0.10
2023-02-22T11:59:35.625-0300 [INFO] Go runtime version: go1.16.4
2023-02-22T11:59:35.625-0300 [INFO] CLI args: []string{"/home/<user>/.tfenv/versions/1.0.10/terraform", "apply", "-var", "account_id=<account_id>", "-var", "api_key=<api_key>", "-var", "email=<user>@email.com"}
2023-02-22T11:59:35.625-0300 [DEBUG] Attempting to open CLI config file: /home/<user>/.terraformrc
2023-02-22T11:59:35.625-0300 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-02-22T11:59:35.625-0300 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-02-22T11:59:35.625-0300 [DEBUG] ignoring non-existing provider search directory /home/<user>/.terraform.d/plugins
2023-02-22T11:59:35.625-0300 [DEBUG] ignoring non-existing provider search directory /home/<user>/.local/share/terraform/plugins
2023-02-22T11:59:35.625-0300 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2023-02-22T11:59:35.625-0300 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2023-02-22T11:59:35.625-0300 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2023-02-22T11:59:35.626-0300 [INFO] CLI command args: []string{"apply", "-var", "account_id=<account_id>", "-var", "api_key=<api_key>", "-var", "email=<user>@email.com"}
2023-02-22T11:59:35.627-0300 [DEBUG] New state was assigned lineage "718925d0-f164-b656-1e75-1d8021a85421"
2023-02-22T11:59:35.712-0300 [DEBUG] checking for provisioner in "."
2023-02-22T11:59:35.712-0300 [DEBUG] checking for provisioner in "/home/<user>/.tfenv/versions/1.0.10"
2023-02-22T11:59:35.713-0300 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2023-02-22T11:59:35.713-0300 [INFO] backend/local: starting Apply operation
2023-02-22T11:59:35.713-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:35.714-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:35.743-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 args=[.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0]
2023-02-22T11:59:35.743-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774459
2023-02-22T11:59:35.743-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0
2023-02-22T11:59:35.750-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: configuring server automatic mTLS: timestamp=2023-02-22T11:59:35.750-0300
2023-02-22T11:59:35.767-0300 [DEBUG] provider: using plugin: version=6
2023-02-22T11:59:35.767-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: plugin address: address=/tmp/plugin3010809937 network=unix timestamp=2023-02-22T11:59:35.767-0300
2023-02-22T11:59:35.797-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:35.798-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774459
2023-02-22T11:59:35.798-0300 [DEBUG] provider: plugin exited
2023-02-22T11:59:35.798-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:35.798-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:35.829-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5]
2023-02-22T11:59:35.829-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774472
2023-02-22T11:59:35.829-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5
2023-02-22T11:59:35.832-0300 [INFO] provider.terraform-provider-random_v3.4.3_x5: configuring server automatic mTLS: timestamp=2023-02-22T11:59:35.832-0300
2023-02-22T11:59:35.848-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: plugin address: network=unix address=/tmp/plugin3258557217 timestamp=2023-02-22T11:59:35.848-0300
2023-02-22T11:59:35.848-0300 [DEBUG] provider: using plugin: version=5
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:211 timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:213 @module=sdk.framework timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetResources: tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:338 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:340 @module=sdk.framework timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_resource_type=random_string tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_string timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema tf_resource_type=random_uuid @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_uuid tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_resource_type=random_id tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_id timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_resource_type=random_integer tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_resource_type=random_integer tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_password tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_pet @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_pet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_resource_type=random_shuffle tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_resource_type=random_shuffle @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetDataSources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:193 @module=sdk.framework timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.878-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetDataSources: tf_req_id=cffb88b2-11fb-cb8f-60a8-1704ee93efd6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:195 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:35.878-0300
2023-02-22T11:59:35.879-0300 [DEBUG] No provider meta schema returned
2023-02-22T11:59:35.879-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:35.880-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774472
2023-02-22T11:59:35.880-0300 [DEBUG] provider: plugin exited
2023-02-22T11:59:35.880-0300 [INFO] terraform: building graph: GraphTypeValidate
2023-02-22T11:59:35.880-0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_password.password
2023-02-22T11:59:35.880-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel.home" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:35.880-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel_config.config" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:35.880-0300 [DEBUG] ProviderTransformer: "random_password.password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"]
2023-02-22T11:59:35.880-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel_config.config" references: [cloudflare_tunnel.home var.account_id]
2023-02-22T11:59:35.880-0300 [DEBUG] ReferenceTransformer: "var.api_key" references: []
2023-02-22T11:59:35.880-0300 [DEBUG] ReferenceTransformer: "output.tunnel-token" references: [cloudflare_tunnel.home]
2023-02-22T11:59:35.880-0300 [DEBUG] ReferenceTransformer: "output.tunnel-secret" references: [cloudflare_tunnel.home]
2023-02-22T11:59:35.880-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/cloudflare/cloudflare\"]" references: [var.email var.api_key]
2023-02-22T11:59:35.880-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2023-02-22T11:59:35.881-0300 [DEBUG] ReferenceTransformer: "random_password.password" references: []
2023-02-22T11:59:35.881-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel.home" references: [random_password.password var.account_id]
2023-02-22T11:59:35.881-0300 [DEBUG] ReferenceTransformer: "output.password" references: [random_password.password]
2023-02-22T11:59:35.881-0300 [DEBUG] ReferenceTransformer: "var.email" references: []
2023-02-22T11:59:35.881-0300 [DEBUG] ReferenceTransformer: "var.account_id" references: []
2023-02-22T11:59:35.881-0300 [DEBUG] Starting graph walk: walkValidate
2023-02-22T11:59:35.881-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:35.881-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:35.911-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5]
2023-02-22T11:59:35.911-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774481
2023-02-22T11:59:35.911-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5
2023-02-22T11:59:35.914-0300 [INFO] provider.terraform-provider-random_v3.4.3_x5: configuring server automatic mTLS: timestamp=2023-02-22T11:59:35.914-0300
2023-02-22T11:59:35.929-0300 [DEBUG] provider: using plugin: version=5
2023-02-22T11:59:35.929-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: plugin address: address=/tmp/plugin78756451 network=unix timestamp=2023-02-22T11:59:35.929-0300
2023-02-22T11:59:35.961-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:35.961-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:35.994-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 args=[.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0]
2023-02-22T11:59:35.994-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774489
2023-02-22T11:59:35.994-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0
2023-02-22T11:59:36.001-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: configuring server automatic mTLS: timestamp=2023-02-22T11:59:36.001-0300
2023-02-22T11:59:36.018-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: plugin address: address=/tmp/plugin2223504781 network=unix timestamp=2023-02-22T11:59:36.018-0300
2023-02-22T11:59:36.018-0300 [DEBUG] provider: using plugin: version=6
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:211 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:213 timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetResources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:338 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetResources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:340 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_id tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_id tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_integer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.045-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_resource_type=random_integer @module=sdk.framework tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 @module=sdk.framework tf_resource_type=random_password tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_password tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.045-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_pet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_pet tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_resource_type=random_shuffle timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_shuffle @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_uuid tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_resource_type=random_uuid timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetDataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:193 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.046-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetDataSources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:195 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b56d322d-02c9-96f5-a411-30d1303b3063 timestamp=2023-02-22T11:59:36.046-0300
2023-02-22T11:59:36.047-0300 [DEBUG] No provider meta schema returned
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType NewResource: tf_resource_type=random_password @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_validateresourceconfig.go:33 timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType NewResource: @module=sdk.framework tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_validateresourceconfig.go:35 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_resource_type=random_password timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=special @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.047-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=lower timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=lower timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=min_upper tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_attribute_path=min_upper tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=id timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework timestamp=2023-02-22T11:59:36.047-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=length tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=length tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributeValidator: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:92 @module=sdk.framework tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig description="value must be at least 1" timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributeValidator: @module=sdk.framework tf_attribute_path=length tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:100 description="value must be at least 1" tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributeValidator: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_attribute_path=length description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:92 @module=sdk.framework timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_resource_type=random_password tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 @module=sdk.framework tf_attribute_path=min_upper tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_attribute_path=min_lower tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=min_numeric tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_attribute_path=min_special tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_special tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.048-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributeValidator: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd @module=sdk.framework description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:100 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.049-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=numeric tf_rpc=ValidateResourceTypeConfig @module=sdk.framework timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.049-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=numeric tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.049-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_special tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.049-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=e97e8820-f33d-f514-57f5-3212566c2bcd tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.048-0300
2023-02-22T11:59:36.050-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774481
2023-02-22T11:59:36.050-0300 [DEBUG] provider: plugin exited
2023-02-22T11:59:36.050-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=api_token @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="API tokens must be 40 characters long and only contain characters a-z, A-Z, 0-9, hyphens and underscores" tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="API tokens must be 40 characters long and only contain characters a-z, A-Z, 0-9, hyphens and underscores" tf_attribute_path=api_token tf_mux_provider=*proto6server.Server tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider=*proto6server.Server tf_attribute_path=min_backoff tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 tf_attribute_path=min_backoff tf_mux_provider=*proto6server.Server tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: description="API key must be 37 characters long and only contain characters 0-9 and a-f (all lowercased)" tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 @module=sdk.framework tf_attribute_path=api_key tf_mux_provider=*proto6server.Server tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=api_key tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="API key must be 37 characters long and only contain characters 0-9 and a-f (all lowercased)" tf_mux_provider=*proto6server.Server tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: description="Ensure that if an attribute is set, also these are set: "[email]"" tf_mux_provider=*proto6server.Server tf_rpc=ValidateProviderConfig tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=api_key tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=api_key tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare description="Ensure that if an attribute is set, also these are set: "[email]"" tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 tf_rpc=ValidateProviderConfig tf_attribute_path=rps tf_mux_provider=*proto6server.Server timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.057-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=rps tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.058-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=max_backoff tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.058-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_mux_provider=*proto6server.Server tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=max_backoff tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.058-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 tf_attribute_path=retries timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.058-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_attribute_path=retries tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=af3c946c-8d43-7175-af23-684f7fea64a8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp=2023-02-22T11:59:36.057-0300
2023-02-22T11:59:36.060-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:36.061-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774489
2023-02-22T11:59:36.061-0300 [DEBUG] provider: plugin exited
2023-02-22T11:59:36.061-0300 [INFO] backend/local: apply calling Plan
2023-02-22T11:59:36.061-0300 [INFO] terraform: building graph: GraphTypePlan
2023-02-22T11:59:36.061-0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_password.password (expand)
2023-02-22T11:59:36.061-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel.home (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:36.061-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel_config.config (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:36.061-0300 [DEBUG] ProviderTransformer: "random_password.password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"]
2023-02-22T11:59:36.061-0300 [DEBUG] ReferenceTransformer: "output.password" references: [random_password.password (expand)]
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel_config.config (expand)" references: [cloudflare_tunnel.home (expand) var.account_id]
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "random_password.password (expand)" references: []
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "var.email" references: []
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "var.api_key" references: []
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "var.account_id" references: []
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "output.tunnel-token" references: [cloudflare_tunnel.home (expand)]
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "output.tunnel-secret" references: [cloudflare_tunnel.home (expand)]
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/cloudflare/cloudflare\"]" references: [var.email var.api_key]
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2023-02-22T11:59:36.062-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel.home (expand)" references: [random_password.password (expand) var.account_id]
2023-02-22T11:59:36.062-0300 [DEBUG] Starting graph walk: walkPlan
2023-02-22T11:59:36.063-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:36.063-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:36.096-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5]
2023-02-22T11:59:36.096-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774501
2023-02-22T11:59:36.096-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5
2023-02-22T11:59:36.099-0300 [INFO] provider.terraform-provider-random_v3.4.3_x5: configuring server automatic mTLS: timestamp=2023-02-22T11:59:36.099-0300
2023-02-22T11:59:36.116-0300 [DEBUG] provider: using plugin: version=5
2023-02-22T11:59:36.116-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: plugin address: address=/tmp/plugin3118264729 network=unix timestamp=2023-02-22T11:59:36.116-0300
2023-02-22T11:59:36.145-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:36.145-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:36.146-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:211 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.147-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:213 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.147-0300 [DEBUG] No provider meta schema returned
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetResources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:338 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:340 @module=sdk.framework timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_resource_type=random_pet tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema tf_resource_type=random_pet @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_resource_type=random_shuffle tf_rpc=GetProviderSchema tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_shuffle tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_resource_type=random_string tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_resource_type=random_uuid tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_uuid tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 @module=sdk.framework timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_resource_type=random_id tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_resource_type=random_id tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_resource_type=random_integer @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_integer tf_rpc=GetProviderSchema tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 timestamp=2023-02-22T11:59:36.146-0300
2023-02-22T11:59:36.148-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_resource_type=random_password tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.147-0300
2023-02-22T11:59:36.149-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @module=sdk.framework tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_resource_type=random_password tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.147-0300
2023-02-22T11:59:36.149-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetDataSources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:193 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 timestamp=2023-02-22T11:59:36.147-0300
2023-02-22T11:59:36.149-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetDataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:195 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6981072c-f6b9-30bb-6097-11d3e6c43ef7 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:36.147-0300
2023-02-22T11:59:36.177-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 args=[.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0]
2023-02-22T11:59:36.177-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774509
2023-02-22T11:59:36.177-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0
2023-02-22T11:59:36.184-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: configuring server automatic mTLS: timestamp=2023-02-22T11:59:36.184-0300
2023-02-22T11:59:36.200-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: plugin address: address=/tmp/plugin1895787468 network=unix timestamp=2023-02-22T11:59:36.200-0300
2023-02-22T11:59:36.200-0300 [DEBUG] provider: using plugin: version=6
2023-02-22T11:59:36.224-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a44297cd-92f9-19a3-2168-ac02d8038b27 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_configureprovider.go:12 timestamp=2023-02-22T11:59:36.224-0300
2023-02-22T11:59:36.224-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a44297cd-92f9-19a3-2168-ac02d8038b27 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp=2023-02-22T11:59:36.224-0300
2023-02-22T11:59:36.225-0300 [DEBUG] Resource instance state not found for node "random_password.password", instance random_password.password
2023-02-22T11:59:36.225-0300 [DEBUG] ReferenceTransformer: "random_password.password" references: []
2023-02-22T11:59:36.225-0300 [DEBUG] refresh: random_password.password: no state, so not refreshing
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType NewResource: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_validateresourceconfig.go:33 @module=sdk.framework tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType NewResource: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_validateresourceconfig.go:35 timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_attribute_path=number timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=number timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_attribute_path=special timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_numeric timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_special tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @module=sdk.framework tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=length tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.226-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=length tf_resource_type=random_password timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributeValidator: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:92 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @module=sdk.framework description="value must be at least 1" tf_attribute_path=length tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.226-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributeValidator: description="value must be at least 1" tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=length tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:100 timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributeValidator: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:92 description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @module=sdk.framework tf_attribute_path=length timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_upper tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_lower tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=min_lower tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.227-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_special tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.227-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributeValidator: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:100 description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_special tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=result tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=result timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=id tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=override_special tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=upper tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.228-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.229-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.229-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_attribute_path=numeric timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.229-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.229-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=min_upper timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.229-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 tf_attribute_path=min_lower timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.229-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_req_id=48d67b9d-238c-6963-3f30-715ca62dc9c5 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.228-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType NewResource: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:49 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType NewResource: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:51 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_attribute_path=AttributeName("min_lower") tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path=AttributeName("min_upper") tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_attribute_path=AttributeName("number") tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path=AttributeName("numeric") tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path=AttributeName("upper") tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_attribute_path=AttributeName("bcrypt_hash") tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_attribute_path=AttributeName("result") tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_attribute_path=AttributeName("min_special") tf_resource_type=random_password tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=AttributeName("min_numeric") tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_attribute_path=AttributeName("lower") tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path=AttributeName("id") tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.230-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_attribute_path=special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_attribute_path=special timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange tf_attribute_path=special timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=min_lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=min_lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_lower @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=min_lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.230-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_lower tf_resource_type=random_password timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_attribute_path=min_lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=min_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_attribute_path=min_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange description="If the config does not contain a value, a default will be set using val." timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework tf_attribute_path=min_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=min_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_attribute_path=min_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.231-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_attribute_path=min_special timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=override_special @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=override_special description="Replace on modification unless updating from empty string ("") to null." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random description="Replace on modification unless updating from empty string ("") to null." tf_attribute_path=override_special tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=override_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=override_special tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework description="If the config does not contain a value, a default will be set using val." timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=PlanResourceChange tf_attribute_path=upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=keepers tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=keepers timestamp=2023-02-22T11:59:36.231-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=lower timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=lower tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=lower timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="If the config does not contain a value, a default will be set using val." tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=lower @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_attribute_path=lower tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.232-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=number tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="Ensures that number and numeric attributes are kept synchronised." tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=number timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_attribute_path=number tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 @module=sdk.framework timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 description="Ensures that number and numeric attributes are kept synchronised." tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange tf_resource_type=random_password @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=number timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=number tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_attribute_path=min_numeric tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_numeric tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=length tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_attribute_path=length timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=length tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=length tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.232-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.233-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=length tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=result tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=result tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_attribute_path=result tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=result tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=result tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=numeric tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange description="Ensures that number and numeric attributes are kept synchronised." tf_attribute_path=numeric tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=number timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=numeric tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_resource_type=random_password @module=sdk.framework description="Ensures that number and numeric attributes are kept synchronised." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_attribute_path=numeric tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=numeric tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @module=sdk.framework tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_rpc=PlanResourceChange tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_attribute_path=bcrypt_hash timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: description="Once set, the value of this attribute in state will not change." tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=bcrypt_hash tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_rpc=PlanResourceChange tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.234-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_attribute_path=id timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=id timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_upper tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=min_upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework tf_resource_type=random_password description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_attribute_path=min_upper tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.235-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_attribute_path=min_upper description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:36.233-0300
2023-02-22T11:59:36.236-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=min_upper timestamp=2023-02-22T11:59:36.234-0300
2023-02-22T11:59:36.236-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=313cf09c-2f0e-317f-889d-555091bc5e71 tf_resource_type=random_password timestamp=2023-02-22T11:59:36.234-0300
2023-02-22T11:59:36.237-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:36.238-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774501
2023-02-22T11:59:36.238-0300 [DEBUG] provider: plugin exited
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: @module=sdk.framework description="API tokens must be 40 characters long and only contain characters a-z, A-Z, 0-9, hyphens and underscores" tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=api_token tf_mux_provider=*proto6server.Server timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 @module=sdk.framework tf_attribute_path=api_token tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="API tokens must be 40 characters long and only contain characters a-z, A-Z, 0-9, hyphens and underscores" timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_mux_provider=*proto6server.Server tf_attribute_path=min_backoff tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_rpc=ValidateProviderConfig tf_attribute_path=min_backoff tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig tf_attribute_path=max_backoff tf_mux_provider=*proto6server.Server tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 @module=sdk.framework tf_attribute_path=max_backoff @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="API key must be 37 characters long and only contain characters 0-9 and a-f (all lowercased)" tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_mux_provider=*proto6server.Server @module=sdk.framework tf_attribute_path=api_key timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: @module=sdk.framework description="API key must be 37 characters long and only contain characters 0-9 and a-f (all lowercased)" tf_attribute_path=api_key tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto6server.Server tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: @module=sdk.framework tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 description="Ensure that if an attribute is set, also these are set: "[email]"" tf_attribute_path=api_key tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.240-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_attribute_path=api_key tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="Ensure that if an attribute is set, also these are set: "[email]"" timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.241-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_rpc=ValidateProviderConfig tf_attribute_path=rps tf_mux_provider=*proto6server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.241-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto6server.Server tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=rps tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.241-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 tf_mux_provider=*proto6server.Server tf_attribute_path=retries tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.241-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=retries tf_req_id=1a2d2511-9338-065e-8002-b48f9d127f23 timestamp=2023-02-22T11:59:36.240-0300
2023-02-22T11:59:36.242-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: cloudflare Client configured for user: <user>@email.com: tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=5068de4f-ed7c-2aca-dc6f-e725a3653eed tf_rpc=ConfigureProvider @module=cloudflare tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider/config.go:39 timestamp=2023-02-22T11:59:36.242-0300
2023-02-22T11:59:36.242-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Provider Configure: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=5068de4f-ed7c-2aca-dc6f-e725a3653eed @module=sdk.framework tf_mux_provider=*proto6server.Server timestamp=2023-02-22T11:59:36.242-0300
2023-02-22T11:59:36.242-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: cloudflare Client configured for user: <user>@email.com: @module=cloudflare tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/cloudflare/terraform-provider-cloudflare/internal/framework/provider/config.go:38 tf_mux_provider=*proto6server.Server tf_req_id=5068de4f-ed7c-2aca-dc6f-e725a3653eed tf_rpc=ConfigureProvider timestamp=2023-02-22T11:59:36.242-0300
2023-02-22T11:59:36.242-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Provider Configure: @module=sdk.framework tf_rpc=ConfigureProvider tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=5068de4f-ed7c-2aca-dc6f-e725a3653eed @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 timestamp=2023-02-22T11:59:36.242-0300
2023-02-22T11:59:36.242-0300 [DEBUG] Resource instance state not found for node "cloudflare_tunnel.home", instance cloudflare_tunnel.home
2023-02-22T11:59:36.242-0300 [INFO] ReferenceTransformer: reference not found: "var.account_id"
2023-02-22T11:59:36.242-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel.home" references: []
2023-02-22T11:59:36.242-0300 [DEBUG] refresh: cloudflare_tunnel.home: no state, so not refreshing
2023-02-22T11:59:36.244-0300 [DEBUG] Resource instance state not found for node "cloudflare_tunnel_config.config", instance cloudflare_tunnel_config.config
2023-02-22T11:59:36.244-0300 [INFO] ReferenceTransformer: reference not found: "var.account_id"
2023-02-22T11:59:36.244-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel_config.config" references: []
2023-02-22T11:59:36.244-0300 [DEBUG] refresh: cloudflare_tunnel_config.config: no state, so not refreshing
2023-02-22T11:59:36.246-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:36.248-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774509
2023-02-22T11:59:36.248-0300 [DEBUG] provider: plugin exited
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:
# cloudflare_tunnel.home will be created
+ resource "cloudflare_tunnel" "home" {
+ account_id = "<account_id>"
+ cname = (known after apply)
+ id = (known after apply)
+ name = "home-tf"
+ secret = (sensitive value)
+ tunnel_token = (sensitive value)
}
# cloudflare_tunnel_config.config will be created
+ resource "cloudflare_tunnel_config" "config" {
+ account_id = "<account_id>"
+ id = (known after apply)
+ tunnel_id = (known after apply)
+ config {
+ ingress_rule {
+ hostname = "test.email.com"
+ path = "/"
+ service = "https://localhost"
}
+ ingress_rule {
+ service = "https://localhost"
}
}
}
# random_password.password will be created
+ resource "random_password" "password" {
+ bcrypt_hash = (sensitive value)
+ id = (known after apply)
+ length = 32
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ numeric = true
+ result = (sensitive value)
+ special = true
+ upper = true
}
Plan: 3 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ password = (sensitive value)
+ tunnel-secret = (sensitive value)
+ tunnel-token = (sensitive value)
2023-02-22T11:59:36.249-0300 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2023-02-22T11:59:38.286-0300 [INFO] backend/local: apply calling Apply
2023-02-22T11:59:38.286-0300 [INFO] terraform: building graph: GraphTypeApply
2023-02-22T11:59:38.287-0300 [DEBUG] Resource state not found for node "random_password.password", instance random_password.password
2023-02-22T11:59:38.287-0300 [DEBUG] Resource state not found for node "cloudflare_tunnel.home", instance cloudflare_tunnel.home
2023-02-22T11:59:38.287-0300 [DEBUG] Resource state not found for node "cloudflare_tunnel_config.config", instance cloudflare_tunnel_config.config
2023-02-22T11:59:38.288-0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_password.password
2023-02-22T11:59:38.289-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel.home (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:38.289-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel_config.config (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:38.289-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel_config.config" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:38.289-0300 [DEBUG] ProviderTransformer: "random_password.password" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/random"]
2023-02-22T11:59:38.289-0300 [DEBUG] ProviderTransformer: "cloudflare_tunnel.home" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/cloudflare/cloudflare"]
2023-02-22T11:59:38.289-0300 [DEBUG] ProviderTransformer: "random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"]
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "var.api_key" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/cloudflare/cloudflare\"]" references: [var.email var.api_key]
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "output.password" references: [random_password.password random_password.password random_password.password (expand)]
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel_config.config (expand)" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "var.account_id" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "var.email" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "output.tunnel-token" references: [cloudflare_tunnel.home cloudflare_tunnel.home cloudflare_tunnel.home (expand)]
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "random_password.password" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel.home" references: [random_password.password random_password.password random_password.password (expand) var.account_id]
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "random_password.password (expand)" references: []
2023-02-22T11:59:38.291-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel.home (expand)" references: []
2023-02-22T11:59:38.292-0300 [DEBUG] ReferenceTransformer: "cloudflare_tunnel_config.config" references: [cloudflare_tunnel.home cloudflare_tunnel.home cloudflare_tunnel.home (expand) var.account_id]
2023-02-22T11:59:38.292-0300 [DEBUG] ReferenceTransformer: "output.tunnel-secret" references: [cloudflare_tunnel.home cloudflare_tunnel.home cloudflare_tunnel.home (expand)]
2023-02-22T11:59:38.296-0300 [DEBUG] Starting graph walk: walkApply
2023-02-22T11:59:38.297-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:38.297-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:38.356-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5]
2023-02-22T11:59:38.356-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774561
2023-02-22T11:59:38.356-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5
2023-02-22T11:59:38.359-0300 [INFO] provider.terraform-provider-random_v3.4.3_x5: configuring server automatic mTLS: timestamp=2023-02-22T11:59:38.359-0300
2023-02-22T11:59:38.377-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: plugin address: address=/tmp/plugin4088171438 network=unix timestamp=2023-02-22T11:59:38.377-0300
2023-02-22T11:59:38.377-0300 [DEBUG] provider: using plugin: version=5
2023-02-22T11:59:38.410-0300 [DEBUG] created provider logger: level=debug
2023-02-22T11:59:38.410-0300 [INFO] provider: configuring client automatic mTLS
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:211 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetSchema: tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:213 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:338 @module=sdk.framework timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:340 @module=sdk.framework timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_resource_type=random_string tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_resource_type=random_string tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_uuid tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_uuid @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_id tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_id timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_integer @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_integer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_password tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.410-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @module=sdk.framework tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.411-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_pet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.411-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_pet tf_rpc=GetProviderSchema timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.411-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:293 @module=sdk.framework tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_resource_type=random_shuffle timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.411-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:295 @module=sdk.framework tf_rpc=GetProviderSchema tf_resource_type=random_shuffle timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.411-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider GetDataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:193 timestamp=2023-02-22T11:59:38.410-0300
2023-02-22T11:59:38.411-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider GetDataSources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server.go:195 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f94528e0-2b63-9542-89a4-6dd659a75b06 timestamp=2023-02-22T11:59:38.411-0300
2023-02-22T11:59:38.411-0300 [DEBUG] No provider meta schema returned
2023-02-22T11:59:38.442-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 args=[.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0]
2023-02-22T11:59:38.442-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774570
2023-02-22T11:59:38.442-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0
2023-02-22T11:59:38.450-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: configuring server automatic mTLS: timestamp=2023-02-22T11:59:38.450-0300
2023-02-22T11:59:38.469-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: plugin address: address=/tmp/plugin2449183644 network=unix timestamp=2023-02-22T11:59:38.469-0300
2023-02-22T11:59:38.469-0300 [DEBUG] provider: using plugin: version=6
2023-02-22T11:59:38.492-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=27b67874-e9cf-43cd-f2d2-c5d3139c855a tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework timestamp=2023-02-22T11:59:38.492-0300
2023-02-22T11:59:38.492-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=27b67874-e9cf-43cd-f2d2-c5d3139c855a tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp=2023-02-22T11:59:38.492-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType NewResource: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_validateresourceconfig.go:33 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType NewResource: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceTypeConfig tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=lower tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.494-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=numeric tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=override_special tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.494-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_numeric tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_attribute_path=id timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=id tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig tf_resource_type=random_password timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=min_lower tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @module=sdk.framework tf_attribute_path=min_lower tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_special tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_special tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=special tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig tf_attribute_path=special tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributeValidator: description="value must be at least 1" tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:92 tf_attribute_path=length timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributeValidator: @module=sdk.framework description="value must be at least 1" tf_attribute_path=length tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:100 tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributeValidator: description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:92 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_attribute_path=min_upper timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_numeric tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=min_numeric @module=sdk.framework timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_attribute_path=min_special tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_special tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributeValidator: tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_validation.go:100 @module=sdk.framework description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=result tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.495-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=result tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=min_upper timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_upper tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=bcrypt_hash tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_req_id=366f30ff-5e16-8488-c484-aaf9e12eb9e9 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ValidateResourceTypeConfig timestamp=2023-02-22T11:59:38.495-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType NewResource: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:49 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.496-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType NewResource: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:51 @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.496-0300
2023-02-22T11:59:38.496-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_attribute_path=AttributeName("min_numeric") tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.496-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_attribute_path=AttributeName("bcrypt_hash") tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.496-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 tf_attribute_path=AttributeName("min_lower") tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.496-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path=AttributeName("min_special") tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("number") tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=AttributeName("numeric") tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("lower") tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=AttributeName("upper") tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_attribute_path=AttributeName("min_upper") tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path=AttributeName("result") tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_planresourcechange.go:297 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_resource_type=random_password tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=min_upper tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=min_upper tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_attribute_path=min_upper tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_upper @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.497-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=result tf_resource_type=random_password tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=result tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=result tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_attribute_path=result tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.497-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: description="Once set, the value of this attribute in state will not change." tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_rpc=PlanResourceChange tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_attribute_path=result tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=special tf_resource_type=random_password timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.498-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=special tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="If the config does not contain a value, a default will be set using val." tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_resource_type=random_password description="If the config does not contain a value, a default will be set using val." tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=special @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=special tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_rpc=PlanResourceChange tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=min_special tf_resource_type=random_password tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="If the config does not contain a value, a default will be set using val." tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: description="If the config does not contain a value, a default will be set using val." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=min_special tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_special tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_rpc=PlanResourceChange tf_resource_type=random_password tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.499-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_special tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=keepers timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=keepers tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.498-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_lower tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_lower tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_attribute_path=min_lower timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_lower tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_lower tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=id tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.500-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="Once set, the value of this attribute in state will not change." tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_attribute_path=id tf_resource_type=random_password timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=id timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_resource_type=random_password timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=number description="Ensures that number and numeric attributes are kept synchronised." tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_resource_type=random_password timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_rpc=PlanResourceChange tf_resource_type=random_password @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=numeric tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_attribute_path=numeric tf_resource_type=random_password tf_rpc=PlanResourceChange description="Ensures that number and numeric attributes are kept synchronised." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=numeric timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_rpc=PlanResourceChange tf_resource_type=random_password tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=number tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=bcrypt_hash timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=bcrypt_hash tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.501-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=bcrypt_hash description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.499-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=bcrypt_hash tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=bcrypt_hash tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=length tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_attribute_path=length tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_attribute_path=length @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=length tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=length @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_attribute_path=length tf_resource_type=random_password tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=length tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=lower timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @module=sdk.framework tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=lower tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=lower @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_resource_type=random_password description="If the config does not contain a value, a default will be set using val." tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
random_password.password: Creating...
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [INFO] Starting apply for random_password.password
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=random_password tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.502-0300 [DEBUG] random_password.password: applying the planned Create change
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_attribute_path=override_special tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_resource_type=random_password tf_rpc=PlanResourceChange description="Replace on modification unless updating from empty string ("") to null." tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="Replace on modification unless updating from empty string ("") to null." tf_attribute_path=override_special tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=override_special tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=override_special tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 @module=sdk.framework tf_attribute_path=min_numeric tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.500-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_attribute_path=min_numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.503-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=min_numeric tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @module=sdk.framework tf_attribute_path=upper tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 description="If the config does not contain a value, a default will be set using val." tf_attribute_path=upper @module=sdk.framework tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @module=sdk.framework description="If the config does not contain a value, a default will be set using val." tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_resource_type=random_password tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_attribute_path=numeric tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/config.go:77 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:75 tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=numeric timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/plan.go:77 @module=sdk.framework tf_attribute_path=numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: description="Ensures that number and numeric attributes are kept synchronised." tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_attribute_path=numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:66 @module=sdk.framework tf_attribute_path=numeric timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_value.go:68 tf_attribute_path=numeric tf_rpc=PlanResourceChange timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 @module=sdk.framework tf_attribute_path=numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_rpc=PlanResourceChange description="Ensures that number and numeric attributes are kept synchronised." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined AttributePlanModifier: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=PlanResourceChange tf_attribute_path=numeric tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:68 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined AttributePlanModifier: tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=random_password description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/attribute_plan_modification.go:76 timestamp=2023-02-22T11:59:38.501-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=numeric tf_resource_type=random_password tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp=2023-02-22T11:59:38.502-0300
2023-02-22T11:59:38.504-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b55b9b4c-b484-5c53-e5d6-2bf6089b40c4 tf_resource_type=random_password tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwschemadata/data_set_at_path.go:73 timestamp=2023-02-22T11:59:38.502-0300
2023-02-22T11:59:38.505-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined ResourceType NewResource: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_createresource.go:44 tf_req_id=0098e13a-6ef1-5ad1-a2c2-c64b46af0396 tf_resource_type=random_password timestamp=2023-02-22T11:59:38.503-0300
2023-02-22T11:59:38.505-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined ResourceType NewResource: tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_createresource.go:46 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0098e13a-6ef1-5ad1-a2c2-c64b46af0396 tf_resource_type=random_password @module=sdk.framework timestamp=2023-02-22T11:59:38.503-0300
2023-02-22T11:59:38.505-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Calling provider defined Resource Create: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0098e13a-6ef1-5ad1-a2c2-c64b46af0396 tf_rpc=ApplyResourceChange @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_createresource.go:89 timestamp=2023-02-22T11:59:38.503-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=min_backoff tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=min_backoff tf_mux_provider=*proto6server.Server tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_attribute_path=max_backoff tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_attribute_path=max_backoff tf_mux_provider=*proto6server.Server tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 tf_rpc=ValidateProviderConfig tf_attribute_path=rps tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_attribute_path=rps @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=ValidateProviderConfig tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=retries tf_rpc=ValidateProviderConfig tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Type Validate: tf_attribute_path=retries tf_mux_provider=*proto6server.Server tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: tf_mux_provider=*proto6server.Server tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 @module=sdk.framework description="API key must be 37 characters long and only contain characters 0-9 and a-f (all lowercased)" tf_attribute_path=api_key tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.506-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: tf_attribute_path=api_key tf_mux_provider=*proto6server.Server tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="API key must be 37 characters long and only contain characters 0-9 and a-f (all lowercased)" tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.507-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="Ensure that if an attribute is set, also these are set: "[email]"" tf_rpc=ValidateProviderConfig tf_attribute_path=api_key tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 timestamp=2023-02-22T11:59:38.506-0300
2023-02-22T11:59:38.507-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: tf_attribute_path=api_key tf_mux_provider=*proto6server.Server tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 @module=sdk.framework description="Ensure that if an attribute is set, also these are set: "[email]"" tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-02-22T11:59:38.507-0300
2023-02-22T11:59:38.507-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined validator.String: @module=sdk.framework description="API tokens must be 40 characters long and only contain characters a-z, A-Z, 0-9, hyphens and underscores" tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 tf_rpc=ValidateProviderConfig tf_attribute_path=api_token timestamp=2023-02-22T11:59:38.507-0300
2023-02-22T11:59:38.507-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined validator.String: description="API tokens must be 40 characters long and only contain characters a-z, A-Z, 0-9, hyphens and underscores" tf_attribute_path=api_token tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=701e5dfd-a027-afa7-26b9-0eb17ea851e8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto6server.Server tf_rpc=ValidateProviderConfig timestamp=2023-02-22T11:59:38.507-0300
2023-02-22T11:59:38.507-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: cloudflare Client configured for user: <user>@email.com: tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=91a12daa-08ca-08f7-8561-b4e9d746c260 @caller=github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider/config.go:39 @module=cloudflare tf_mux_provider=tf5to6server.v5tov6Server tf_rpc=ConfigureProvider timestamp=2023-02-22T11:59:38.507-0300
2023-02-22T11:59:38.508-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Calling provider defined Provider Configure: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_mux_provider=*proto6server.Server tf_req_id=91a12daa-08ca-08f7-8561-b4e9d746c260 timestamp=2023-02-22T11:59:38.508-0300
2023-02-22T11:59:38.508-0300 [INFO] provider.terraform-provider-cloudflare_v4.0.0: cloudflare Client configured for user: <user>@email.com: tf_mux_provider=*proto6server.Server tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_rpc=ConfigureProvider @caller=github.com/cloudflare/terraform-provider-cloudflare/internal/framework/provider/config.go:38 @module=cloudflare tf_req_id=91a12daa-08ca-08f7-8561-b4e9d746c260 timestamp=2023-02-22T11:59:38.508-0300
2023-02-22T11:59:38.508-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=91a12daa-08ca-08f7-8561-b4e9d746c260 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 tf_mux_provider=*proto6server.Server timestamp=2023-02-22T11:59:38.508-0300
2023-02-22T11:59:38.557-0300 [DEBUG] provider.terraform-provider-random_v3.4.3_x5: Called provider defined Resource Create: @module=sdk.framework tf_req_id=0098e13a-6ef1-5ad1-a2c2-c64b46af0396 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.11.1/internal/fwserver/server_createresource.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp=2023-02-22T11:59:38.557-0300
random_password.password: Creation complete after 0s [id=none]
2023-02-22T11:59:38.560-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:38.561-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.4.3/linux_amd64/terraform-provider-random_v3.4.3_x5 pid=774561
2023-02-22T11:59:38.561-0300 [DEBUG] provider: plugin exited
cloudflare_tunnel.home: Creating...
2023-02-22T11:59:38.563-0300 [INFO] Starting apply for cloudflare_tunnel.home
2023-02-22T11:59:38.563-0300 [DEBUG] cloudflare_tunnel.home: applying the planned Create change
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:38
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: POST /client/v4/accounts/<account_id>/cfd_tunnel HTTP/1.1
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Host: api.cloudflare.com
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: User-Agent: terraform/1.0.10 terraform-plugin-sdk/2.10.1 terraform-provider-cloudflare/4.0.0
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Length: 81
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Email: [redacted]
2023-02-22T11:59:38.563-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Key: [redacted]
2023-02-22T11:59:38.564-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Accept-Encoding: gzip
2023-02-22T11:59:38.564-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:38.564-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"name":"home-tf","tunnel_secret":"REDACTED="}
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:40
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: HTTP/2.0 200 OK
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Cache-Status: DYNAMIC
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Ray: 79d896364bff2df1-SCL
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Date: Wed, 22 Feb 2023 14:59:40 GMT
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Server: cloudflare
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cflb=0H28vgHxwvgAQtjUGUFqYFDiSDreGJnUj7KTV54yCKw; SameSite=Lax; path=/; expires=Wed, 22-Feb-23 17:29:41 GMT; HttpOnly
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cfruid=250f2a321f2fef48be5e41fa678429d88b0cb048-1677077980; path=/; domain=.api.cloudflare.com; HttpOnly; Secure; SameSite=None
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Vary: Accept-Encoding
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Envoy-Upstream-Service-Time: 794
2023-02-22T11:59:40.566-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"success":true,"messages":[],"errors":[],"result":{"id":"61b7b13b-e262-458e-8a13-52e8302e289f","account_tag":"<account_id>","created_at":"2023-02-22T14:59:39.714030Z","deleted_at":null,"name":"home-tf","connections":[],"conns_active_at":null,"conns_inactive_at":"2023-02-22T14:59:39.714030Z","tun_type":"cfd_tunnel","metadata":{},"status":"inactive","remote_config":false,"credentials_file":{"AccountTag":"<account_id>","TunnelID":"61b7b13b-e262-458e-8a13-52e8302e289f","TunnelName":"home-tf","TunnelSecret":"REDACTED"},"token":"eyJhIjoiZDgxNTAzZjdmYzFlOGJhY2Y2NjUwNDdlODdhYjAxNTUiLCJ0IjoiNjFiN2IxM2ItZTI2Mi00NThlLThhMTMtNTJlODMwMmUyODlmIiwicyI6ImJFc3dSbGhZY1VGZllpbGRSV1J2WFRKN1pYczhkMzFHUm13allsRTRYVmM9In0="}}
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:40
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: GET /client/v4/accounts/<account_id>/cfd_tunnel/61b7b13b-e262-458e-8a13-52e8302e289f HTTP/1.1
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Host: api.cloudflare.com
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: User-Agent: terraform/1.0.10 terraform-plugin-sdk/2.10.1 terraform-provider-cloudflare/4.0.0
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Email: [redacted]
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Key: [redacted]
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Accept-Encoding: gzip
2023-02-22T11:59:40.567-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:40.831-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:40
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: HTTP/2.0 200 OK
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Cache-Status: DYNAMIC
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Ray: 79d8964288b42df1-SCL
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Date: Wed, 22 Feb 2023 14:59:40 GMT
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Server: cloudflare
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cflb=0H28vgHxwvgAQtjUGUFqYFDiSDreGJnUjH28VstTobT; SameSite=Lax; path=/; expires=Wed, 22-Feb-23 17:29:41 GMT; HttpOnly
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cfruid=250f2a321f2fef48be5e41fa678429d88b0cb048-1677077980; path=/; domain=.api.cloudflare.com; HttpOnly; Secure; SameSite=None
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Vary: Accept-Encoding
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Envoy-Upstream-Service-Time: 5
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:40.832-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"success":true,"messages":[],"errors":[],"result":{"id":"61b7b13b-e262-458e-8a13-52e8302e289f","account_tag":"<account_id>","created_at":"2023-02-22T14:59:39.714030Z","deleted_at":null,"name":"home-tf","connections":[],"conns_active_at":null,"conns_inactive_at":"2023-02-22T14:59:39.714030Z","tun_type":"cfd_tunnel","metadata":{},"status":"inactive","remote_config":false}}
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:40
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: GET /client/v4/accounts/<account_id>/cfd_tunnel/61b7b13b-e262-458e-8a13-52e8302e289f/token HTTP/1.1
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Host: api.cloudflare.com
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: User-Agent: terraform/1.0.10 terraform-plugin-sdk/2.10.1 terraform-provider-cloudflare/4.0.0
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Email: [redacted]
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Key: [redacted]
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Accept-Encoding: gzip
2023-02-22T11:59:40.833-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:41
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: HTTP/2.0 200 OK
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Cache-Status: DYNAMIC
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Ray: 79d896443a4d2df1-SCL
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Date: Wed, 22 Feb 2023 14:59:41 GMT
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Server: cloudflare
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cflb=0H28vgHxwvgAQtjUGUFqYFDiSDreGJnUjH28VstTobT; SameSite=Lax; path=/; expires=Wed, 22-Feb-23 17:29:42 GMT; HttpOnly
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cfruid=2f392846b209f4b051080d3947e4e2a6e287bfcf-1677077981; path=/; domain=.api.cloudflare.com; HttpOnly; Secure; SameSite=None
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Vary: Accept-Encoding
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Envoy-Upstream-Service-Time: 8
2023-02-22T11:59:41.061-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:41.062-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"success":true,"messages":[],"errors":[],"result":"eyJhIjoiZDgxNTAzZjdmYzFlOGJhY2Y2NjUwNDdlODdhYjAxNTUiLCJ0IjoiNjFiN2IxM2ItZTI2Mi00NThlLThhMTMtNTJlODMwMmUyODlmIiwicyI6ImJFc3dSbGhZY1VGZllpbGRSV1J2WFRKN1pYczhkMzFHUm13allsRTRYVmM9In0="}
cloudflare_tunnel.home: Creation complete after 2s [id=61b7b13b-e262-458e-8a13-52e8302e289f]
cloudflare_tunnel_config.config: Creating...
2023-02-22T11:59:41.155-0300 [INFO] Starting apply for cloudflare_tunnel_config.config
2023-02-22T11:59:41.156-0300 [DEBUG] cloudflare_tunnel_config.config: applying the planned Create change
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:41
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: PUT /client/v4/accounts/<account_id>/cfd_tunnel/61b7b13b-e262-458e-8a13-52e8302e289f/configurations HTTP/1.1
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Host: api.cloudflare.com
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: User-Agent: terraform/1.0.10 terraform-plugin-sdk/2.10.1 terraform-provider-cloudflare/4.0.0
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Length: 170
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Email: [redacted]
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Key: [redacted]
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Accept-Encoding: gzip
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:41.161-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"config":{"ingress":[{"hostname":"test.email.com","path":"/","service":"https://localhost"},{"service":"https://localhost"}],"warp-routing":{},"originRequest":{}}}
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:42
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: HTTP/2.0 200 OK
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Cache-Status: DYNAMIC
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Ray: 79d896464c7e2df1-SCL
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Date: Wed, 22 Feb 2023 14:59:42 GMT
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Server: cloudflare
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cflb=0H28vgHxwvgAQtjUGUFqYFDiSDreGJnUjcRUXVXT28V; SameSite=Lax; path=/; expires=Wed, 22-Feb-23 17:29:43 GMT; HttpOnly
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cfruid=706b9fbfabdb8b5ff36677954bbaac0d10406533-1677077982; path=/; domain=.api.cloudflare.com; HttpOnly; Secure; SameSite=None
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Vary: Accept-Encoding
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Envoy-Upstream-Service-Time: 313
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"success":true,"messages":[],"errors":[],"result":{"tunnel_id":"61b7b13b-e262-458e-8a13-52e8302e289f","version":0,"config":{"ingress":[{"path":"/","service":"https://localhost","hostname":"test.email.com"},{"service":"https://localhost"}],"warp-routing":{},"originRequest":{}},"source":"cloudflare","created_at":"2023-02-22T14:59:42.135252Z"}}
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:42
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: GET /client/v4/accounts/<account_id>/cfd_tunnel/61b7b13b-e262-458e-8a13-52e8302e289f/configurations HTTP/1.1
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Host: api.cloudflare.com
2023-02-22T11:59:42.615-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: User-Agent: terraform/1.0.10 terraform-plugin-sdk/2.10.1 terraform-provider-cloudflare/4.0.0
2023-02-22T11:59:42.616-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:42.616-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Email: [redacted]
2023-02-22T11:59:42.616-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Auth-Key: [redacted]
2023-02-22T11:59:42.616-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Accept-Encoding: gzip
2023-02-22T11:59:42.616-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: 2023/02/22 11:59:42
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: HTTP/2.0 200 OK
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Cache-Status: DYNAMIC
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Cf-Ray: 79d8964f5dca2df1-SCL
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Content-Type: application/json
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Date: Wed, 22 Feb 2023 14:59:42 GMT
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Server: cloudflare
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cflb=0H28vgHxwvgAQtjUGUFqYFDiSDreGJnUjcRUXVXT28V; SameSite=Lax; path=/; expires=Wed, 22-Feb-23 17:29:43 GMT; HttpOnly
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Set-Cookie: __cfruid=706b9fbfabdb8b5ff36677954bbaac0d10406533-1677077982; path=/; domain=.api.cloudflare.com; HttpOnly; Secure; SameSite=None
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: Vary: Accept-Encoding
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: X-Envoy-Upstream-Service-Time: 2
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0:
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: {"success":true,"messages":[],"errors":[],"result":{"tunnel_id":"61b7b13b-e262-458e-8a13-52e8302e289f","version":0,"config":{"ingress":[{"path":"/","service":"https://localhost","hostname":"test.email.com"},{"service":"https://localhost"}],"warp-routing":{},"originRequest":{}},"source":"cloudflare","created_at":"2023-02-22T14:59:42.135252Z"}}
2023-02-22T11:59:42.875-0300 [DEBUG] provider.terraform-provider-cloudflare_v4.0.0: GetTunnelConfiguration: {TunnelID:61b7b13b-e262-458e-8a13-52e8302e289f Config:{Ingress:[{Hostname:test.email.com Path:/ Service:https://localhost} {Hostname: Path: Service:https://localhost}] WarpRouting:0xc0007cc038 OriginRequest:{ConnectTimeout:<nil> TLSTimeout:<nil> TCPKeepAlive:<nil> NoHappyEyeballs:<nil> KeepAliveConnections:<nil> KeepAliveTimeout:<nil> HTTPHostHeader:<nil> OriginServerName:<nil> CAPool:<nil> NoTLSVerify:<nil> DisableChunkedEncoding:<nil> BastionMode:<nil> ProxyAddress:<nil> ProxyPort:<nil> ProxyType:<nil> IPRules:[]}} Version:0}: tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=6e9f81dc-b5ac-a453-d56a-d1f46eaee832 tf_resource_type=cloudflare_tunnel_config tf_rpc=ApplyResourceChange @caller=github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider/resource_cloudflare_tunnel_config.go:131 @module=cloudflare tf_mux_provider=tf5to6server.v5tov6Server timestamp=2023-02-22T11:59:42.875-0300
│ Error: Provider produced inconsistent result after apply
│ When applying changes to cloudflare_tunnel_config.config, provider "provider[\"registry.terraform.io/cloudflare/cloudflare\"]" produced an unexpected new value: .config[0].ingress_rule[1].hostname: was null, but now cty.StringVal("").
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
│ Error: Provider produced inconsistent result after apply
│ When applying changes to cloudflare_tunnel_config.config, provider "provider[\"registry.terraform.io/cloudflare/cloudflare\"]" produced an unexpected new value: .config[0].ingress_rule[1].path: was null, but now cty.StringVal("").
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
2023-02-22T11:59:42.964-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2023-02-22T11:59:42.969-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cloudflare/cloudflare/4.0.0/linux_amd64/terraform-provider-cloudflare_v4.0.0 pid=774570
2023-02-22T11:59:42.969-0300 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment