Skip to content

Instantly share code, notes, and snippets.

@av-mathiaspius
Created November 15, 2022 12:03
Show Gist options
  • Save av-mathiaspius/e01775f4430f2bfe19e5761f67915bce to your computer and use it in GitHub Desktop.
Save av-mathiaspius/e01775f4430f2bfe19e5761f67915bce to your computer and use it in GitHub Desktop.
Logs for running terraform apply with provider version 3.0.22 and 3.0.24
$:~/temp-db-debug$ TF_LOG=trace terraform apply -auto-approve
2022-11-15T13:02:12.165+0100 [INFO] Terraform version: 1.3.4
2022-11-15T13:02:12.165+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-11-15T13:02:12.165+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-11-15T13:02:12.165+0100 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-11-15T13:02:12.165+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-11-15T13:02:12.165+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.0
2022-11-15T13:02:12.165+0100 [INFO] Go runtime version: go1.18.7
2022-11-15T13:02:12.165+0100 [INFO] CLI args: []string{"/snap/terraform/418/terraform", "apply", "-auto-approve"}
2022-11-15T13:02:12.165+0100 [TRACE] Stdout is a terminal of width 140
2022-11-15T13:02:12.165+0100 [TRACE] Stderr is a terminal of width 140
2022-11-15T13:02:12.165+0100 [TRACE] Stdin is a terminal
2022-11-15T13:02:12.165+0100 [DEBUG] Attempting to open CLI config file: /home/mathias.pius/.terraformrc
2022-11-15T13:02:12.165+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /home/mathias.pius/.terraform.d/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /home/mathias.pius/.local/share/terraform/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/gnome/terraform/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2022-11-15T13:02:12.165+0100 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2022-11-15T13:02:12.166+0100 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2022-11-15T13:02:12.166+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-11-15T13:02:12.166+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-11-15T13:02:12.166+0100 [DEBUG] New state was assigned lineage "1c8209a4-2574-6395-c1a1-4b2dd46e7a9d"
2022-11-15T13:02:12.166+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-11-15T13:02:12.166+0100 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-11-15T13:02:12.166+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-11-15T13:02:12.167+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/petoju/mysql v3.0.22 for linux_amd64 at .terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64
2022-11-15T13:02:12.167+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/petoju/mysql v3.0.24 for linux_amd64 at .terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64
2022-11-15T13:02:12.167+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64 as a candidate package for registry.terraform.io/petoju/mysql 3.0.22
2022-11-15T13:02:12.167+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64 as a candidate package for registry.terraform.io/petoju/mysql 3.0.24
2022-11-15T13:02:12.204+0100 [DEBUG] checking for provisioner in "."
2022-11-15T13:02:12.204+0100 [DEBUG] checking for provisioner in "/snap/terraform/418"
2022-11-15T13:02:12.204+0100 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-11-15T13:02:12.204+0100 [INFO] backend/local: starting Apply operation
2022-11-15T13:02:12.204+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2022-11-15T13:02:12.204+0100 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-11-15T13:02:12.204+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2022-11-15T13:02:12.204+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-11-15T13:02:12.205+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "ae92273d-1f14-6a9d-34b0-a3b351007ba9" serial 23
2022-11-15T13:02:12.205+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-11-15T13:02:12.205+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-11-15T13:02:12.205+0100 [TRACE] backend/local: reading remote state for workspace "default"
2022-11-15T13:02:12.205+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-11-15T13:02:12.205+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "ae92273d-1f14-6a9d-34b0-a3b351007ba9" serial 23
2022-11-15T13:02:12.205+0100 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-11-15T13:02:12.205+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/petoju/mysql has 3.0.22 to satisfy "3.0.22"
2022-11-15T13:02:12.205+0100 [TRACE] terraform.NewContext: starting
2022-11-15T13:02:12.205+0100 [TRACE] terraform.NewContext: complete
2022-11-15T13:02:12.205+0100 [TRACE] backend/local: requesting interactive input, if necessary
2022-11-15T13:02:12.205+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/petoju/mysql"
2022-11-15T13:02:12.205+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/petoju/mysql" to read its schema
2022-11-15T13:02:12.205+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:12.205+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:12.220+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22]
2022-11-15T13:02:12.221+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55156
2022-11-15T13:02:12.221+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22
2022-11-15T13:02:12.224+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: configuring server automatic mTLS: timestamp=2022-11-15T13:02:12.224+0100
2022-11-15T13:02:12.241+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.22: plugin address: address=/tmp/plugin2833650650 network=unix timestamp=2022-11-15T13:02:12.241+0100
2022-11-15T13:02:12.241+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:12.256+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:12.256+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 @module=sdk.proto tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_resource_type=mysql_grant tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_provider_addr=provider tf_resource_type=mysql_role tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_provider_addr=provider tf_resource_type=mysql_sql tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_resource_type=mysql_user_password timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_resource_type=mysql_ti_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_resource_type=mysql_global_variable timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=mysql_tables tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.257+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @module=sdk.proto tf_provider_addr=provider tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_req_id=e1ac2288-5c6b-542f-efbb-d38ed83d4c14 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 timestamp=2022-11-15T13:02:12.257+0100
2022-11-15T13:02:12.258+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:12.258+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:12.259+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55156
2022-11-15T13:02:12.259+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:12.259+0100 [TRACE] Context.Input: Prompting for provider arguments
2022-11-15T13:02:12.259+0100 [TRACE] Context.Input: Provider provider.mysql declared at main.tf:10,1-17
2022-11-15T13:02:12.259+0100 [TRACE] Context.Input: Input for provider.mysql: map[string]cty.Value{}
2022-11-15T13:02:12.259+0100 [TRACE] backend/local: running validation operation
2022-11-15T13:02:12.259+0100 [DEBUG] Building and walking validate graph
2022-11-15T13:02:12.259+0100 [TRACE] building graph for walkValidate
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:12.259+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
------
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2022-11-15T13:02:12.259+0100 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:12.259+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user" (*terraform.NodeValidatableResource) config from main.tf:16,1-29
2022-11-15T13:02:12.259+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user
2022-11-15T13:02:12.259+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app" (*terraform.NodeValidatableResource) config from main.tf:22,1-32
2022-11-15T13:02:12.259+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app
2022-11-15T13:02:12.259+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this" (*terraform.NodeValidatableResource) config from main.tf:26,1-30
2022-11-15T13:02:12.259+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:12.259+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:12.259+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user
2022-11-15T13:02:12.259+0100 [DEBUG] ProviderTransformer: "mysql_user.user" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.259+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app
2022-11-15T13:02:12.259+0100 [DEBUG] ProviderTransformer: "mysql_database.app" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.259+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this
2022-11-15T13:02:12.259+0100 [DEBUG] ProviderTransformer: "mysql_grant.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:12.259+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:12.259+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this
2022-11-15T13:02:12.259+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.259+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user
2022-11-15T13:02:12.259+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.259+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:12.259+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:12.259+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: [mysql_user.user mysql_database.app mysql_user.user]
2022-11-15T13:02:12.259+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:12.259+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.259+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:12.260+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.260+0100 [DEBUG] Starting graph walk: walkValidate
2022-11-15T13:02:12.260+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-15T13:02:12.260+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:12.260+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:12.275+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22]
2022-11-15T13:02:12.276+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55167
2022-11-15T13:02:12.276+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22
2022-11-15T13:02:12.280+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: configuring server automatic mTLS: timestamp=2022-11-15T13:02:12.279+0100
2022-11-15T13:02:12.296+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:12.296+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.22: plugin address: address=/tmp/plugin4216075535 network=unix timestamp=2022-11-15T13:02:12.296+0100
2022-11-15T13:02:12.311+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/petoju/mysql\"]" provider for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.311+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:12.311+0100 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.312+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/petoju/mysql"]: using explicit config only
2022-11-15T13:02:12.312+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:12.312+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.proto tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.312+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.312+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.312+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_resource_type=mysql_role tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.312+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_sql timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_resource_type=mysql_user_password tf_rpc=GetProviderSchema tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_resource_type=mysql_user tf_rpc=GetProviderSchema tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_resource_type=mysql_ti_config tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.312+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_resource_type=mysql_database tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_resource_type=mysql_global_variable tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found data source type: @module=sdk.helper_schema tf_data_source_type=mysql_tables @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 @module=sdk.proto tf_provider_addr=provider diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_req_id=b88bf8e4-a576-d1ac-dd3f-605ec32e9d83 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 tf_proto_version=5.3 tf_provider_addr=provider @module=sdk.proto timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=PrepareProviderConfig @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:518 tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:38 tf_provider_addr=provider tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Preparing provider configuration: tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.313+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 timestamp=2022-11-15T13:02:12.313+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 tf_rpc=PrepareProviderConfig tf_proto_version=5.3 tf_provider_addr=provider diagnostic_warning_count=0 tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_req_id=51b983a9-d847-c922-4125-071aff2c33c6 timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": visit complete
2022-11-15T13:02:12.314+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodeValidatableResource)
2022-11-15T13:02:12.314+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodeValidatableResource)
2022-11-15T13:02:12.314+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.314+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=a029c55b-c218-2554-25d5-18d7b19d348e tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=a029c55b-c218-2554-25d5-18d7b19d348e @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_rpc=ValidateResourceTypeConfig tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 tf_req_id=76a75c39-34d9-0e91-1f69-fc491084a4b7 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=a029c55b-c218-2554-25d5-18d7b19d348e tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=76a75c39-34d9-0e91-1f69-fc491084a4b7 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_resource_type=mysql_database tf_provider_addr=provider tf_req_id=a029c55b-c218-2554-25d5-18d7b19d348e timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_duration_ms=0 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=a029c55b-c218-2554-25d5-18d7b19d348e tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_req_id=a029c55b-c218-2554-25d5-18d7b19d348e tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: tf_resource_type=mysql_user tf_provider_addr=provider tf_req_id=76a75c39-34d9-0e91-1f69-fc491084a4b7 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_resource_type=mysql_user @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=76a75c39-34d9-0e91-1f69-fc491084a4b7 tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig tf_req_id=76a75c39-34d9-0e91-1f69-fc491084a4b7 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_req_duration_ms=0 timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_req_id=76a75c39-34d9-0e91-1f69-fc491084a4b7 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 timestamp=2022-11-15T13:02:12.314+0100
2022-11-15T13:02:12.314+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:12.314+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:12.314+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodeValidatableResource)
2022-11-15T13:02:12.314+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.315+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_proto_version=5.3 tf_req_id=3e4109bd-57f1-0d69-dc64-5796104d0d48 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_provider_addr=provider timestamp=2022-11-15T13:02:12.315+0100
2022-11-15T13:02:12.315+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.3 tf_req_id=3e4109bd-57f1-0d69-dc64-5796104d0d48 timestamp=2022-11-15T13:02:12.315+0100
2022-11-15T13:02:12.315+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: tf_provider_addr=provider tf_req_id=3e4109bd-57f1-0d69-dc64-5796104d0d48 tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.315+0100
2022-11-15T13:02:12.315+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_provider_addr=provider tf_req_id=3e4109bd-57f1-0d69-dc64-5796104d0d48 tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.315+0100
2022-11-15T13:02:12.315+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_id=3e4109bd-57f1-0d69-dc64-5796104d0d48 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 timestamp=2022-11-15T13:02:12.315+0100
2022-11-15T13:02:12.315+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_resource_type=mysql_grant tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=3e4109bd-57f1-0d69-dc64-5796104d0d48 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto timestamp=2022-11-15T13:02:12.315+0100
2022-11-15T13:02:12.315+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:12.315+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-11-15T13:02:12.315+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:12.315+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:12.316+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55167
2022-11-15T13:02:12.316+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:12.316+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": visit complete
2022-11-15T13:02:12.316+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-11-15T13:02:12.316+0100 [TRACE] vertex "root": visit complete
2022-11-15T13:02:12.316+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/petoju/mysql"
2022-11-15T13:02:12.316+0100 [INFO] backend/local: apply calling Plan
2022-11-15T13:02:12.316+0100 [DEBUG] Building and walking plan graph for NormalMode
2022-11-15T13:02:12.316+0100 [TRACE] building graph for walkPlan
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:12.316+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
------
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2022-11-15T13:02:12.316+0100 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:12.316+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:16,1-29
2022-11-15T13:02:12.316+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user (expand)
2022-11-15T13:02:12.316+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:22,1-32
2022-11-15T13:02:12.316+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app (expand)
2022-11-15T13:02:12.316+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:26,1-30
2022-11-15T13:02:12.316+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this (expand)
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:12.316+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:12.316+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user (expand)
2022-11-15T13:02:12.316+0100 [DEBUG] ProviderTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.316+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app (expand)
2022-11-15T13:02:12.316+0100 [DEBUG] ProviderTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.316+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this (expand)
2022-11-15T13:02:12.316+0100 [DEBUG] ProviderTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:12.316+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:12.316+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user (expand)
2022-11-15T13:02:12.316+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app (expand)
2022-11-15T13:02:12.316+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this (expand)
2022-11-15T13:02:12.316+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.316+0100 [DEBUG] ReferenceTransformer: "mysql_user.user (expand)" references: []
2022-11-15T13:02:12.316+0100 [DEBUG] ReferenceTransformer: "mysql_database.app (expand)" references: []
2022-11-15T13:02:12.316+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this (expand)" references: [mysql_user.user (expand) mysql_user.user (expand) mysql_database.app (expand)]
2022-11-15T13:02:12.316+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:12.316+0100 [TRACE] AttachDependenciesTransformer: mysql_user.user depends on []
2022-11-15T13:02:12.316+0100 [TRACE] AttachDependenciesTransformer: mysql_database.app depends on []
2022-11-15T13:02:12.316+0100 [TRACE] AttachDependenciesTransformer: mysql_grant.this depends on [mysql_database.app mysql_user.user]
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:12.316+0100 [TRACE] ForcedCBDTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-15T13:02:12.316+0100 [TRACE] ForcedCBDTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-15T13:02:12.316+0100 [TRACE] ForcedCBDTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:12.316+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:12.316+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.317+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:12.317+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.317+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:12.317+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.317+0100 [DEBUG] Starting graph walk: walkPlan
2022-11-15T13:02:12.317+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-15T13:02:12.317+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:12.317+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:12.332+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22]
2022-11-15T13:02:12.333+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55180
2022-11-15T13:02:12.333+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22
2022-11-15T13:02:12.336+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: configuring server automatic mTLS: timestamp=2022-11-15T13:02:12.336+0100
2022-11-15T13:02:12.353+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.22: plugin address: address=/tmp/plugin2105781231 network=unix timestamp=2022-11-15T13:02:12.353+0100
2022-11-15T13:02:12.353+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:12.369+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/petoju/mysql\"]" provider for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.369+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.369+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/petoju/mysql"]: using explicit config only
2022-11-15T13:02:12.369+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:12.369+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_proto_version=5.3 @module=sdk.proto tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Getting provider schema: tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_resource_type=mysql_sql tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_resource_type=mysql_user_password timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_resource_type=mysql_user tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_resource_type=mysql_ti_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_resource_type=mysql_database @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_resource_type=mysql_global_variable tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_rpc=GetProviderSchema tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_role tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.369+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found data source type: tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 tf_data_source_type=mysql_tables tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 timestamp=2022-11-15T13:02:12.369+0100
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 @module=sdk.proto tf_proto_version=5.3 tf_req_id=beaa64e8-6c01-7d17-52e3-6deaa12fd0a5 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.370+0100
2022-11-15T13:02:12.370+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:518 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.370+0100
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:38 @module=sdk.proto tf_proto_version=5.3 tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.370+0100
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_proto_version=5.3 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 @module=sdk.proto timestamp=2022-11-15T13:02:12.370+0100
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Preparing provider configuration: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.370+0100
2022-11-15T13:02:12.370+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.370+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_provider_addr=provider tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_duration_ms=0 tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider diagnostic_warning_count=0 tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:539 tf_proto_version=5.3 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=23f2d12c-18b8-6b11-f174-4a93e6b8d2f2 timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/petoju/mysql\"]" changed the config value, but that value is unused
2022-11-15T13:02:12.371+0100 [TRACE] GRPCProvider: ConfigureProvider
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=a7de8fdd-c89b-05d1-1a55-d5d0ed775087 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:547 tf_provider_addr=provider tf_rpc=Configure @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_req_id=a7de8fdd-c89b-05d1-1a55-d5d0ed775087 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a7de8fdd-c89b-05d1-1a55-d5d0ed775087 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:556 timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_provider_addr=provider tf_req_id=a7de8fdd-c89b-05d1-1a55-d5d0ed775087 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:558 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_id=a7de8fdd-c89b-05d1-1a55-d5d0ed775087 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 @module=sdk.proto diagnostic_warning_count=0 timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:567 tf_proto_version=5.3 tf_req_id=a7de8fdd-c89b-05d1-1a55-d5d0ed775087 @module=sdk.proto tf_provider_addr=provider tf_rpc=Configure timestamp=2022-11-15T13:02:12.371+0100
2022-11-15T13:02:12.371+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": visit complete
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_database.app (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_database.app (expand)": expanding dynamic subgraph
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-15T13:02:12.371+0100 [TRACE] ResourceCountTransformer: adding mysql_database.app as *terraform.NodePlannableResourceInstance
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
mysql_database.app - *terraform.NodePlannableResourceInstance
------
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.371+0100 [DEBUG] Resource instance state not found for node "mysql_database.app", instance mysql_database.app
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_user.user (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_user.user (expand)": expanding dynamic subgraph
2022-11-15T13:02:12.371+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_database.app (expand)": entering dynamic subgraph
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-15T13:02:12.371+0100 [TRACE] ResourceCountTransformer: adding mysql_user.user as *terraform.NodePlannableResourceInstance
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
mysql_user.user - *terraform.NodePlannableResourceInstance
------
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-15T13:02:12.371+0100 [TRACE] readResourceInstanceState: reading state for mysql_database.app
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.371+0100 [DEBUG] Resource instance state not found for node "mysql_user.user", instance mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.371+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-15T13:02:12.371+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_user.user (expand)": entering dynamic subgraph
2022-11-15T13:02:12.371+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-15T13:02:12.371+0100 [TRACE] readResourceInstanceState: reading state for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] readResourceInstanceState: no state present for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] readResourceInstanceState: no state present for mysql_database.app
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResourceInstance.refresh for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for mysql_database.app
2022-11-15T13:02:12.371+0100 [DEBUG] refresh: mysql_user.user: no state, so not refreshing
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_database.app
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_user.user
2022-11-15T13:02:12.371+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_database.app
2022-11-15T13:02:12.372+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_user.user
2022-11-15T13:02:12.372+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_database.app
2022-11-15T13:02:12.372+0100 [TRACE] NodeAbstractResourceInstance.refresh for mysql_database.app
2022-11-15T13:02:12.372+0100 [DEBUG] refresh: mysql_database.app: no state, so not refreshing
2022-11-15T13:02:12.372+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_database.app
2022-11-15T13:02:12.372+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_database.app
2022-11-15T13:02:12.372+0100 [TRACE] Re-validating config for "mysql_user.user"
2022-11-15T13:02:12.372+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.372+0100 [TRACE] Re-validating config for "mysql_database.app"
2022-11-15T13:02:12.372+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=89ad9f14-e1ac-297a-ca99-a5fec85cbd0c timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_req_id=89ad9f14-e1ac-297a-ca99-a5fec85cbd0c @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=89ad9f14-e1ac-297a-ca99-a5fec85cbd0c tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_req_id=89ad9f14-e1ac-297a-ca99-a5fec85cbd0c @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: diagnostic_error_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 tf_req_id=89ad9f14-e1ac-297a-ca99-a5fec85cbd0c tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=provider tf_resource_type=mysql_user timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=3ff58600-a8c9-cee8-d090-fa1abc18bf16 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_provider_addr=provider tf_resource_type=mysql_user tf_req_id=89ad9f14-e1ac-297a-ca99-a5fec85cbd0c tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_req_id=3ff58600-a8c9-cee8-d090-fa1abc18bf16 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_req_id=3ff58600-a8c9-cee8-d090-fa1abc18bf16 tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_req_id=3ff58600-a8c9-cee8-d090-fa1abc18bf16 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=3ff58600-a8c9-cee8-d090-fa1abc18bf16 tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 tf_proto_version=5.3 tf_provider_addr=provider @module=sdk.proto tf_req_id=3ff58600-a8c9-cee8-d090-fa1abc18bf16 tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:12.372+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=PlanResourceChange @module=sdk.proto tf_req_id=72aa4851-5bd8-194d-022a-d847a2460641 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_rpc=PlanResourceChange @module=sdk.proto tf_req_id=72aa4851-5bd8-194d-022a-d847a2460641 tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=9d574e14-6664-8294-fcef-7293e0359298 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 tf_resource_type=mysql_database tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_provider_addr=provider tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_req_id=9d574e14-6664-8294-fcef-7293e0359298 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_id=9d574e14-6664-8294-fcef-7293e0359298 tf_resource_type=mysql_database tf_req_duration_ms=0 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=9d574e14-6664-8294-fcef-7293e0359298 tf_resource_type=mysql_database tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.3 tf_resource_type=mysql_user tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_id=72aa4851-5bd8-194d-022a-d847a2460641 @module=sdk.proto tf_provider_addr=provider tf_req_duration_ms=0 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.372+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_provider_addr=provider tf_resource_type=mysql_user tf_req_id=72aa4851-5bd8-194d-022a-d847a2460641 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.372+0100
2022-11-15T13:02:12.373+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_user.user, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .plaintext_password: sensitive planned value does not match config value
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
2022-11-15T13:02:12.373+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_database.app, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .default_character_set: planned value cty.StringVal("utf8mb4") for a non-computed attribute
- .default_collation: planned value cty.StringVal("utf8mb4_general_ci") for a non-computed attribute
2022-11-15T13:02:12.373+0100 [TRACE] writeChange: recorded Create change for mysql_database.app
2022-11-15T13:02:12.373+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_database.app
2022-11-15T13:02:12.373+0100 [TRACE] writeChange: recorded Create change for mysql_user.user
2022-11-15T13:02:12.373+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_database.app
2022-11-15T13:02:12.373+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_user.user
2022-11-15T13:02:12.373+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_user.user
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_database.app (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_database.app (expand)": visit complete
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_user.user (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_user.user (expand)": visit complete
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_grant.this (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-15T13:02:12.373+0100 [TRACE] vertex "mysql_grant.this (expand)": expanding dynamic subgraph
2022-11-15T13:02:12.373+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-15T13:02:12.373+0100 [TRACE] ResourceCountTransformer: adding mysql_grant.this as *terraform.NodePlannableResourceInstance
2022-11-15T13:02:12.373+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
mysql_grant.this - *terraform.NodePlannableResourceInstance
------
2022-11-15T13:02:12.373+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-15T13:02:12.373+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-15T13:02:12.373+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.373+0100 [DEBUG] Resource instance state not found for node "mysql_grant.this", instance mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.374+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.374+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.374+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.374+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: []
2022-11-15T13:02:12.374+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-15T13:02:12.374+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-15T13:02:12.374+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-15T13:02:12.374+0100 [TRACE] vertex "mysql_grant.this (expand)": entering dynamic subgraph
2022-11-15T13:02:12.374+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-15T13:02:12.374+0100 [TRACE] readResourceInstanceState: reading state for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] readResourceInstanceState: no state present for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResourceInstance.refresh for mysql_grant.this
2022-11-15T13:02:12.374+0100 [DEBUG] refresh: mysql_grant.this: no state, so not refreshing
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:12.374+0100 [TRACE] Re-validating config for "mysql_grant.this"
2022-11-15T13:02:12.374+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.374+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_req_id=e275e398-2d14-f48e-5aec-b39eeb92e9cb timestamp=2022-11-15T13:02:12.374+0100
2022-11-15T13:02:12.374+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=e275e398-2d14-f48e-5aec-b39eeb92e9cb tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-15T13:02:12.374+0100
2022-11-15T13:02:12.374+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_rpc=ValidateResourceTypeConfig tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider tf_req_id=e275e398-2d14-f48e-5aec-b39eeb92e9cb timestamp=2022-11-15T13:02:12.374+0100
2022-11-15T13:02:12.374+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_resource_type=mysql_grant @module=sdk.helper_schema tf_req_id=e275e398-2d14-f48e-5aec-b39eeb92e9cb @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 timestamp=2022-11-15T13:02:12.374+0100
2022-11-15T13:02:12.375+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=e275e398-2d14-f48e-5aec-b39eeb92e9cb tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.374+0100
2022-11-15T13:02:12.375+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_provider_addr=provider tf_req_id=e275e398-2d14-f48e-5aec-b39eeb92e9cb timestamp=2022-11-15T13:02:12.374+0100
2022-11-15T13:02:12.375+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:12.375+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_provider_addr=provider tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 @module=sdk.proto tf_proto_version=5.3 tf_req_id=56490c0f-0fbb-e321-8c21-2d77c5c1f251 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.375+0100
2022-11-15T13:02:12.375+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_provider_addr=provider tf_req_id=56490c0f-0fbb-e321-8c21-2d77c5c1f251 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.375+0100
2022-11-15T13:02:12.375+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_duration_ms=0 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_id=56490c0f-0fbb-e321-8c21-2d77c5c1f251 tf_resource_type=mysql_grant tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.375+0100
2022-11-15T13:02:12.375+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @module=sdk.proto tf_provider_addr=provider tf_req_id=56490c0f-0fbb-e321-8c21-2d77c5c1f251 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 tf_proto_version=5.3 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.375+0100
2022-11-15T13:02:12.375+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_grant.this, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .table: planned value cty.StringVal("*") for a non-computed attribute
- .grant: planned value cty.False for a non-computed attribute
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
2022-11-15T13:02:12.375+0100 [TRACE] writeChange: recorded Create change for mysql_grant.this
2022-11-15T13:02:12.375+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_grant.this
2022-11-15T13:02:12.375+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_grant.this
2022-11-15T13:02:12.375+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:12.375+0100 [TRACE] vertex "mysql_grant.this (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:12.375+0100 [TRACE] vertex "mysql_grant.this (expand)": visit complete
2022-11-15T13:02:12.375+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-11-15T13:02:12.375+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:12.376+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:12.377+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55180
2022-11-15T13:02:12.377+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:12.377+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": visit complete
2022-11-15T13:02:12.377+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-11-15T13:02:12.377+0100 [TRACE] vertex "root": visit complete
2022-11-15T13:02:12.377+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/petoju/mysql"
2022-11-15T13:02:12.377+0100 [DEBUG] building apply graph to check for errors
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:12.377+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer starting
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer: found Create change for mysql_database.app
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer: mysql_database.app will be represented by mysql_database.app
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer: found Create change for mysql_user.user
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer: mysql_user.user will be represented by mysql_user.user
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer: found Create change for mysql_grant.this
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer: mysql_grant.this will be represented by mysql_grant.this
2022-11-15T13:02:12.377+0100 [TRACE] DiffTransformer complete
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.377+0100 [DEBUG] Resource state not found for node "mysql_database.app", instance mysql_database.app
2022-11-15T13:02:12.377+0100 [DEBUG] Resource state not found for node "mysql_user.user", instance mysql_user.user
2022-11-15T13:02:12.377+0100 [DEBUG] Resource state not found for node "mysql_grant.this", instance mysql_grant.this
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:16,1-29
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user (expand)
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:22,1-32
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app (expand)
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:26,1-30
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this (expand)
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app" (*terraform.NodeApplyableResourceInstance) config from main.tf:22,1-32
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user" (*terraform.NodeApplyableResourceInstance) config from main.tf:16,1-29
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) config from main.tf:26,1-30
2022-11-15T13:02:12.377+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:12.377+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:12.377+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this (expand)
2022-11-15T13:02:12.377+0100 [DEBUG] ProviderTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app
2022-11-15T13:02:12.377+0100 [DEBUG] ProviderTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user
2022-11-15T13:02:12.377+0100 [DEBUG] ProviderTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this
2022-11-15T13:02:12.377+0100 [DEBUG] ProviderTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user (expand)
2022-11-15T13:02:12.377+0100 [DEBUG] ProviderTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app (expand)
2022-11-15T13:02:12.377+0100 [DEBUG] ProviderTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:12.377+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user (expand)
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app (expand)
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this (expand)
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this
2022-11-15T13:02:12.377+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:12.377+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:12.377+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.377+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:12.377+0100 [DEBUG] ReferenceTransformer: "mysql_user.user (expand)" references: []
2022-11-15T13:02:12.377+0100 [DEBUG] ReferenceTransformer: "mysql_database.app (expand)" references: []
2022-11-15T13:02:12.377+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this (expand)" references: []
2022-11-15T13:02:12.377+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:12.378+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:12.378+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: [mysql_user.user (expand) mysql_user.user mysql_user.user mysql_user.user (expand) mysql_user.user mysql_user.user mysql_database.app (expand) mysql_database.app mysql_database.app]
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:12.378+0100 [TRACE] AttachDependenciesTransformer: mysql_database.app depends on []
2022-11-15T13:02:12.378+0100 [TRACE] AttachDependenciesTransformer: mysql_user.user depends on []
2022-11-15T13:02:12.378+0100 [TRACE] AttachDependenciesTransformer: mysql_grant.this depends on [mysql_database.app mysql_user.user]
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:12.378+0100 [TRACE] ForcedCBDTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:12.378+0100 [TRACE] ForcedCBDTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:12.378+0100 [TRACE] ForcedCBDTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.378+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:12.378+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# mysql_database.app will be created
+ resource "mysql_database" "app" {
+ default_character_set = "utf8mb4"
+ default_collation = "utf8mb4_general_ci"
+ id = (known after apply)
+ name = "databasename"
}
# mysql_grant.this will be created
+ resource "mysql_grant" "this" {
+ database = "databasename"
+ grant = false
+ host = "%"
+ id = (known after apply)
+ privileges = [
+ "SELECT",
]
+ table = "*"
+ tls_option = "NONE"
+ user = "dbusername"
}
# mysql_user.user will be created
+ resource "mysql_user" "user" {
+ host = "%"
+ id = (known after apply)
+ plaintext_password = (sensitive value)
+ tls_option = "NONE"
+ user = "dbusername"
}
Plan: 3 to add, 0 to change, 0 to destroy.
2022-11-15T13:02:12.379+0100 [INFO] backend/local: apply calling Apply
2022-11-15T13:02:12.379+0100 [DEBUG] Building and walking apply graph for NormalMode plan
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:12.379+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer starting
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer: found Create change for mysql_database.app
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer: mysql_database.app will be represented by mysql_database.app
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer: found Create change for mysql_user.user
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer: mysql_user.user will be represented by mysql_user.user
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer: found Create change for mysql_grant.this
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer: mysql_grant.this will be represented by mysql_grant.this
2022-11-15T13:02:12.379+0100 [TRACE] DiffTransformer complete
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:12.379+0100 [DEBUG] Resource state not found for node "mysql_database.app", instance mysql_database.app
2022-11-15T13:02:12.379+0100 [DEBUG] Resource state not found for node "mysql_user.user", instance mysql_user.user
2022-11-15T13:02:12.379+0100 [DEBUG] Resource state not found for node "mysql_grant.this", instance mysql_grant.this
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:16,1-29
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user (expand)
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:22,1-32
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app (expand)
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:26,1-30
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this (expand)
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app" (*terraform.NodeApplyableResourceInstance) config from main.tf:22,1-32
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user" (*terraform.NodeApplyableResourceInstance) config from main.tf:16,1-29
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) config from main.tf:26,1-30
2022-11-15T13:02:12.379+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:12.379+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:12.379+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user (expand)
2022-11-15T13:02:12.379+0100 [DEBUG] ProviderTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app (expand)
2022-11-15T13:02:12.379+0100 [DEBUG] ProviderTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this (expand)
2022-11-15T13:02:12.379+0100 [DEBUG] ProviderTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app
2022-11-15T13:02:12.379+0100 [DEBUG] ProviderTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user
2022-11-15T13:02:12.379+0100 [DEBUG] ProviderTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this
2022-11-15T13:02:12.379+0100 [DEBUG] ProviderTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:12.379+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user (expand)
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app (expand)
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this (expand)
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this
2022-11-15T13:02:12.379+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this (expand)" references: []
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: [mysql_user.user mysql_user.user mysql_user.user (expand) mysql_database.app mysql_database.app mysql_database.app (expand) mysql_user.user mysql_user.user mysql_user.user (expand)]
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "mysql_user.user (expand)" references: []
2022-11-15T13:02:12.379+0100 [DEBUG] ReferenceTransformer: "mysql_database.app (expand)" references: []
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:12.379+0100 [TRACE] AttachDependenciesTransformer: mysql_database.app depends on []
2022-11-15T13:02:12.379+0100 [TRACE] AttachDependenciesTransformer: mysql_user.user depends on []
2022-11-15T13:02:12.379+0100 [TRACE] AttachDependenciesTransformer: mysql_grant.this depends on [mysql_database.app mysql_user.user]
2022-11-15T13:02:12.379+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:12.379+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:12.379+0100 [TRACE] ForcedCBDTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:12.380+0100 [TRACE] ForcedCBDTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:12.380+0100 [TRACE] ForcedCBDTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.380+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:12.380+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:12.380+0100 [DEBUG] Starting graph walk: walkApply
2022-11-15T13:02:12.380+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-15T13:02:12.380+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:12.380+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:12.396+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22]
2022-11-15T13:02:12.396+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55194
2022-11-15T13:02:12.396+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22
2022-11-15T13:02:12.399+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: configuring server automatic mTLS: timestamp=2022-11-15T13:02:12.399+0100
2022-11-15T13:02:12.417+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.22: plugin address: network=unix address=/tmp/plugin2883940399 timestamp=2022-11-15T13:02:12.417+0100
2022-11-15T13:02:12.417+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:12.433+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/petoju/mysql\"]" provider for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.433+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:12.433+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/petoju/mysql"]: using explicit config only
2022-11-15T13:02:12.433+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:12.433+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Getting provider schema: tf_provider_addr=provider tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_resource_type=mysql_global_variable tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_resource_type=mysql_grant tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_role tf_rpc=GetProviderSchema tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_resource_type=mysql_sql tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_user_password timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: @module=sdk.helper_schema tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_resource_type=mysql_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=mysql_ti_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found resource type: tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=mysql_tables tf_provider_addr=provider tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.433+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 @module=sdk.proto tf_proto_version=5.3 tf_req_id=8058a09f-6c76-b138-020c-68b5ac92580c tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:12.433+0100
2022-11-15T13:02:12.434+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:518 @module=sdk.proto tf_provider_addr=provider tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:38 tf_proto_version=5.3 tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.3 tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Preparing provider configuration: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:216 timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_provider_addr=provider tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f tf_rpc=PrepareProviderConfig diagnostic_warning_count=0 tf_req_duration_ms=0 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=ff7073ba-bb44-8291-a2dc-06edbd1b4b7f @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:12.434+0100
2022-11-15T13:02:12.434+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/petoju/mysql\"]" changed the config value, but that value is unused
2022-11-15T13:02:12.434+0100 [TRACE] GRPCProvider: ConfigureProvider
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=88be4f96-e7fd-cfb0-1b29-e50eac91ebe4 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:547 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=Configure timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_proto_version=5.3 tf_req_id=88be4f96-e7fd-cfb0-1b29-e50eac91ebe4 tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=88be4f96-e7fd-cfb0-1b29-e50eac91ebe4 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:556 timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:558 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=88be4f96-e7fd-cfb0-1b29-e50eac91ebe4 tf_rpc=Configure timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_duration_ms=0 tf_req_id=88be4f96-e7fd-cfb0-1b29-e50eac91ebe4 tf_rpc=Configure @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:567 @module=sdk.proto tf_req_id=88be4f96-e7fd-cfb0-1b29-e50eac91ebe4 tf_rpc=Configure tf_provider_addr=provider timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this (expand)": expanding dynamic subgraph
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this (expand)": entering dynamic subgraph
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodeApplyableResource)
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user (expand)": expanding dynamic subgraph
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user (expand)": entering dynamic subgraph
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodeApplyableResource)
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user (expand)": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_grant.this (expand)": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodeApplyableResourceInstance)
2022-11-15T13:02:12.435+0100 [TRACE] readDiff: Read Create change from plan for mysql_user.user
2022-11-15T13:02:12.435+0100 [TRACE] readResourceInstanceState: reading state for mysql_user.user
2022-11-15T13:02:12.435+0100 [TRACE] readResourceInstanceState: no state present for mysql_user.user
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app (expand)": expanding dynamic subgraph
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app (expand)": entering dynamic subgraph
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodeApplyableResource)
2022-11-15T13:02:12.435+0100 [TRACE] readDiff: Read Create change from plan for mysql_user.user
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app (expand)": visit complete
2022-11-15T13:02:12.435+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodeApplyableResourceInstance)
2022-11-15T13:02:12.435+0100 [TRACE] readDiff: Read Create change from plan for mysql_database.app
2022-11-15T13:02:12.435+0100 [TRACE] readResourceInstanceState: reading state for mysql_database.app
2022-11-15T13:02:12.435+0100 [TRACE] readResourceInstanceState: no state present for mysql_database.app
2022-11-15T13:02:12.435+0100 [TRACE] readDiff: Read Create change from plan for mysql_database.app
2022-11-15T13:02:12.435+0100 [TRACE] Re-validating config for "mysql_user.user"
2022-11-15T13:02:12.435+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.435+0100 [TRACE] Re-validating config for "mysql_database.app"
2022-11-15T13:02:12.435+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=586e77c8-6af3-69b7-cd19-7ce6eacf45df tf_rpc=ValidateResourceTypeConfig tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=586e77c8-6af3-69b7-cd19-7ce6eacf45df tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_req_id=586e77c8-6af3-69b7-cd19-7ce6eacf45df tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_database tf_req_id=586e77c8-6af3-69b7-cd19-7ce6eacf45df tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_provider_addr=provider @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_duration_ms=0 tf_req_id=586e77c8-6af3-69b7-cd19-7ce6eacf45df tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @module=sdk.proto tf_proto_version=5.3 tf_req_id=3abe869b-de66-5a09-303a-967a31a723cb tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 tf_provider_addr=provider tf_resource_type=mysql_user timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @module=sdk.proto tf_resource_type=mysql_database tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=586e77c8-6af3-69b7-cd19-7ce6eacf45df tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_req_id=3abe869b-de66-5a09-303a-967a31a723cb @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_req_id=3abe869b-de66-5a09-303a-967a31a723cb @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.435+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=3abe869b-de66-5a09-303a-967a31a723cb tf_resource_type=mysql_user timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 @module=sdk.proto tf_provider_addr=provider tf_req_id=3abe869b-de66-5a09-303a-967a31a723cb tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_req_id=3abe869b-de66-5a09-303a-967a31a723cb tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.435+0100
2022-11-15T13:02:12.436+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:12.436+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_req_id=1d92258f-1161-a004-da21-c546cca12169 tf_resource_type=mysql_user tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_resource_type=mysql_database tf_rpc=PlanResourceChange tf_provider_addr=provider tf_req_id=a4efc9fe-6b25-c957-a387-883b2ae3bbdb @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=a4efc9fe-6b25-c957-a387-883b2ae3bbdb tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=provider tf_resource_type=mysql_user tf_proto_version=5.3 tf_req_id=1d92258f-1161-a004-da21-c546cca12169 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_provider_addr=provider tf_req_id=a4efc9fe-6b25-c957-a387-883b2ae3bbdb tf_resource_type=mysql_database diagnostic_error_count=0 tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_rpc=PlanResourceChange tf_provider_addr=provider tf_req_id=a4efc9fe-6b25-c957-a387-883b2ae3bbdb tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_rpc=PlanResourceChange @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=1d92258f-1161-a004-da21-c546cca12169 tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_duration_ms=0 timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=1d92258f-1161-a004-da21-c546cca12169 @module=sdk.proto tf_resource_type=mysql_user tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.436+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_database.app, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .default_character_set: planned value cty.StringVal("utf8mb4") for a non-computed attribute
- .default_collation: planned value cty.StringVal("utf8mb4_general_ci") for a non-computed attribute
2022-11-15T13:02:12.436+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
mysql_database.app: Creating...
2022-11-15T13:02:12.436+0100 [INFO] Starting apply for mysql_database.app
2022-11-15T13:02:12.436+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_user.user, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .plaintext_password: sensitive planned value does not match config value
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
2022-11-15T13:02:12.436+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
mysql_user.user: Creating...
2022-11-15T13:02:12.436+0100 [INFO] Starting apply for mysql_user.user
2022-11-15T13:02:12.436+0100 [DEBUG] mysql_database.app: applying the planned Create change
2022-11-15T13:02:12.436+0100 [TRACE] GRPCProvider: ApplyResourceChange
2022-11-15T13:02:12.436+0100 [DEBUG] mysql_user.user: applying the planned Create change
2022-11-15T13:02:12.436+0100 [TRACE] GRPCProvider: ApplyResourceChange
2022-11-15T13:02:12.437+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:805 @module=sdk.proto tf_resource_type=mysql_database tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=a38ccec1-db4a-89eb-bc19-dee0899d2cc2 tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:12.436+0100
2022-11-15T13:02:12.437+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=a38ccec1-db4a-89eb-bc19-dee0899d2cc2 tf_rpc=ApplyResourceChange @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.437+0100
2022-11-15T13:02:12.437+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:805 @module=sdk.proto tf_req_id=e6533b95-23cb-512f-9f7c-6044d2fdacfd tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:12.437+0100
2022-11-15T13:02:12.437+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_req_id=e6533b95-23cb-512f-9f7c-6044d2fdacfd tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_resource_type=mysql_user timestamp=2022-11-15T13:02:12.437+0100
2022-11-15T13:02:12.437+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:836 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a38ccec1-db4a-89eb-bc19-dee0899d2cc2 tf_rpc=ApplyResourceChange tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.437+0100
2022-11-15T13:02:12.437+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: 2022/11/15 13:02:12 [DEBUG] Waiting for state to become: [success]: timestamp=2022-11-15T13:02:12.437+0100
2022-11-15T13:02:12.437+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: tf_resource_type=mysql_user tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:836 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=e6533b95-23cb-512f-9f7c-6044d2fdacfd timestamp=2022-11-15T13:02:12.437+0100
2022-11-15T13:02:12.520+0100 [TRACE] provider.stdio: received data: channel=STDOUT len=26
2022-11-15T13:02:12.520+0100 [WARN] unexpected data: registry.terraform.io/petoju/mysql:stdout="AAA Running after connect"
2022-11-15T13:02:12.520+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:12.536+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: 2022/11/15 13:02:12 Executing statement: CREATE DATABASE `databasename` CHARACTER SET `utf8mb4` COLLATE `utf8mb4_general_ci`: timestamp=2022-11-15T13:02:12.536+0100
2022-11-15T13:02:12.536+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: 2022/11/15 13:02:12 Executing statement: CREATE USER 'dbusername'@'%' IDENTIFIED BY 'test_pass' REQUIRE NONE: timestamp=2022-11-15T13:02:12.536+0100
2022-11-15T13:02:12.552+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: 2022/11/15 13:02:12 Executing query: SHOW CREATE DATABASE `databasename`: timestamp=2022-11-15T13:02:12.552+0100
2022-11-15T13:02:12.566+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @module=sdk.helper_schema tf_resource_type=mysql_database tf_req_id=a38ccec1-db4a-89eb-bc19-dee0899d2cc2 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:838 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.565+0100
2022-11-15T13:02:12.566+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_rpc=ApplyResourceChange diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_id=a38ccec1-db4a-89eb-bc19-dee0899d2cc2 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=129 tf_resource_type=mysql_database timestamp=2022-11-15T13:02:12.566+0100
2022-11-15T13:02:12.566+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:831 tf_req_id=a38ccec1-db4a-89eb-bc19-dee0899d2cc2 tf_resource_type=mysql_database tf_rpc=ApplyResourceChange @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.566+0100
2022-11-15T13:02:12.566+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_database.app
2022-11-15T13:02:12.566+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_database.app
2022-11-15T13:02:12.566+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_database.app
2022-11-15T13:02:12.566+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_database.app
mysql_database.app: Creation complete after 1s [id=databasename]
2022-11-15T13:02:12.567+0100 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2022-11-15T13:02:12.567+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 24
2022-11-15T13:02:12.567+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:12.577+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:12.621+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @module=sdk.helper_schema tf_req_id=e6533b95-23cb-512f-9f7c-6044d2fdacfd @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:838 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:12.621+0100
2022-11-15T13:02:12.621+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_req_id=e6533b95-23cb-512f-9f7c-6044d2fdacfd tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=ApplyResourceChange diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=184 timestamp=2022-11-15T13:02:12.621+0100
2022-11-15T13:02:12.621+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:831 @module=sdk.proto tf_provider_addr=provider tf_req_id=e6533b95-23cb-512f-9f7c-6044d2fdacfd tf_proto_version=5.3 tf_resource_type=mysql_user tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:12.621+0100
2022-11-15T13:02:12.621+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_user.user
2022-11-15T13:02:12.622+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_user.user
2022-11-15T13:02:12.622+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_user.user
2022-11-15T13:02:12.622+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_user.user
mysql_user.user: Creation complete after 1s [id=dbusername@%]
2022-11-15T13:02:12.622+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-11-15T13:02:12.622+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 25
2022-11-15T13:02:12.622+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:12.626+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:12.626+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodeApplyableResourceInstance)
2022-11-15T13:02:12.626+0100 [TRACE] readDiff: Read Create change from plan for mysql_grant.this
2022-11-15T13:02:12.626+0100 [TRACE] readResourceInstanceState: reading state for mysql_grant.this
2022-11-15T13:02:12.626+0100 [TRACE] readResourceInstanceState: no state present for mysql_grant.this
2022-11-15T13:02:12.626+0100 [TRACE] readDiff: Read Create change from plan for mysql_grant.this
2022-11-15T13:02:12.626+0100 [TRACE] Re-validating config for "mysql_grant.this"
2022-11-15T13:02:12.626+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: tf_resource_type=mysql_grant tf_provider_addr=provider tf_req_id=5dd0c9ce-98bf-8954-bd15-d9a4184c42c0 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=provider tf_req_id=5dd0c9ce-98bf-8954-bd15-d9a4184c42c0 tf_proto_version=5.3 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider tf_req_id=5dd0c9ce-98bf-8954-bd15-d9a4184c42c0 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_req_id=5dd0c9ce-98bf-8954-bd15-d9a4184c42c0 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig tf_req_id=5dd0c9ce-98bf-8954-bd15-d9a4184c42c0 timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_proto_version=5.3 tf_req_id=5dd0c9ce-98bf-8954-bd15-d9a4184c42c0 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=3bc107d3-5c15-f8a1-de83-33f23d9e9d56 tf_rpc=PlanResourceChange @module=sdk.proto tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_proto_version=5.3 tf_req_id=3bc107d3-5c15-f8a1-de83-33f23d9e9d56 tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_resource_type=mysql_grant tf_rpc=PlanResourceChange diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=3bc107d3-5c15-f8a1-de83-33f23d9e9d56 timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: tf_provider_addr=provider tf_req_id=3bc107d3-5c15-f8a1-de83-33f23d9e9d56 tf_resource_type=mysql_grant tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:12.627+0100
2022-11-15T13:02:12.627+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_grant.this, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .table: planned value cty.StringVal("*") for a non-computed attribute
- .grant: planned value cty.False for a non-computed attribute
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
2022-11-15T13:02:12.627+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
mysql_grant.this: Creating...
2022-11-15T13:02:12.627+0100 [INFO] Starting apply for mysql_grant.this
2022-11-15T13:02:12.628+0100 [DEBUG] mysql_grant.this: applying the planned Create change
2022-11-15T13:02:12.628+0100 [TRACE] GRPCProvider: ApplyResourceChange
2022-11-15T13:02:12.628+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:805 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=aedd3ec5-f83a-2343-4db3-60bc18e2bdf8 tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:12.628+0100
2022-11-15T13:02:12.628+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Sending request downstream: tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=aedd3ec5-f83a-2343-4db3-60bc18e2bdf8 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-15T13:02:12.628+0100
2022-11-15T13:02:12.628+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Calling downstream: @module=sdk.helper_schema tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:836 tf_provider_addr=provider tf_req_id=aedd3ec5-f83a-2343-4db3-60bc18e2bdf8 tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:12.628+0100
2022-11-15T13:02:12.648+0100 [INFO] provider.terraform-provider-mysql_v3.0.22: 2022/11/15 13:02:12 Executing statement: GRANT SELECT ON `databasename`.* TO 'dbusername'@'%': timestamp=2022-11-15T13:02:12.648+0100
2022-11-15T13:02:12.696+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Called downstream: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:838 @module=sdk.helper_schema tf_rpc=ApplyResourceChange tf_req_id=aedd3ec5-f83a-2343-4db3-60bc18e2bdf8 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:12.696+0100
2022-11-15T13:02:12.696+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Received downstream response: tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=68 tf_req_id=aedd3ec5-f83a-2343-4db3-60bc18e2bdf8 diagnostic_error_count=0 timestamp=2022-11-15T13:02:12.696+0100
2022-11-15T13:02:12.696+0100 [TRACE] provider.terraform-provider-mysql_v3.0.22: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:831 @module=sdk.proto tf_resource_type=mysql_grant tf_req_id=aedd3ec5-f83a-2343-4db3-60bc18e2bdf8 tf_rpc=ApplyResourceChange tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:12.696+0100
2022-11-15T13:02:12.697+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_grant.this
2022-11-15T13:02:12.697+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_grant.this
2022-11-15T13:02:12.697+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_grant.this
2022-11-15T13:02:12.697+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_grant.this
mysql_grant.this: Creation complete after 0s [id=dbusername@%:`databasename`]
2022-11-15T13:02:12.697+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-11-15T13:02:12.697+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 26
2022-11-15T13:02:12.697+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:12.702+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:12.702+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-11-15T13:02:12.702+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:12.702+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:12.703+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64/terraform-provider-mysql_v3.0.22 pid=55194
2022-11-15T13:02:12.703+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:12.703+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": visit complete
2022-11-15T13:02:12.703+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-11-15T13:02:12.703+0100 [TRACE] vertex "root": visit complete
2022-11-15T13:02:12.703+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-11-15T13:02:12.703+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 27
2022-11-15T13:02:12.703+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:12.713+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-11-15T13:02:12.713+0100 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
$:~/temp-db-debug$ TF_LOG=trace terraform apply -auto-approve
2022-11-15T13:02:53.392+0100 [INFO] Terraform version: 1.3.4
2022-11-15T13:02:53.392+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-11-15T13:02:53.392+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-11-15T13:02:53.392+0100 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-11-15T13:02:53.392+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-11-15T13:02:53.392+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.0
2022-11-15T13:02:53.392+0100 [INFO] Go runtime version: go1.18.7
2022-11-15T13:02:53.392+0100 [INFO] CLI args: []string{"/snap/terraform/418/terraform", "apply", "-auto-approve"}
2022-11-15T13:02:53.392+0100 [TRACE] Stdout is a terminal of width 140
2022-11-15T13:02:53.392+0100 [TRACE] Stderr is a terminal of width 140
2022-11-15T13:02:53.392+0100 [TRACE] Stdin is a terminal
2022-11-15T13:02:53.392+0100 [DEBUG] Attempting to open CLI config file: /home/mathias.pius/.terraformrc
2022-11-15T13:02:53.392+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /home/mathias.pius/.terraform.d/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /home/mathias.pius/.local/share/terraform/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/gnome/terraform/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2022-11-15T13:02:53.392+0100 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2022-11-15T13:02:53.392+0100 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2022-11-15T13:02:53.393+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-11-15T13:02:53.393+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-11-15T13:02:53.393+0100 [DEBUG] New state was assigned lineage "399f3af0-fe63-7443-9097-160b3a5ef283"
2022-11-15T13:02:53.393+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-11-15T13:02:53.393+0100 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-11-15T13:02:53.394+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-11-15T13:02:53.395+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/petoju/mysql v3.0.22 for linux_amd64 at .terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64
2022-11-15T13:02:53.395+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/petoju/mysql v3.0.24 for linux_amd64 at .terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64
2022-11-15T13:02:53.395+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/petoju/mysql/3.0.22/linux_amd64 as a candidate package for registry.terraform.io/petoju/mysql 3.0.22
2022-11-15T13:02:53.395+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64 as a candidate package for registry.terraform.io/petoju/mysql 3.0.24
2022-11-15T13:02:53.432+0100 [DEBUG] checking for provisioner in "."
2022-11-15T13:02:53.432+0100 [DEBUG] checking for provisioner in "/snap/terraform/418"
2022-11-15T13:02:53.432+0100 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-11-15T13:02:53.433+0100 [INFO] backend/local: starting Apply operation
2022-11-15T13:02:53.433+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2022-11-15T13:02:53.433+0100 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-11-15T13:02:53.433+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2022-11-15T13:02:53.433+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-11-15T13:02:53.433+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "ae92273d-1f14-6a9d-34b0-a3b351007ba9" serial 31
2022-11-15T13:02:53.433+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-11-15T13:02:53.433+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-11-15T13:02:53.433+0100 [TRACE] backend/local: reading remote state for workspace "default"
2022-11-15T13:02:53.433+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-11-15T13:02:53.433+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "ae92273d-1f14-6a9d-34b0-a3b351007ba9" serial 31
2022-11-15T13:02:53.433+0100 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-11-15T13:02:53.434+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/petoju/mysql has 3.0.24 to satisfy "3.0.24"
2022-11-15T13:02:53.434+0100 [TRACE] terraform.NewContext: starting
2022-11-15T13:02:53.434+0100 [TRACE] terraform.NewContext: complete
2022-11-15T13:02:53.434+0100 [TRACE] backend/local: requesting interactive input, if necessary
2022-11-15T13:02:53.434+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/petoju/mysql"
2022-11-15T13:02:53.434+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/petoju/mysql" to read its schema
2022-11-15T13:02:53.434+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:53.434+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:53.449+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24]
2022-11-15T13:02:53.449+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55422
2022-11-15T13:02:53.449+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24
2022-11-15T13:02:53.453+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: configuring server automatic mTLS: timestamp=2022-11-15T13:02:53.453+0100
2022-11-15T13:02:53.470+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:53.470+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.24: plugin address: address=/tmp/plugin306014494 network=unix timestamp=2022-11-15T13:02:53.470+0100
2022-11-15T13:02:53.486+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:53.486+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.proto timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=mysql_user_password tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_resource_type=mysql_ti_config tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_resource_type=mysql_global_variable @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=mysql_grant tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_resource_type=mysql_role tf_provider_addr=provider @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_resource_type=mysql_sql tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found data source type: tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=mysql_tables tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=provider tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_req_id=59b828cb-f156-be41-b26b-a30b16dd76c4 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 @module=sdk.proto timestamp=2022-11-15T13:02:53.487+0100
2022-11-15T13:02:53.487+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:53.488+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:53.489+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55422
2022-11-15T13:02:53.489+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:53.489+0100 [TRACE] Context.Input: Prompting for provider arguments
2022-11-15T13:02:53.489+0100 [TRACE] Context.Input: Provider provider.mysql declared at main.tf:10,1-17
2022-11-15T13:02:53.489+0100 [TRACE] Context.Input: Input for provider.mysql: map[string]cty.Value{}
2022-11-15T13:02:53.489+0100 [TRACE] backend/local: running validation operation
2022-11-15T13:02:53.489+0100 [DEBUG] Building and walking validate graph
2022-11-15T13:02:53.489+0100 [TRACE] building graph for walkValidate
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:53.489+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
------
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2022-11-15T13:02:53.489+0100 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:53.489+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this" (*terraform.NodeValidatableResource) config from main.tf:26,1-30
2022-11-15T13:02:53.489+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this
2022-11-15T13:02:53.489+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user" (*terraform.NodeValidatableResource) config from main.tf:16,1-29
2022-11-15T13:02:53.489+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user
2022-11-15T13:02:53.489+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app" (*terraform.NodeValidatableResource) config from main.tf:22,1-32
2022-11-15T13:02:53.489+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:53.489+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:53.489+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user
2022-11-15T13:02:53.489+0100 [DEBUG] ProviderTransformer: "mysql_user.user" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.489+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app
2022-11-15T13:02:53.489+0100 [DEBUG] ProviderTransformer: "mysql_database.app" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.489+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this
2022-11-15T13:02:53.489+0100 [DEBUG] ProviderTransformer: "mysql_grant.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:53.489+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:53.489+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user
2022-11-15T13:02:53.489+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app
2022-11-15T13:02:53.489+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this
2022-11-15T13:02:53.489+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.489+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:53.489+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:53.489+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: [mysql_database.app mysql_user.user mysql_user.user]
2022-11-15T13:02:53.489+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeValidatableResource
mysql_grant.this - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.489+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:53.489+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeValidatableResource
mysql_database.app - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
mysql_user.user - *terraform.NodeValidatableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.489+0100 [DEBUG] Starting graph walk: walkValidate
2022-11-15T13:02:53.489+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-15T13:02:53.489+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:53.489+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:53.505+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24]
2022-11-15T13:02:53.505+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55434
2022-11-15T13:02:53.505+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24
2022-11-15T13:02:53.509+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: configuring server automatic mTLS: timestamp=2022-11-15T13:02:53.509+0100
2022-11-15T13:02:53.526+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.24: plugin address: address=/tmp/plugin3021111296 network=unix timestamp=2022-11-15T13:02:53.526+0100
2022-11-15T13:02:53.526+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:53.541+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/petoju/mysql\"]" provider for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.541+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:53.541+0100 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.541+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/petoju/mysql"]: using explicit config only
2022-11-15T13:02:53.541+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Getting provider schema: tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_resource_type=mysql_global_variable tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_resource_type=mysql_role @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_resource_type=mysql_sql tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_resource_type=mysql_user_password timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_resource_type=mysql_ti_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=mysql_tables timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @module=sdk.proto tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.542+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=c57b31d5-ac3b-1275-3741-01da54fde8fb tf_rpc=GetProviderSchema @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 timestamp=2022-11-15T13:02:53.542+0100
2022-11-15T13:02:53.543+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-11-15T13:02:53.543+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_provider_addr=provider tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:518 timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.543+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @module=sdk.proto tf_proto_version=5.3 tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:38 tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.543+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_provider_addr=provider tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b @module=sdk.proto tf_proto_version=5.3 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.543+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Preparing provider configuration: tf_provider_addr=provider tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.543+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.543+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:218 timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_proto_version=5.3 tf_req_duration_ms=0 tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b tf_rpc=PrepareProviderConfig @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider timestamp=2022-11-15T13:02:53.543+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:539 tf_req_id=2a5193aa-7891-77a0-ce44-2b559ef17e2b tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": visit complete
2022-11-15T13:02:53.544+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodeValidatableResource)
2022-11-15T13:02:53.544+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.544+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodeValidatableResource)
2022-11-15T13:02:53.544+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.3 tf_req_id=b287dc5d-8c12-ee4f-0990-2a3eea0db093 tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_proto_version=5.3 tf_req_id=b287dc5d-8c12-ee4f-0990-2a3eea0db093 tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=provider timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_provider_addr=provider tf_req_id=b287dc5d-8c12-ee4f-0990-2a3eea0db093 tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_req_id=b287dc5d-8c12-ee4f-0990-2a3eea0db093 tf_resource_type=mysql_database @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=b287dc5d-8c12-ee4f-0990-2a3eea0db093 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_provider_addr=provider tf_req_id=513a72ea-7bf6-8521-1d02-8020e3e6f473 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_req_id=b287dc5d-8c12-ee4f-0990-2a3eea0db093 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_req_id=513a72ea-7bf6-8521-1d02-8020e3e6f473 timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @module=sdk.helper_schema tf_req_id=513a72ea-7bf6-8521-1d02-8020e3e6f473 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig tf_req_id=513a72ea-7bf6-8521-1d02-8020e3e6f473 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=0 tf_req_id=513a72ea-7bf6-8521-1d02-8020e3e6f473 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:53.544+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=513a72ea-7bf6-8521-1d02-8020e3e6f473 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto timestamp=2022-11-15T13:02:53.544+0100
2022-11-15T13:02:53.544+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodeValidatableResource)
2022-11-15T13:02:53.544+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.545+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_req_id=2d29423b-d7da-29a9-bf24-adb087fe6e02 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.545+0100
2022-11-15T13:02:53.545+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_provider_addr=provider tf_req_id=2d29423b-d7da-29a9-bf24-adb087fe6e02 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:53.545+0100
2022-11-15T13:02:53.545+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @module=sdk.helper_schema tf_req_id=2d29423b-d7da-29a9-bf24-adb087fe6e02 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider timestamp=2022-11-15T13:02:53.545+0100
2022-11-15T13:02:53.545+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_req_id=2d29423b-d7da-29a9-bf24-adb087fe6e02 timestamp=2022-11-15T13:02:53.545+0100
2022-11-15T13:02:53.545+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=2d29423b-d7da-29a9-bf24-adb087fe6e02 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.545+0100
2022-11-15T13:02:53.545+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 tf_proto_version=5.3 @module=sdk.proto tf_req_id=2d29423b-d7da-29a9-bf24-adb087fe6e02 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.545+0100
2022-11-15T13:02:53.545+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:53.545+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-11-15T13:02:53.545+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:53.545+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:53.546+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55434
2022-11-15T13:02:53.546+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:53.546+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": visit complete
2022-11-15T13:02:53.546+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-11-15T13:02:53.546+0100 [TRACE] vertex "root": visit complete
2022-11-15T13:02:53.546+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/petoju/mysql"
2022-11-15T13:02:53.546+0100 [INFO] backend/local: apply calling Plan
2022-11-15T13:02:53.546+0100 [DEBUG] Building and walking plan graph for NormalMode
2022-11-15T13:02:53.546+0100 [TRACE] building graph for walkPlan
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:53.546+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
------
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2022-11-15T13:02:53.546+0100 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:53.546+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:26,1-30
2022-11-15T13:02:53.546+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this (expand)
2022-11-15T13:02:53.546+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:16,1-29
2022-11-15T13:02:53.546+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user (expand)
2022-11-15T13:02:53.546+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:22,1-32
2022-11-15T13:02:53.546+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app (expand)
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:53.546+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:53.546+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user (expand)
2022-11-15T13:02:53.546+0100 [DEBUG] ProviderTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.546+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app (expand)
2022-11-15T13:02:53.546+0100 [DEBUG] ProviderTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.546+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this (expand)
2022-11-15T13:02:53.546+0100 [DEBUG] ProviderTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:53.546+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:53.546+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:53.546+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:53.546+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user (expand)
2022-11-15T13:02:53.546+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app (expand)
2022-11-15T13:02:53.546+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this (expand)
2022-11-15T13:02:53.546+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.547+0100 [DEBUG] ReferenceTransformer: "mysql_user.user (expand)" references: []
2022-11-15T13:02:53.547+0100 [DEBUG] ReferenceTransformer: "mysql_database.app (expand)" references: []
2022-11-15T13:02:53.547+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this (expand)" references: [mysql_database.app (expand) mysql_user.user (expand) mysql_user.user (expand)]
2022-11-15T13:02:53.547+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:53.547+0100 [TRACE] AttachDependenciesTransformer: mysql_grant.this depends on [mysql_database.app mysql_user.user]
2022-11-15T13:02:53.547+0100 [TRACE] AttachDependenciesTransformer: mysql_user.user depends on []
2022-11-15T13:02:53.547+0100 [TRACE] AttachDependenciesTransformer: mysql_database.app depends on []
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:53.547+0100 [TRACE] ForcedCBDTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-15T13:02:53.547+0100 [TRACE] ForcedCBDTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-15T13:02:53.547+0100 [TRACE] ForcedCBDTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.547+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:53.547+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
mysql_database.app (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
mysql_user.user (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.547+0100 [DEBUG] Starting graph walk: walkPlan
2022-11-15T13:02:53.547+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-15T13:02:53.547+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:53.547+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:53.563+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24]
2022-11-15T13:02:53.563+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55446
2022-11-15T13:02:53.563+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24
2022-11-15T13:02:53.566+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: configuring server automatic mTLS: timestamp=2022-11-15T13:02:53.566+0100
2022-11-15T13:02:53.584+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.24: plugin address: address=/tmp/plugin746041756 network=unix timestamp=2022-11-15T13:02:53.583+0100
2022-11-15T13:02:53.584+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:53.599+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/petoju/mysql\"]" provider for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.599+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.599+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/petoju/mysql"]: using explicit config only
2022-11-15T13:02:53.599+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:53.599+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_resource_type=mysql_ti_config timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_resource_type=mysql_global_variable @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_resource_type=mysql_role @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_resource_type=mysql_sql tf_rpc=GetProviderSchema tf_provider_addr=provider @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_resource_type=mysql_user_password @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 tf_data_source_type=mysql_tables timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_error_count=0 tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.599+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @module=sdk.proto tf_provider_addr=provider tf_req_id=65febe94-9328-69f5-ef37-a7eb22df1cdc tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.599+0100
2022-11-15T13:02:53.600+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_rpc=PrepareProviderConfig tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.3 tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:518 timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:38 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Preparing provider configuration: tf_provider_addr=provider tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:216 timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: tf_provider_addr=provider tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=PrepareProviderConfig diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_provider_addr=provider tf_req_id=a9427eec-8986-fa8b-8369-f2da4f64462b tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/petoju/mysql\"]" changed the config value, but that value is unused
2022-11-15T13:02:53.600+0100 [TRACE] GRPCProvider: ConfigureProvider
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=bf9c3953-dfb2-9bf4-c2c6-8bebd886bd2a @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:547 tf_rpc=Configure timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.600+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_req_id=bf9c3953-dfb2-9bf4-c2c6-8bebd886bd2a tf_provider_addr=provider tf_rpc=Configure timestamp=2022-11-15T13:02:53.600+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=bf9c3953-dfb2-9bf4-c2c6-8bebd886bd2a tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:556 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=bf9c3953-dfb2-9bf4-c2c6-8bebd886bd2a tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:558 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=bf9c3953-dfb2-9bf4-c2c6-8bebd886bd2a timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:567 tf_provider_addr=provider tf_req_id=bf9c3953-dfb2-9bf4-c2c6-8bebd886bd2a tf_rpc=Configure @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": visit complete
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_user.user (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_user.user (expand)": expanding dynamic subgraph
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-15T13:02:53.601+0100 [TRACE] ResourceCountTransformer: adding mysql_user.user as *terraform.NodePlannableResourceInstance
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
mysql_user.user - *terraform.NodePlannableResourceInstance
------
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.601+0100 [DEBUG] Resource instance state not found for node "mysql_user.user", instance mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_database.app (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_database.app (expand)": expanding dynamic subgraph
2022-11-15T13:02:53.601+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_user.user (expand)": entering dynamic subgraph
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-15T13:02:53.601+0100 [TRACE] readResourceInstanceState: reading state for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] readResourceInstanceState: no state present for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResourceInstance.refresh for mysql_user.user
2022-11-15T13:02:53.601+0100 [DEBUG] refresh: mysql_user.user: no state, so not refreshing
2022-11-15T13:02:53.601+0100 [TRACE] ResourceCountTransformer: adding mysql_database.app as *terraform.NodePlannableResourceInstance
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
mysql_database.app - *terraform.NodePlannableResourceInstance
------
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_user.user
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.601+0100 [DEBUG] Resource instance state not found for node "mysql_database.app", instance mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.601+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-15T13:02:53.601+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_database.app (expand)": entering dynamic subgraph
2022-11-15T13:02:53.601+0100 [TRACE] Re-validating config for "mysql_user.user"
2022-11-15T13:02:53.601+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-15T13:02:53.601+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.601+0100 [TRACE] readResourceInstanceState: reading state for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] readResourceInstanceState: no state present for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResourceInstance.refresh for mysql_database.app
2022-11-15T13:02:53.601+0100 [DEBUG] refresh: mysql_database.app: no state, so not refreshing
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_database.app
2022-11-15T13:02:53.601+0100 [TRACE] Re-validating config for "mysql_database.app"
2022-11-15T13:02:53.601+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_proto_version=5.3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_provider_addr=provider tf_req_id=b6d5b8a0-1392-58fb-871d-eb6b0209fe97 tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=b6d5b8a0-1392-58fb-871d-eb6b0209fe97 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_resource_type=mysql_user tf_provider_addr=provider tf_req_id=b6d5b8a0-1392-58fb-871d-eb6b0209fe97 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @module=sdk.helper_schema tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_provider_addr=provider tf_req_id=b6d5b8a0-1392-58fb-871d-eb6b0209fe97 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=b6d5b8a0-1392-58fb-871d-eb6b0209fe97 tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_provider_addr=provider tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_proto_version=5.3 tf_req_id=b6d5b8a0-1392-58fb-871d-eb6b0209fe97 tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_req_id=7236d6b5-a36a-7984-b93c-bb9f5519821b tf_provider_addr=provider tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=provider tf_req_id=7236d6b5-a36a-7984-b93c-bb9f5519821b tf_resource_type=mysql_database tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.601+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7236d6b5-a36a-7984-b93c-bb9f5519821b tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7236d6b5-a36a-7984-b93c-bb9f5519821b tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=provider tf_req_id=7236d6b5-a36a-7984-b93c-bb9f5519821b tf_rpc=ValidateResourceTypeConfig @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2022-11-15T13:02:53.601+0100
2022-11-15T13:02:53.602+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_req_id=7236d6b5-a36a-7984-b93c-bb9f5519821b @module=sdk.proto tf_proto_version=5.3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 tf_provider_addr=provider tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=63620007-b41d-a2d7-eefd-5c51d852ee66 tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_resource_type=mysql_user tf_rpc=PlanResourceChange tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=63620007-b41d-a2d7-eefd-5c51d852ee66 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_provider_addr=provider tf_req_id=2806bbfb-b0e3-4bf5-bb58-93a78aa11960 tf_resource_type=mysql_database tf_rpc=PlanResourceChange tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 @module=sdk.proto timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_rpc=PlanResourceChange tf_req_id=2806bbfb-b0e3-4bf5-bb58-93a78aa11960 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_req_duration_ms=0 tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_rpc=PlanResourceChange @module=sdk.proto tf_provider_addr=provider tf_req_id=2806bbfb-b0e3-4bf5-bb58-93a78aa11960 timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=63620007-b41d-a2d7-eefd-5c51d852ee66 tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @module=sdk.proto tf_provider_addr=provider tf_req_id=2806bbfb-b0e3-4bf5-bb58-93a78aa11960 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 tf_proto_version=5.3 tf_resource_type=mysql_database tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 @module=sdk.proto tf_provider_addr=provider tf_rpc=PlanResourceChange tf_proto_version=5.3 tf_req_id=63620007-b41d-a2d7-eefd-5c51d852ee66 tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.602+0100
2022-11-15T13:02:53.602+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_database.app, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .default_character_set: planned value cty.StringVal("utf8mb4") for a non-computed attribute
- .default_collation: planned value cty.StringVal("utf8mb4_general_ci") for a non-computed attribute
2022-11-15T13:02:53.602+0100 [TRACE] writeChange: recorded Create change for mysql_database.app
2022-11-15T13:02:53.602+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_database.app
2022-11-15T13:02:53.602+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_database.app
2022-11-15T13:02:53.602+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_user.user, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
- .plaintext_password: sensitive planned value does not match config value
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_database.app (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_database.app (expand)": visit complete
2022-11-15T13:02:53.602+0100 [TRACE] writeChange: recorded Create change for mysql_user.user
2022-11-15T13:02:53.602+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_user.user
2022-11-15T13:02:53.602+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_user.user
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_user.user (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_user.user (expand)": visit complete
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_grant.this (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_grant.this (expand)": expanding dynamic subgraph
2022-11-15T13:02:53.602+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-15T13:02:53.602+0100 [TRACE] ResourceCountTransformer: adding mysql_grant.this as *terraform.NodePlannableResourceInstance
2022-11-15T13:02:53.602+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
mysql_grant.this - *terraform.NodePlannableResourceInstance
------
2022-11-15T13:02:53.602+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-15T13:02:53.602+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-15T13:02:53.602+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.602+0100 [DEBUG] Resource instance state not found for node "mysql_grant.this", instance mysql_grant.this
2022-11-15T13:02:53.602+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.602+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.602+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.602+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.602+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: []
2022-11-15T13:02:53.602+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-15T13:02:53.602+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-15T13:02:53.602+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_grant.this (expand)": entering dynamic subgraph
2022-11-15T13:02:53.602+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-15T13:02:53.602+0100 [TRACE] readResourceInstanceState: reading state for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] readResourceInstanceState: no state present for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResourceInstance.refresh for mysql_grant.this
2022-11-15T13:02:53.603+0100 [DEBUG] refresh: mysql_grant.this: no state, so not refreshing
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:53.603+0100 [TRACE] Re-validating config for "mysql_grant.this"
2022-11-15T13:02:53.603+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_provider_addr=provider tf_req_id=c66eedc4-5d06-1ec4-b008-abe375c32f12 tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_req_id=c66eedc4-5d06-1ec4-b008-abe375c32f12 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_req_id=c66eedc4-5d06-1ec4-b008-abe375c32f12 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_provider_addr=provider tf_req_id=c66eedc4-5d06-1ec4-b008-abe375c32f12 tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_proto_version=5.3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_resource_type=mysql_grant diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=c66eedc4-5d06-1ec4-b008-abe375c32f12 timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 tf_req_id=c66eedc4-5d06-1ec4-b008-abe375c32f12 tf_resource_type=mysql_grant @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_req_id=10f13e25-1bcf-6c94-baae-acab5807128f tf_resource_type=mysql_grant tf_rpc=PlanResourceChange tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 @module=sdk.proto timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.603+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_req_id=10f13e25-1bcf-6c94-baae-acab5807128f tf_resource_type=mysql_grant tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:53.603+0100
2022-11-15T13:02:53.604+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_id=10f13e25-1bcf-6c94-baae-acab5807128f tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=0 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.604+0100
2022-11-15T13:02:53.604+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 tf_resource_type=mysql_grant @module=sdk.proto tf_provider_addr=provider tf_req_id=10f13e25-1bcf-6c94-baae-acab5807128f timestamp=2022-11-15T13:02:53.604+0100
2022-11-15T13:02:53.604+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_grant.this, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .grant: planned value cty.False for a non-computed attribute
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
- .table: planned value cty.StringVal("*") for a non-computed attribute
2022-11-15T13:02:53.604+0100 [TRACE] writeChange: recorded Create change for mysql_grant.this
2022-11-15T13:02:53.604+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_grant.this
2022-11-15T13:02:53.604+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_grant.this
2022-11-15T13:02:53.604+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:53.604+0100 [TRACE] vertex "mysql_grant.this (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:53.604+0100 [TRACE] vertex "mysql_grant.this (expand)": visit complete
2022-11-15T13:02:53.604+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-11-15T13:02:53.604+0100 [TRACE] GRPCProvider: Close
2022-11-15T13:02:53.605+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:53.605+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55446
2022-11-15T13:02:53.605+0100 [DEBUG] provider: plugin exited
2022-11-15T13:02:53.605+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"] (close)": visit complete
2022-11-15T13:02:53.605+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-11-15T13:02:53.606+0100 [TRACE] vertex "root": visit complete
2022-11-15T13:02:53.606+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/petoju/mysql"
2022-11-15T13:02:53.606+0100 [DEBUG] building apply graph to check for errors
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:53.606+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer starting
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer: found Create change for mysql_database.app
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer: mysql_database.app will be represented by mysql_database.app
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer: found Create change for mysql_user.user
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer: mysql_user.user will be represented by mysql_user.user
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer: found Create change for mysql_grant.this
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer: mysql_grant.this will be represented by mysql_grant.this
2022-11-15T13:02:53.606+0100 [TRACE] DiffTransformer complete
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.606+0100 [DEBUG] Resource state not found for node "mysql_database.app", instance mysql_database.app
2022-11-15T13:02:53.606+0100 [DEBUG] Resource state not found for node "mysql_user.user", instance mysql_user.user
2022-11-15T13:02:53.606+0100 [DEBUG] Resource state not found for node "mysql_grant.this", instance mysql_grant.this
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user" (*terraform.NodeApplyableResourceInstance) config from main.tf:16,1-29
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) config from main.tf:26,1-30
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:16,1-29
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user (expand)
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:22,1-32
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app (expand)
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:26,1-30
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this (expand)
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app" (*terraform.NodeApplyableResourceInstance) config from main.tf:22,1-32
2022-11-15T13:02:53.606+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:53.606+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:53.606+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user
2022-11-15T13:02:53.606+0100 [DEBUG] ProviderTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this
2022-11-15T13:02:53.606+0100 [DEBUG] ProviderTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user (expand)
2022-11-15T13:02:53.606+0100 [DEBUG] ProviderTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app (expand)
2022-11-15T13:02:53.606+0100 [DEBUG] ProviderTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this (expand)
2022-11-15T13:02:53.606+0100 [DEBUG] ProviderTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app
2022-11-15T13:02:53.606+0100 [DEBUG] ProviderTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:53.606+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user (expand)
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app (expand)
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this (expand)
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user
2022-11-15T13:02:53.606+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "mysql_user.user (expand)" references: []
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "mysql_database.app (expand)" references: []
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this (expand)" references: []
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: [mysql_database.app (expand) mysql_database.app mysql_database.app mysql_user.user (expand) mysql_user.user mysql_user.user mysql_user.user (expand) mysql_user.user mysql_user.user]
2022-11-15T13:02:53.606+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:53.606+0100 [TRACE] AttachDependenciesTransformer: mysql_user.user depends on []
2022-11-15T13:02:53.606+0100 [TRACE] AttachDependenciesTransformer: mysql_grant.this depends on [mysql_database.app mysql_user.user]
2022-11-15T13:02:53.606+0100 [TRACE] AttachDependenciesTransformer: mysql_database.app depends on []
2022-11-15T13:02:53.606+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:53.606+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:53.606+0100 [TRACE] ForcedCBDTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:53.606+0100 [TRACE] ForcedCBDTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:53.608+0100 [TRACE] ForcedCBDTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.608+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:53.608+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# mysql_database.app will be created
+ resource "mysql_database" "app" {
+ default_character_set = "utf8mb4"
+ default_collation = "utf8mb4_general_ci"
+ id = (known after apply)
+ name = "databasename"
}
# mysql_grant.this will be created
+ resource "mysql_grant" "this" {
+ database = "databasename"
+ grant = false
+ host = "%"
+ id = (known after apply)
+ privileges = [
+ "SELECT",
]
+ table = "*"
+ tls_option = "NONE"
+ user = "dbusername"
}
# mysql_user.user will be created
+ resource "mysql_user" "user" {
+ host = "%"
+ id = (known after apply)
+ plaintext_password = (sensitive value)
+ tls_option = "NONE"
+ user = "dbusername"
}
Plan: 3 to add, 0 to change, 0 to destroy.
2022-11-15T13:02:53.609+0100 [INFO] backend/local: apply calling Apply
2022-11-15T13:02:53.609+0100 [DEBUG] Building and walking apply graph for NormalMode plan
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-15T13:02:53.609+0100 [TRACE] ConfigTransformer: Starting for path:
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer starting
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer: found Create change for mysql_database.app
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer: mysql_database.app will be represented by mysql_database.app
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer: found Create change for mysql_user.user
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer: mysql_user.user will be represented by mysql_user.user
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer: found Create change for mysql_grant.this
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer: mysql_grant.this will be represented by mysql_grant.this
2022-11-15T13:02:53.609+0100 [TRACE] DiffTransformer complete
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
------
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-15T13:02:53.609+0100 [DEBUG] Resource state not found for node "mysql_database.app", instance mysql_database.app
2022-11-15T13:02:53.609+0100 [DEBUG] Resource state not found for node "mysql_user.user", instance mysql_user.user
2022-11-15T13:02:53.609+0100 [DEBUG] Resource state not found for node "mysql_grant.this", instance mysql_grant.this
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:16,1-29
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user (expand)
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:22,1-32
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app (expand)
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:26,1-30
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this (expand)
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_database.app" (*terraform.NodeApplyableResourceInstance) config from main.tf:22,1-32
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_database.app
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_user.user" (*terraform.NodeApplyableResourceInstance) config from main.tf:16,1-29
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_user.user
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching to "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) config from main.tf:26,1-30
2022-11-15T13:02:53.609+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to mysql_grant.this
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-15T13:02:53.609+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/petoju/mysql\"]" provider configuration from main.tf:10,1-17
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-15T13:02:53.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user
2022-11-15T13:02:53.609+0100 [DEBUG] ProviderTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this
2022-11-15T13:02:53.609+0100 [DEBUG] ProviderTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_user.user (expand)
2022-11-15T13:02:53.609+0100 [DEBUG] ProviderTransformer: "mysql_user.user (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app (expand)
2022-11-15T13:02:53.609+0100 [DEBUG] ProviderTransformer: "mysql_database.app (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_grant.this (expand)
2022-11-15T13:02:53.609+0100 [DEBUG] ProviderTransformer: "mysql_grant.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/petoju/mysql"] serving mysql_database.app
2022-11-15T13:02:53.609+0100 [DEBUG] ProviderTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-15T13:02:53.609+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user (expand)
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app (expand)
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_grant.this (expand)
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_database.app
2022-11-15T13:02:53.609+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to mysql_user.user
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/petoju/mysql\"]" references: []
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "mysql_user.user (expand)" references: []
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "mysql_database.app (expand)" references: []
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this (expand)" references: []
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "mysql_database.app" references: []
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "mysql_user.user" references: []
2022-11-15T13:02:53.609+0100 [DEBUG] ReferenceTransformer: "mysql_grant.this" references: [mysql_user.user (expand) mysql_user.user mysql_user.user mysql_database.app (expand) mysql_database.app mysql_database.app mysql_user.user (expand) mysql_user.user mysql_user.user]
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-15T13:02:53.609+0100 [TRACE] AttachDependenciesTransformer: mysql_database.app depends on []
2022-11-15T13:02:53.609+0100 [TRACE] AttachDependenciesTransformer: mysql_user.user depends on []
2022-11-15T13:02:53.609+0100 [TRACE] AttachDependenciesTransformer: mysql_grant.this depends on [mysql_database.app mysql_user.user]
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-15T13:02:53.609+0100 [TRACE] ForcedCBDTransformer: "mysql_database.app" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:53.609+0100 [TRACE] ForcedCBDTransformer: "mysql_user.user" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:53.609+0100 [TRACE] ForcedCBDTransformer: "mysql_grant.this" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-11-15T13:02:53.609+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-11-15T13:02:53.609+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-15T13:02:53.610+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-15T13:02:53.610+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-15T13:02:53.610+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-15T13:02:53.610+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-15T13:02:53.610+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
------
2022-11-15T13:02:53.610+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-15T13:02:53.610+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.610+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-15T13:02:53.610+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
mysql_database.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
mysql_database.app - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_grant.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
mysql_user.user - *terraform.NodeApplyableResourceInstance
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
mysql_user.user (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
mysql_grant.this - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/petoju/mysql"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-15T13:02:53.610+0100 [DEBUG] Starting graph walk: walkApply
2022-11-15T13:02:53.610+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-15T13:02:53.610+0100 [DEBUG] created provider logger: level=trace
2022-11-15T13:02:53.610+0100 [INFO] provider: configuring client automatic mTLS
2022-11-15T13:02:53.626+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 args=[.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24]
2022-11-15T13:02:53.626+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55459
2022-11-15T13:02:53.626+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24
2022-11-15T13:02:53.630+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: configuring server automatic mTLS: timestamp=2022-11-15T13:02:53.630+0100
2022-11-15T13:02:53.649+0100 [DEBUG] provider.terraform-provider-mysql_v3.0.24: plugin address: address=/tmp/plugin1465853913 network=unix timestamp=2022-11-15T13:02:53.649+0100
2022-11-15T13:02:53.649+0100 [DEBUG] provider: using plugin: version=5
2022-11-15T13:02:53.665+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/petoju/mysql\"]" provider for provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.665+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/petoju/mysql"]
2022-11-15T13:02:53.665+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:53.665+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/petoju/mysql"]: using explicit config only
2022-11-15T13:02:53.665+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-11-15T13:02:53.665+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:491 tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.665+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.665+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.665+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_resource_type=mysql_user_password timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.665+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_resource_type=mysql_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.665+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_resource_type=mysql_ti_config tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_resource_type=mysql_database tf_rpc=GetProviderSchema tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp=2022-11-15T13:02:53.665+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_resource_type=mysql_global_variable @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: @module=sdk.helper_schema tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_resource_type=mysql_grant tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_resource_type=mysql_role @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found resource type: tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=mysql_sql timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=mysql_tables tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:510 @module=sdk.proto tf_proto_version=5.3 tf_req_id=a6f4d408-70df-0005-070b-6d32dcc3bf82 tf_rpc=GetProviderSchema timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @module=sdk.proto tf_provider_addr=provider tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_proto_version=5.3 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:518 timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:38 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Preparing provider configuration: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:128 timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.666+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:216 timestamp=2022-11-15T13:02:53.666+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=5e461b26-abd4-1dc6-0a1c-b0b4650dbc88 tf_rpc=PrepareProviderConfig timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/petoju/mysql\"]" changed the config value, but that value is unused
2022-11-15T13:02:53.667+0100 [TRACE] GRPCProvider: ConfigureProvider
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_provider_addr=provider tf_req_id=c6919ed0-8d0c-ab8d-6f95-6726910e5d64 tf_rpc=Configure tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:547 @module=sdk.proto timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_rpc=Configure tf_provider_addr=provider tf_req_id=c6919ed0-8d0c-ab8d-6f95-6726910e5d64 timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c6919ed0-8d0c-ab8d-6f95-6726910e5d64 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:556 timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:558 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c6919ed0-8d0c-ab8d-6f95-6726910e5d64 timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=c6919ed0-8d0c-ab8d-6f95-6726910e5d64 tf_rpc=Configure timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_req_id=c6919ed0-8d0c-ab8d-6f95-6726910e5d64 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:567 @module=sdk.proto tf_provider_addr=provider timestamp=2022-11-15T13:02:53.667+0100
2022-11-15T13:02:53.667+0100 [TRACE] vertex "provider[\"registry.terraform.io/petoju/mysql\"]": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app (expand)": expanding dynamic subgraph
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app (expand)": entering dynamic subgraph
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodeApplyableResource)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this (expand)": expanding dynamic subgraph
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this (expand)": entering dynamic subgraph
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodeApplyableResource)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_grant.this (expand)": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user (expand)": expanding dynamic subgraph
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user (expand)": entering dynamic subgraph
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodeApplyableResource)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user (expand)": dynamic subgraph completed successfully
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user (expand)": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_user.user": starting visit (*terraform.NodeApplyableResourceInstance)
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app (expand)": visit complete
2022-11-15T13:02:53.667+0100 [TRACE] vertex "mysql_database.app": starting visit (*terraform.NodeApplyableResourceInstance)
2022-11-15T13:02:53.667+0100 [TRACE] readDiff: Read Create change from plan for mysql_user.user
2022-11-15T13:02:53.667+0100 [TRACE] readDiff: Read Create change from plan for mysql_database.app
2022-11-15T13:02:53.667+0100 [TRACE] readResourceInstanceState: reading state for mysql_user.user
2022-11-15T13:02:53.667+0100 [TRACE] readResourceInstanceState: reading state for mysql_database.app
2022-11-15T13:02:53.667+0100 [TRACE] readResourceInstanceState: no state present for mysql_user.user
2022-11-15T13:02:53.667+0100 [TRACE] readResourceInstanceState: no state present for mysql_database.app
2022-11-15T13:02:53.667+0100 [TRACE] readDiff: Read Create change from plan for mysql_database.app
2022-11-15T13:02:53.667+0100 [TRACE] readDiff: Read Create change from plan for mysql_user.user
2022-11-15T13:02:53.667+0100 [TRACE] Re-validating config for "mysql_database.app"
2022-11-15T13:02:53.667+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.667+0100 [TRACE] Re-validating config for "mysql_user.user"
2022-11-15T13:02:53.667+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_provider_addr=provider tf_req_id=72e5f63a-72b0-6a6f-4978-83c656187cc0 tf_resource_type=mysql_database tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=72e5f63a-72b0-6a6f-4978-83c656187cc0 tf_resource_type=mysql_database @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider tf_req_id=72e5f63a-72b0-6a6f-4978-83c656187cc0 tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=72e5f63a-72b0-6a6f-4978-83c656187cc0 tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_req_id=72e5f63a-72b0-6a6f-4978-83c656187cc0 tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 tf_resource_type=mysql_database tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=72e5f63a-72b0-6a6f-4978-83c656187cc0 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 tf_proto_version=5.3 tf_resource_type=mysql_user tf_provider_addr=provider tf_req_id=7b6414cc-f2fa-fc80-e151-70e1594c853e tf_rpc=ValidateResourceTypeConfig @module=sdk.proto timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_req_id=7b6414cc-f2fa-fc80-e151-70e1594c853e tf_proto_version=5.3 @module=sdk.proto tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider tf_req_id=7b6414cc-f2fa-fc80-e151-70e1594c853e tf_resource_type=mysql_user @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7b6414cc-f2fa-fc80-e151-70e1594c853e tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 @module=sdk.proto diagnostic_warning_count=0 tf_req_id=7b6414cc-f2fa-fc80-e151-70e1594c853e tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 tf_provider_addr=provider tf_req_id=7b6414cc-f2fa-fc80-e151-70e1594c853e tf_resource_type=mysql_user tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=bf3ad35b-c2fe-f49b-60fe-bd5baf493f27 tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=provider tf_req_id=bf3ad35b-c2fe-f49b-60fe-bd5baf493f27 tf_resource_type=mysql_database tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @module=sdk.proto tf_proto_version=5.3 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 tf_provider_addr=provider tf_req_id=ace48a98-fe00-e4fc-4af9-72faf6a5bcef tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=ace48a98-fe00-e4fc-4af9-72faf6a5bcef tf_resource_type=mysql_user tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 tf_req_id=bf3ad35b-c2fe-f49b-60fe-bd5baf493f27 tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_rpc=PlanResourceChange tf_provider_addr=provider @module=sdk.proto timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_req_id=bf3ad35b-c2fe-f49b-60fe-bd5baf493f27 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.3 tf_resource_type=mysql_database timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_req_id=ace48a98-fe00-e4fc-4af9-72faf6a5bcef tf_resource_type=mysql_user diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_provider_addr=provider tf_resource_type=mysql_user tf_proto_version=5.3 @module=sdk.proto tf_req_id=ace48a98-fe00-e4fc-4af9-72faf6a5bcef tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 timestamp=2022-11-15T13:02:53.668+0100
2022-11-15T13:02:53.668+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_user.user, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .plaintext_password: sensitive planned value does not match config value
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
2022-11-15T13:02:53.668+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_database.app, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .default_character_set: planned value cty.StringVal("utf8mb4") for a non-computed attribute
- .default_collation: planned value cty.StringVal("utf8mb4_general_ci") for a non-computed attribute
2022-11-15T13:02:53.668+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2022-11-15T13:02:53.668+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
mysql_database.app: Creating...
mysql_user.user: Creating...
2022-11-15T13:02:53.668+0100 [INFO] Starting apply for mysql_database.app
2022-11-15T13:02:53.668+0100 [INFO] Starting apply for mysql_user.user
2022-11-15T13:02:53.668+0100 [DEBUG] mysql_database.app: applying the planned Create change
2022-11-15T13:02:53.668+0100 [TRACE] GRPCProvider: ApplyResourceChange
2022-11-15T13:02:53.668+0100 [DEBUG] mysql_user.user: applying the planned Create change
2022-11-15T13:02:53.668+0100 [TRACE] GRPCProvider: ApplyResourceChange
2022-11-15T13:02:53.669+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:805 tf_req_id=014528bc-50b7-7b87-2ef5-8bf77aa8b10d tf_resource_type=mysql_database @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.669+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @module=sdk.proto tf_req_id=014528bc-50b7-7b87-2ef5-8bf77aa8b10d tf_resource_type=mysql_database tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.669+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:805 tf_provider_addr=provider tf_req_id=118a9c24-14a1-54e4-d5ed-457fc28ca94a tf_rpc=ApplyResourceChange @module=sdk.proto tf_proto_version=5.3 tf_resource_type=mysql_user timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.669+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_req_id=118a9c24-14a1-54e4-d5ed-457fc28ca94a @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.669+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_resource_type=mysql_database tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:836 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=014528bc-50b7-7b87-2ef5-8bf77aa8b10d timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.669+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: 2022/11/15 13:02:53 [DEBUG] Waiting for state to become: [success]: timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.669+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:836 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=118a9c24-14a1-54e4-d5ed-457fc28ca94a tf_resource_type=mysql_user tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:53.669+0100
2022-11-15T13:02:53.766+0100 [TRACE] provider.stdio: received data: channel=STDOUT len=26
2022-11-15T13:02:53.766+0100 [WARN] unexpected data: registry.terraform.io/petoju/mysql:stdout="AAA Running after connect"
2022-11-15T13:02:53.766+0100 [TRACE] provider.stdio: waiting for stdio data
2022-11-15T13:02:53.779+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: 2022/11/15 13:02:53 Executing statement: CREATE DATABASE `databasename` CHARACTER SET `utf8mb4` COLLATE `utf8mb4_general_ci`: timestamp=2022-11-15T13:02:53.779+0100
2022-11-15T13:02:53.779+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: 2022/11/15 13:02:53 Executing statement: CREATE USER 'dbusername'@'%' IDENTIFIED BY 'test_pass' REQUIRE NONE: timestamp=2022-11-15T13:02:53.779+0100
2022-11-15T13:02:53.799+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: 2022/11/15 13:02:53 Executing query: SHOW CREATE DATABASE `databasename`: timestamp=2022-11-15T13:02:53.798+0100
2022-11-15T13:02:53.814+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: tf_provider_addr=provider tf_resource_type=mysql_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:838 tf_req_id=014528bc-50b7-7b87-2ef5-8bf77aa8b10d tf_rpc=ApplyResourceChange @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.814+0100
2022-11-15T13:02:53.814+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_req_duration_ms=145 tf_req_id=014528bc-50b7-7b87-2ef5-8bf77aa8b10d tf_resource_type=mysql_database tf_provider_addr=provider diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto timestamp=2022-11-15T13:02:53.814+0100
2022-11-15T13:02:53.814+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_rpc=ApplyResourceChange tf_proto_version=5.3 tf_req_id=014528bc-50b7-7b87-2ef5-8bf77aa8b10d tf_resource_type=mysql_database tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:831 @module=sdk.proto timestamp=2022-11-15T13:02:53.814+0100
2022-11-15T13:02:53.815+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_database.app
2022-11-15T13:02:53.815+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_database.app
2022-11-15T13:02:53.815+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_database.app
2022-11-15T13:02:53.815+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_database.app
mysql_database.app: Creation complete after 0s [id=databasename]
2022-11-15T13:02:53.815+0100 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2022-11-15T13:02:53.816+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 32
2022-11-15T13:02:53.816+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:53.819+0100 [TRACE] vertex "mysql_database.app": visit complete
2022-11-15T13:02:53.861+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: tf_provider_addr=provider tf_req_id=118a9c24-14a1-54e4-d5ed-457fc28ca94a tf_resource_type=mysql_user tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:838 @module=sdk.helper_schema timestamp=2022-11-15T13:02:53.860+0100
2022-11-15T13:02:53.861+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_user tf_rpc=ApplyResourceChange @module=sdk.proto tf_req_duration_ms=191 tf_req_id=118a9c24-14a1-54e4-d5ed-457fc28ca94a timestamp=2022-11-15T13:02:53.861+0100
2022-11-15T13:02:53.861+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_provider_addr=provider tf_req_id=118a9c24-14a1-54e4-d5ed-457fc28ca94a tf_resource_type=mysql_user tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:831 tf_proto_version=5.3 @module=sdk.proto timestamp=2022-11-15T13:02:53.861+0100
2022-11-15T13:02:53.861+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_user.user
2022-11-15T13:02:53.861+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_user.user
2022-11-15T13:02:53.861+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_user.user
2022-11-15T13:02:53.861+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for mysql_user.user
mysql_user.user: Creation complete after 0s [id=dbusername@%]
2022-11-15T13:02:53.861+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-11-15T13:02:53.862+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 33
2022-11-15T13:02:53.862+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:53.865+0100 [TRACE] vertex "mysql_user.user": visit complete
2022-11-15T13:02:53.865+0100 [TRACE] vertex "mysql_grant.this": starting visit (*terraform.NodeApplyableResourceInstance)
2022-11-15T13:02:53.865+0100 [TRACE] readDiff: Read Create change from plan for mysql_grant.this
2022-11-15T13:02:53.865+0100 [TRACE] readResourceInstanceState: reading state for mysql_grant.this
2022-11-15T13:02:53.865+0100 [TRACE] readResourceInstanceState: no state present for mysql_grant.this
2022-11-15T13:02:53.865+0100 [TRACE] readDiff: Read Create change from plan for mysql_grant.this
2022-11-15T13:02:53.866+0100 [TRACE] Re-validating config for "mysql_grant.this"
2022-11-15T13:02:53.866+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_provider_addr=provider tf_req_id=fec42407-d0cf-cc22-cc76-64cbdf2e1ee9 @module=sdk.proto tf_proto_version=5.3 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:679 timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=fec42407-d0cf-cc22-cc76-64cbdf2e1ee9 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_req_id=fec42407-d0cf-cc22-cc76-64cbdf2e1ee9 tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:245 timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/grpc_provider.go:247 tf_req_id=fec42407-d0cf-cc22-cc76-64cbdf2e1ee9 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: tf_resource_type=mysql_grant diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=fec42407-d0cf-cc22-cc76-64cbdf2e1ee9 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=fec42407-d0cf-cc22-cc76-64cbdf2e1ee9 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_resource_type=mysql_grant tf_rpc=ValidateResourceTypeConfig timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] GRPCProvider: PlanResourceChange
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:770 @module=sdk.proto tf_req_id=3e3ac1c3-7f5b-cee3-f7b8-4c5415bfee60 tf_resource_type=mysql_grant tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_req_id=3e3ac1c3-7f5b-cee3-f7b8-4c5415bfee60 tf_rpc=PlanResourceChange timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=0 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_req_id=3e3ac1c3-7f5b-cee3-f7b8-4c5415bfee60 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.866+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: @module=sdk.proto tf_provider_addr=provider tf_req_id=3e3ac1c3-7f5b-cee3-f7b8-4c5415bfee60 tf_rpc=PlanResourceChange tf_proto_version=5.3 tf_resource_type=mysql_grant @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:796 timestamp=2022-11-15T13:02:53.866+0100
2022-11-15T13:02:53.867+0100 [WARN] Provider "registry.terraform.io/petoju/mysql" produced an invalid plan for mysql_grant.this, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .table: planned value cty.StringVal("*") for a non-computed attribute
- .grant: planned value cty.False for a non-computed attribute
- .tls_option: planned value cty.StringVal("NONE") for a non-computed attribute
2022-11-15T13:02:53.867+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
mysql_grant.this: Creating...
2022-11-15T13:02:53.867+0100 [INFO] Starting apply for mysql_grant.this
2022-11-15T13:02:53.867+0100 [DEBUG] mysql_grant.this: applying the planned Create change
2022-11-15T13:02:53.867+0100 [TRACE] GRPCProvider: ApplyResourceChange
2022-11-15T13:02:53.867+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received request: @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:805 tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange tf_provider_addr=provider tf_req_id=40e06241-6720-d645-29cd-18d147d7f3c8 timestamp=2022-11-15T13:02:53.867+0100
2022-11-15T13:02:53.867+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=40e06241-6720-d645-29cd-18d147d7f3c8 tf_rpc=ApplyResourceChange @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.867+0100
2022-11-15T13:02:53.867+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Calling downstream: tf_provider_addr=provider tf_req_id=40e06241-6720-d645-29cd-18d147d7f3c8 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:836 @module=sdk.helper_schema tf_resource_type=mysql_grant timestamp=2022-11-15T13:02:53.867+0100
2022-11-15T13:02:53.881+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: 2022/11/15 13:02:53 Executing statement: GRANT SELECT ON `databasename`.* TO 'dbusername'@'%': timestamp=2022-11-15T13:02:53.881+0100
2022-11-15T13:02:53.913+0100 [INFO] provider.terraform-provider-mysql_v3.0.24: 2022/11/15 13:02:53 [WARN] GRANT not found for 'dbusername'@'%' (%!s(<nil>)) - removing from state: timestamp=2022-11-15T13:02:53.913+0100
2022-11-15T13:02:53.914+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.21.0/helper/schema/resource.go:838 @module=sdk.helper_schema tf_req_id=40e06241-6720-d645-29cd-18d147d7f3c8 tf_provider_addr=provider tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:53.913+0100
2022-11-15T13:02:53.914+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=46 tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=5.3 tf_req_id=40e06241-6720-d645-29cd-18d147d7f3c8 @module=sdk.proto timestamp=2022-11-15T13:02:53.913+0100
2022-11-15T13:02:53.914+0100 [TRACE] provider.terraform-provider-mysql_v3.0.24: Served request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=40e06241-6720-d645-29cd-18d147d7f3c8 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:831 @module=sdk.proto tf_resource_type=mysql_grant tf_rpc=ApplyResourceChange timestamp=2022-11-15T13:02:53.914+0100
2022-11-15T13:02:53.914+0100 [TRACE] maybeTainted: mysql_grant.this encountered an error during creation, so it is now marked as tainted
2022-11-15T13:02:53.914+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_grant.this
2022-11-15T13:02:53.914+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:53.914+0100 [TRACE] evalApplyProvisioners: mysql_grant.this is tainted, so skipping provisioning
2022-11-15T13:02:53.914+0100 [TRACE] maybeTainted: mysql_grant.this was already tainted, so nothing to do
2022-11-15T13:02:53.914+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for mysql_grant.this
2022-11-15T13:02:53.914+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for mysql_grant.this
2022-11-15T13:02:53.914+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-11-15T13:02:53.914+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 34
2022-11-15T13:02:53.914+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-11-15T13:02:53.920+0100 [ERROR] vertex "mysql_grant.this" error: Provider produced inconsistent result after apply
2022-11-15T13:02:53.920+0100 [TRACE] vertex "mysql_grant.this": visit complete, with errors
2022-11-15T13:02:53.920+0100 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/petoju/mysql\"] (close)" errored, so skipping
2022-11-15T13:02:53.920+0100 [TRACE] dag/walk: upstream of "root" errored, so skipping
2022-11-15T13:02:53.920+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-11-15T13:02:53.920+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 35
2022-11-15T13:02:53.920+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
│ Error: Provider produced inconsistent result after apply
│ When applying changes to mysql_grant.this, provider "provider[\"registry.terraform.io/petoju/mysql\"]" produced an unexpected new value:
│ Root resource was present, but now absent.
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
2022-11-15T13:02:53.923+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-11-15T13:02:53.923+0100 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2022-11-15T13:02:53.923+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-15T13:02:53.925+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/petoju/mysql/3.0.24/linux_amd64/terraform-provider-mysql_v3.0.24 pid=55459
2022-11-15T13:02:53.925+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment