Skip to content

Instantly share code, notes, and snippets.

@jsoref
Created August 19, 2020 22:30
Show Gist options
  • Save jsoref/bffa730d91728bb827973585efebbb8e to your computer and use it in GitHub Desktop.
Save jsoref/bffa730d91728bb827973585efebbb8e to your computer and use it in GitHub Desktop.
$ TF_LOG=trace ./terraform apply
2020/08/19 18:30:12 [INFO] Terraform version: 0.13.0
2020/08/19 18:30:12 [INFO] Go runtime version: go1.14.2
2020/08/19 18:30:12 [INFO] CLI args: []string{"/home/jsoref/pristine-bay-286722/terraform", "apply"}
2020/08/19 18:30:12 [DEBUG] Attempting to open CLI config file: /home/jsoref/.terraformrc
2020/08/19 18:30:12 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/08/19 18:30:12 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/08/19 18:30:12 [DEBUG] ignoring non-existing provider search directory /home/jsoref/.terraform.d/plugins
2020/08/19 18:30:12 [DEBUG] ignoring non-existing provider search directory /home/jsoref/.local/share/terraform/plugins
2020/08/19 18:30:12 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020/08/19 18:30:12 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020/08/19 18:30:12 [INFO] CLI command args: []string{"apply"}
2020/08/19 18:30:12 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/08/19 18:30:12 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/08/19 18:30:12 [DEBUG] New state was assigned lineage "5143ec51-4915-a9f1-1924-d45171213fc1"
2020/08/19 18:30:12 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/08/19 18:30:12 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/08/19 18:30:12 [TRACE] providercache.fillMetaCache: scanning directory .terraform/plugins
2020/08/19 18:30:12 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/-/google v3.35.0 for linux_amd64 at .terraform/plugins/registry.terraform.io/-/google/3.35.0/linux_amd64
2020/08/19 18:30:12 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/google v3.35.0 for linux_amd64 at .terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64
2020/08/19 18:30:12 [TRACE] providercache.fillMetaCache: including .terraform/plugins/registry.terraform.io/-/google/3.35.0/linux_amd64 as a candidate package for registry.terraform.io/-/google 3.35.0
2020/08/19 18:30:12 [TRACE] providercache.fillMetaCache: including .terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/google 3.35.0
2020/08/19 18:30:13 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/plugins
2020/08/19 18:30:13 [DEBUG] checking for provisioner in "."
2020/08/19 18:30:13 [DEBUG] checking for provisioner in "/home/jsoref/pristine-bay-286722"
2020/08/19 18:30:13 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2020/08/19 18:30:13 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/08/19 18:30:13 [INFO] backend/local: starting Apply operation
2020/08/19 18:30:13 [TRACE] backend/local: requesting state manager for workspace "default"
2020/08/19 18:30:13 [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
2020/08/19 18:30:13 [TRACE] backend/local: requesting state lock for workspace "default"
2020/08/19 18:30:13 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/08/19 18:30:13 [TRACE] statemgr.Filesystem: existing snapshot has lineage "ee8eceb7-1f35-47b9-7f4d-c6dff6ff3c8d" serial 15
2020/08/19 18:30:13 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2020/08/19 18:30:13 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/08/19 18:30:13 [TRACE] backend/local: reading remote state for workspace "default"
2020/08/19 18:30:13 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/08/19 18:30:13 [TRACE] statemgr.Filesystem: read snapshot with lineage "ee8eceb7-1f35-47b9-7f4d-c6dff6ff3c8d" serial 15
2020/08/19 18:30:13 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/08/19 18:30:13 [TRACE] backend/local: building context for current working directory
2020/08/19 18:30:13 [TRACE] terraform.NewContext: starting
2020/08/19 18:30:13 [TRACE] terraform.NewContext: loading provider schemas
2020/08/19 18:30:13 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/google"
2020-08-19T18:30:13.668-0400 [INFO] plugin: configuring client automatic mTLS
2020-08-19T18:30:13.704-0400 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5]
2020-08-19T18:30:13.704-0400 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20778
2020-08-19T18:30:13.704-0400 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5
2020-08-19T18:30:13.723-0400 [INFO] plugin.terraform-provider-google_v3.35.0_x5: configuring server automatic mTLS: timestamp=2020-08-19T18:30:13.722-0400
2020-08-19T18:30:13.756-0400 [DEBUG] plugin: using plugin: version=5
2020-08-19T18:30:13.756-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: plugin address: network=unix address=/tmp/plugin598066761 timestamp=2020-08-19T18:30:13.756-0400
2020/08/19 18:30:13 [TRACE] GRPCProvider: GetSchema
2020-08-19T18:30:13.828-0400 [TRACE] plugin.stdio: waiting for stdio data
2020-08-19T18:30:13.829-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/19 18:30:13 [TRACE] No provider meta schema returned
2020/08/19 18:30:13 [TRACE] GRPCProvider: Close
2020-08-19T18:30:13.892-0400 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20778
2020-08-19T18:30:13.892-0400 [DEBUG] plugin: plugin exited
2020/08/19 18:30:13 [TRACE] terraform.NewContext: complete
2020/08/19 18:30:13 [TRACE] backend/local: finished building terraform.Context
2020/08/19 18:30:13 [TRACE] backend/local: requesting interactive input, if necessary
2020/08/19 18:30:13 [TRACE] Context.Input: Prompting for provider arguments
2020/08/19 18:30:13 [TRACE] Context.Input: Provider provider.google implied by resource block at file.tf:1,1-38
2020/08/19 18:30:13 [TRACE] Context.Input: Input for provider.google: map[string]cty.Value{}
2020/08/19 18:30:13 [TRACE] backend/local: running validation operation
2020/08/19 18:30:13 [INFO] terraform: building graph: GraphTypeValidate
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/19 18:30:13 [TRACE] ConfigTransformer: Starting for path:
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
------
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/19 18:30:13 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/19 18:30:13 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_key_ring.hell" (*terraform.NodeValidatableResource) config from file.tf:1,1-38
2020/08/19 18:30:13 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_key_ring.hell
2020/08/19 18:30:13 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_crypto_key.my_crypto_key" (*terraform.NodeValidatableResource) config from file.tf:7,1-49
2020/08/19 18:30:13 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
------
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/19 18:30:13 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_kms_key_ring.hell
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/19 18:30:13 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_key_ring.hell
2020/08/19 18:30:13 [DEBUG] ProviderTransformer: "google_kms_key_ring.hell" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:13 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:13 [DEBUG] ProviderTransformer: "google_kms_crypto_key.my_crypto_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/19 18:30:13 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/19 18:30:13 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_key_ring.hell
2020/08/19 18:30:13 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:13 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:13 [DEBUG] ReferenceTransformer: "google_kms_key_ring.hell" references: []
2020/08/19 18:30:13 [DEBUG] ReferenceTransformer: "google_kms_crypto_key.my_crypto_key" references: [google_kms_key_ring.hell]
2020/08/19 18:30:13 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:13 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/19 18:30:13 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
google_kms_key_ring.hell - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:13 [DEBUG] Starting graph walk: walkValidate
2020/08/19 18:30:13 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"]"
2020/08/19 18:30:13 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/19 18:30:13 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": evaluating
2020/08/19 18:30:13 [TRACE] [walkValidate] Entering eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:13 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:13 [TRACE] eval: *terraform.EvalInitProvider
2020-08-19T18:30:13.894-0400 [INFO] plugin: configuring client automatic mTLS
2020-08-19T18:30:13.922-0400 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5]
2020-08-19T18:30:13.922-0400 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20787
2020-08-19T18:30:13.922-0400 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5
2020-08-19T18:30:13.942-0400 [INFO] plugin.terraform-provider-google_v3.35.0_x5: configuring server automatic mTLS: timestamp=2020-08-19T18:30:13.942-0400
2020-08-19T18:30:13.974-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: plugin address: address=/tmp/plugin873847551 network=unix timestamp=2020-08-19T18:30:13.973-0400
2020-08-19T18:30:13.974-0400 [DEBUG] plugin: using plugin: version=5
2020/08/19 18:30:14 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/google\"]" provider for provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalValidateProvider
2020/08/19 18:30:14 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/google"]: no configuration at all
2020/08/19 18:30:14 [TRACE] GRPCProvider: GetSchema
2020-08-19T18:30:14.042-0400 [TRACE] plugin.stdio: waiting for stdio data
2020-08-19T18:30:14.043-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/19 18:30:14 [TRACE] No provider meta schema returned
2020/08/19 18:30:14 [TRACE] GRPCProvider: PrepareProviderConfig
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] [walkValidate] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": starting visit (*terraform.NodeValidatableResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": evaluating
2020/08/19 18:30:14 [TRACE] [walkValidate] Entering eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalValidateResource
2020/08/19 18:30:14 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/19 18:30:14 [TRACE] [walkValidate] Exiting eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodeValidatableResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": evaluating
2020/08/19 18:30:14 [TRACE] [walkValidate] Entering eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalValidateResource
2020/08/19 18:30:14 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/19 18:30:14 [TRACE] [walkValidate] Exiting eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/08/19 18:30:14 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/08/19 18:30:14 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2020/08/19 18:30:14 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"] (close)"
2020/08/19 18:30:14 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/19 18:30:14 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": evaluating
2020/08/19 18:30:14 [TRACE] [walkValidate] Entering eval tree: provider["registry.terraform.io/hashicorp/google"] (close)
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCloseProvider
2020/08/19 18:30:14 [TRACE] GRPCProvider: Close
2020-08-19T18:30:14.148-0400 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20787
2020-08-19T18:30:14.148-0400 [DEBUG] plugin: plugin exited
2020/08/19 18:30:14 [TRACE] [walkValidate] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"] (close)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "root"
2020/08/19 18:30:14 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/08/19 18:30:14 [TRACE] vertex "root": evaluating
2020/08/19 18:30:14 [TRACE] [walkValidate] Entering eval tree: root
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] [walkValidate] Exiting eval tree: root
2020/08/19 18:30:14 [TRACE] vertex "root": visit complete
2020/08/19 18:30:14 [INFO] backend/local: apply calling Refresh
2020/08/19 18:30:14 [INFO] terraform: building graph: GraphTypeRefresh
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/19 18:30:14 [TRACE] ConfigTransformer: Starting for path:
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/19 18:30:14 [TRACE] ConfigTransformer: Starting for path:
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/19 18:30:14 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandRefreshableManagedResource) config from file.tf:7,1-49
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandRefreshableManagedResource) config from file.tf:1,1-38
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
------
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/19 18:30:14 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/19 18:30:14 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:14 [DEBUG] ProviderTransformer: "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [DEBUG] ProviderTransformer: "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/19 18:30:14 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:14 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "google_kms_key_ring.hell (expand)" references: []
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "google_kms_crypto_key.my_crypto_key (expand)" references: [google_kms_key_ring.hell (expand)]
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/08/19 18:30:14 [TRACE] AttachDependenciesTransformer: google_kms_key_ring.hell depends on []
2020/08/19 18:30:14 [TRACE] AttachDependenciesTransformer: google_kms_crypto_key.my_crypto_key depends on [google_kms_key_ring.hell]
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandRefreshableManagedResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:14 [DEBUG] Starting graph walk: walkRefresh
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"]"
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": evaluating
2020/08/19 18:30:14 [TRACE] [walkRefresh] Entering eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalInitProvider
2020-08-19T18:30:14.149-0400 [INFO] plugin: configuring client automatic mTLS
2020-08-19T18:30:14.184-0400 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5]
2020-08-19T18:30:14.184-0400 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20796
2020-08-19T18:30:14.184-0400 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5
2020-08-19T18:30:14.204-0400 [INFO] plugin.terraform-provider-google_v3.35.0_x5: configuring server automatic mTLS: timestamp=2020-08-19T18:30:14.204-0400
2020-08-19T18:30:14.236-0400 [DEBUG] plugin: using plugin: version=5
2020-08-19T18:30:14.236-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: plugin address: address=/tmp/plugin446807714 network=unix timestamp=2020-08-19T18:30:14.236-0400
2020/08/19 18:30:14 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/google\"]" provider for provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalConfigProvider
2020/08/19 18:30:14 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/google"]: no configuration at all
2020/08/19 18:30:14 [TRACE] GRPCProvider: GetSchema
2020-08-19T18:30:14.307-0400 [TRACE] plugin.stdio: waiting for stdio data
2020-08-19T18:30:14.307-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/19 18:30:14 [TRACE] No provider meta schema returned
2020/08/19 18:30:14 [TRACE] GRPCProvider: Configure
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Authenticating using DefaultClient...
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-identity https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email]
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/projects/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GKE client for path https://container.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud DNS client for path https://dns.googleapis.com/dns/v1/projects/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Storage client for path https://storage.googleapis.com/storage/v1/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google SqlAdmin client for path https://sqladmin.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud BigQuery client for path https://bigquery.googleapis.com/bigquery/v2/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud BigtableAdmin for path https://bigtableadmin.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Filestore client for path https://file.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud IoT Core client for path
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/
2020-08-19T18:30:14.371-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Healthcare client for path https://healthcare.googleapis.com/
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] [walkRefresh] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell (expand)"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": starting visit (*terraform.nodeExpandRefreshableManagedResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": starting visit (*terraform.NodeRefreshableManagedResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/19 18:30:14 [TRACE] ResourceCountTransformer: adding google_kms_key_ring.hell as *terraform.NodeRefreshableManagedResourceInstance
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_kms_key_ring.hell - *terraform.NodeRefreshableManagedResourceInstance
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/08/19 18:30:14 [TRACE] NodeRefreshableManagedResourceInstance: google_kms_key_ring.hell will be refreshed
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": evaluating
2020/08/19 18:30:14 [TRACE] [walkRefresh] Entering eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalReadState
2020/08/19 18:30:14 [TRACE] EvalReadState: reading state for google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] UpgradeResourceState: schema version of google_kms_key_ring.hell is still 0; calling provider "google" for any other minor fixups
2020/08/19 18:30:14 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalRefreshDependencies
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalRefresh
2020/08/19 18:30:14 [TRACE] GRPCProvider: ReadResource
google_kms_key_ring.hell: Refreshing state... [id=projects/pristine-bay-286722/locations/global/keyRings/my-first]
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Waiting for state to become: [success]
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Retry Transport: starting RoundTrip retry loop
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Retry Transport: request attempt 0
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Google API Request Details:
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: ---[ REQUEST ]---------------------------------------
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: GET /v1/projects/pristine-bay-286722/locations/global/keyRings/my-first?alt=json HTTP/1.1
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Host: cloudkms.googleapis.com
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: User-Agent: HashiCorp Terraform/0.13.0 (+https://www.terraform.io) Terraform Plugin SDK/1.11.0 terraform-provider-google/dev
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Content-Type: application/json
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Accept-Encoding: gzip
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:14.373-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: -----------------------------------------------------
2020-08-19T18:30:14.571-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Google API Response Details:
2020-08-19T18:30:14.571-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: ---[ RESPONSE ]--------------------------------------
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: HTTP/1.1 200 OK
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Connection: close
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Transfer-Encoding: chunked
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Cache-Control: private
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Content-Type: application/json; charset=UTF-8
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Date: Wed, 19 Aug 2020 22:30:14 GMT
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Server: ESF
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: Origin
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: X-Origin
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: Referer
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Content-Type-Options: nosniff
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Frame-Options: SAMEORIGIN
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Xss-Protection: 0
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 82
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: {
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "name": "projects/pristine-bay-286722/locations/global/keyRings/my-first",
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "createTime": "2020-08-19T22:13:45.737240125Z"
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: }
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 0
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: -----------------------------------------------------
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Retry Transport: Stopping retries, last request was successful
2020-08-19T18:30:14.572-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [DEBUG] Retry Transport: Returning after 1 attempts
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteState
2020/08/19 18:30:14 [TRACE] EvalWriteState: recording 0 dependencies for google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] EvalWriteState: writing current state object for google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] [walkRefresh] Exiting eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key (expand)"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": starting visit (*terraform.nodeExpandRefreshableManagedResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodeRefreshableManagedResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/19 18:30:14 [TRACE] ResourceCountTransformer: adding google_kms_crypto_key.my_crypto_key as *terraform.NodeRefreshableManagedResourceInstance
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeRefreshableManagedResourceInstance
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:14 [DEBUG] Resource state not found for node "google_kms_crypto_key.my_crypto_key", instance google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/08/19 18:30:14 [TRACE] NodeRefreshableManagedResourceInstance: google_kms_crypto_key.my_crypto_key has no existing state to refresh
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": evaluating
2020/08/19 18:30:14 [TRACE] [walkRefresh] Entering eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalReadState
2020/08/19 18:30:14 [TRACE] EvalReadState: reading state for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] EvalReadState: no state present for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalDiff
2020/08/19 18:30:14 [TRACE] Re-validating config for "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/19 18:30:14 [TRACE] GRPCProvider: PlanResourceChange
2020/08/19 18:30:14 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_kms_crypto_key.my_crypto_key, 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:
- .purpose: planned value cty.StringVal("ENCRYPT_DECRYPT") does not match config value cty.NullVal(cty.String)
- .version_template: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteState
2020/08/19 18:30:14 [TRACE] EvalWriteState: recording 1 dependencies for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] EvalWriteState: writing current state object for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/19 18:30:14 [TRACE] EvalWriteDiff: recorded Create change for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] [walkRefresh] Exiting eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"] (close)"
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": evaluating
2020/08/19 18:30:14 [TRACE] [walkRefresh] Entering eval tree: provider["registry.terraform.io/hashicorp/google"] (close)
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCloseProvider
2020/08/19 18:30:14 [TRACE] GRPCProvider: Close
2020-08-19T18:30:14.580-0400 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20796
2020-08-19T18:30:14.580-0400 [DEBUG] plugin: plugin exited
2020/08/19 18:30:14 [TRACE] [walkRefresh] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"] (close)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "root"
2020/08/19 18:30:14 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/08/19 18:30:14 [TRACE] vertex "root": evaluating
2020/08/19 18:30:14 [TRACE] [walkRefresh] Entering eval tree: root
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] [walkRefresh] Exiting eval tree: root
2020/08/19 18:30:14 [TRACE] vertex "root": visit complete
2020/08/19 18:30:14 [INFO] backend/local: apply calling Plan
2020/08/19 18:30:14 [INFO] terraform: building graph: GraphTypePlan
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/19 18:30:14 [TRACE] ConfigTransformer: Starting for path:
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/19 18:30:14 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandPlannableResource) config from file.tf:1,1-38
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandPlannableResource) config from file.tf:7,1-49
2020/08/19 18:30:14 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
------
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/19 18:30:14 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/19 18:30:14 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [DEBUG] ProviderTransformer: "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:14 [DEBUG] ProviderTransformer: "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/19 18:30:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/19 18:30:14 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_key_ring.hell (expand)
2020/08/19 18:30:14 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:14 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "google_kms_key_ring.hell (expand)" references: []
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "google_kms_crypto_key.my_crypto_key (expand)" references: [google_kms_key_ring.hell (expand)]
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/19 18:30:14 [TRACE] ForcedCBDTransformer: "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/08/19 18:30:14 [TRACE] ForcedCBDTransformer: "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:14 [DEBUG] Starting graph walk: walkPlan
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"]"
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalInitProvider
2020-08-19T18:30:14.583-0400 [INFO] plugin: configuring client automatic mTLS
2020-08-19T18:30:14.614-0400 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5]
2020-08-19T18:30:14.614-0400 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20805
2020-08-19T18:30:14.614-0400 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5
2020-08-19T18:30:14.629-0400 [INFO] plugin.terraform-provider-google_v3.35.0_x5: configuring server automatic mTLS: timestamp=2020-08-19T18:30:14.629-0400
2020-08-19T18:30:14.662-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: plugin address: address=/tmp/plugin089574414 network=unix timestamp=2020-08-19T18:30:14.662-0400
2020-08-19T18:30:14.662-0400 [DEBUG] plugin: using plugin: version=5
2020/08/19 18:30:14 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/google\"]" provider for provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalConfigProvider
2020/08/19 18:30:14 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/google"]: no configuration at all
2020/08/19 18:30:14 [TRACE] GRPCProvider: GetSchema
2020-08-19T18:30:14.730-0400 [TRACE] plugin.stdio: waiting for stdio data
2020-08-19T18:30:14.730-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/19 18:30:14 [TRACE] No provider meta schema returned
2020/08/19 18:30:14 [TRACE] GRPCProvider: Configure
2020-08-19T18:30:14.787-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Authenticating using DefaultClient...
2020-08-19T18:30:14.787-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-identity https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email]
2020-08-19T18:30:14.787-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/projects/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GKE client for path https://container.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud DNS client for path https://dns.googleapis.com/dns/v1/projects/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Storage client for path https://storage.googleapis.com/storage/v1/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google SqlAdmin client for path https://sqladmin.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud BigQuery client for path https://bigquery.googleapis.com/bigquery/v2/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud BigtableAdmin for path https://bigtableadmin.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Filestore client for path https://file.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud IoT Core client for path
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/
2020-08-19T18:30:14.788-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:14 [INFO] Instantiating Google Cloud Healthcare client for path https://healthcare.googleapis.com/
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell (expand)"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": starting visit (*terraform.NodePlannableResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/19 18:30:14 [TRACE] ResourceCountTransformer: adding google_kms_key_ring.hell as *terraform.NodePlannableResourceInstance
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_kms_key_ring.hell - *terraform.NodePlannableResourceInstance
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "google_kms_key_ring.hell" references: []
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_key_ring.hell"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": starting visit (*terraform.NodePlannableResourceInstance)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalReadState
2020/08/19 18:30:14 [TRACE] EvalReadState: reading state for google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] UpgradeResourceState: schema version of google_kms_key_ring.hell is still 0; calling provider "google" for any other minor fixups
2020/08/19 18:30:14 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalValidateSelfRef
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalDiff
2020/08/19 18:30:14 [TRACE] Re-validating config for "google_kms_key_ring.hell"
2020/08/19 18:30:14 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/19 18:30:14 [TRACE] GRPCProvider: PlanResourceChange
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCheckPreventDestroy
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteState
2020/08/19 18:30:14 [TRACE] EvalWriteState: writing current state object for google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/19 18:30:14 [TRACE] EvalWriteDiff: recorded NoOp change for google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: google_kms_key_ring.hell
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_key_ring.hell (expand)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key (expand)"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodePlannableResource)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": expanding dynamic subgraph
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/19 18:30:14 [TRACE] ResourceCountTransformer: adding google_kms_crypto_key.my_crypto_key as *terraform.NodePlannableResourceInstance
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodePlannableResourceInstance
------
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:14 [DEBUG] Resource instance state not found for node "google_kms_crypto_key.my_crypto_key", instance google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:14 [DEBUG] ReferenceTransformer: "google_kms_crypto_key.my_crypto_key" references: []
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/19 18:30:14 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/19 18:30:14 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": entering dynamic subgraph
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodePlannableResourceInstance)
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalReadState
2020/08/19 18:30:14 [TRACE] EvalReadState: reading state for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] EvalReadState: no state present for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalValidateSelfRef
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalDiff
2020/08/19 18:30:14 [TRACE] Re-validating config for "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:14 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/19 18:30:14 [TRACE] GRPCProvider: PlanResourceChange
2020/08/19 18:30:14 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_kms_crypto_key.my_crypto_key, 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:
- .purpose: planned value cty.StringVal("ENCRYPT_DECRYPT") does not match config value cty.NullVal(cty.String)
- .version_template: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCheckPreventDestroy
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteState
2020/08/19 18:30:14 [TRACE] EvalWriteState: writing current state object for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/19 18:30:14 [TRACE] EvalWriteDiff: recorded Create change for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": dynamic subgraph completed successfully
2020/08/19 18:30:14 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/08/19 18:30:14 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/08/19 18:30:14 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"] (close)"
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2020/08/19 18:30:14 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: provider["registry.terraform.io/hashicorp/google"] (close)
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalCloseProvider
2020/08/19 18:30:14 [TRACE] GRPCProvider: Close
2020-08-19T18:30:14.796-0400 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20805
2020-08-19T18:30:14.796-0400 [DEBUG] plugin: plugin exited
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"] (close)
2020/08/19 18:30:14 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"] (close)": visit complete
2020/08/19 18:30:14 [TRACE] dag/walk: visiting "root"
2020/08/19 18:30:14 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/08/19 18:30:14 [TRACE] vertex "root": evaluating
2020/08/19 18:30:14 [TRACE] [walkPlan] Entering eval tree: root
2020/08/19 18:30:14 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:14 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:14 [TRACE] [walkPlan] Exiting eval tree: root
2020/08/19 18:30:14 [TRACE] vertex "root": visit complete
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
2020/08/19 18:30:14 [DEBUG] command: asking for input: "Do you want to perform these actions?"
Terraform will perform the following actions:
# google_kms_crypto_key.my_crypto_key will be created
+ resource "google_kms_crypto_key" "my_crypto_key" {
+ id = (known after apply)
+ key_ring = "projects/pristine-bay-286722/locations/global/keyRings/my-first"
+ name = "resurrect-me"
+ purpose = "ENCRYPT_DECRYPT"
+ self_link = (known after apply)
+ version_template {
+ algorithm = (known after apply)
+ protection_level = (known after apply)
}
}
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2020/08/19 18:30:15 [INFO] backend/local: apply calling Apply
2020/08/19 18:30:15 [INFO] terraform: building graph: GraphTypeApply
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/19 18:30:15 [TRACE] ConfigTransformer: Starting for path:
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.DiffTransformer
2020/08/19 18:30:15 [TRACE] DiffTransformer starting
2020/08/19 18:30:15 [TRACE] DiffTransformer: found NoOp change for google_kms_key_ring.hell
2020/08/19 18:30:15 [TRACE] DiffTransformer: found Create change for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] DiffTransformer: google_kms_crypto_key.my_crypto_key will be represented by google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] DiffTransformer complete
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/19 18:30:15 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandApplyableResource) config from file.tf:1,1-38
2020/08/19 18:30:15 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_key_ring.hell (expand)
2020/08/19 18:30:15 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandApplyableResource) config from file.tf:7,1-49
2020/08/19 18:30:15 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:15 [TRACE] AttachResourceConfigTransformer: attaching to "google_kms_crypto_key.my_crypto_key" (*terraform.NodeApplyableResourceInstance) config from file.tf:7,1-49
2020/08/19 18:30:15 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/19 18:30:15 [DEBUG] Resource state not found for node "google_kms_crypto_key.my_crypto_key", instance google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
------
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/19 18:30:15 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_kms_key_ring.hell (expand)
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/19 18:30:15 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:15 [DEBUG] ProviderTransformer: "google_kms_crypto_key.my_crypto_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [DEBUG] ProviderTransformer: "google_kms_crypto_key.my_crypto_key" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/google"] serving google_kms_key_ring.hell (expand)
2020/08/19 18:30:15 [DEBUG] ProviderTransformer: "google_kms_key_ring.hell (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/19 18:30:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/19 18:30:15 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_key_ring.hell (expand)
2020/08/19 18:30:15 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_crypto_key.my_crypto_key (expand)
2020/08/19 18:30:15 [TRACE] AttachSchemaTransformer: attaching resource schema to google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/19 18:30:15 [DEBUG] ReferenceTransformer: "google_kms_key_ring.hell (expand)" references: []
2020/08/19 18:30:15 [DEBUG] ReferenceTransformer: "google_kms_crypto_key.my_crypto_key (expand)" references: []
2020/08/19 18:30:15 [DEBUG] ReferenceTransformer: "google_kms_crypto_key.my_crypto_key" references: [google_kms_key_ring.hell (expand)]
2020/08/19 18:30:15 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/08/19 18:30:15 [TRACE] AttachDependenciesTransformer: google_kms_crypto_key.my_crypto_key depends on [google_kms_key_ring.hell]
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/19 18:30:15 [TRACE] ForcedCBDTransformer: "google_kms_crypto_key.my_crypto_key" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.destroyRootOutputTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.destroyRootOutputTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.applyDestroyNodeReferenceFixupTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.applyDestroyNodeReferenceFixupTransformer (no changes)
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:15 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/19 18:30:15 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
google_kms_crypto_key.my_crypto_key (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
google_kms_key_ring.hell (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/google"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
google_kms_crypto_key.my_crypto_key - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/google"] (close) - *terraform.graphNodeCloseProvider
------
2020/08/19 18:30:15 [DEBUG] Starting graph walk: walkApply
2020/08/19 18:30:15 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/google\"]"
2020/08/19 18:30:15 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/19 18:30:15 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": evaluating
2020/08/19 18:30:15 [TRACE] [walkApply] Entering eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalInitProvider
2020-08-19T18:30:15.585-0400 [INFO] plugin: configuring client automatic mTLS
2020-08-19T18:30:15.616-0400 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5]
2020-08-19T18:30:15.617-0400 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20817
2020-08-19T18:30:15.617-0400 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5
2020-08-19T18:30:15.636-0400 [INFO] plugin.terraform-provider-google_v3.35.0_x5: configuring server automatic mTLS: timestamp=2020-08-19T18:30:15.636-0400
2020-08-19T18:30:15.670-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: plugin address: address=/tmp/plugin978100506 network=unix timestamp=2020-08-19T18:30:15.669-0400
2020-08-19T18:30:15.670-0400 [DEBUG] plugin: using plugin: version=5
2020/08/19 18:30:15 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/google\"]" provider for provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalOpFilter
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalConfigProvider
2020/08/19 18:30:15 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/google"]: no configuration at all
2020/08/19 18:30:15 [TRACE] GRPCProvider: GetSchema
2020-08-19T18:30:15.746-0400 [TRACE] plugin.stdio: waiting for stdio data
2020-08-19T18:30:15.747-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/19 18:30:15 [TRACE] No provider meta schema returned
2020/08/19 18:30:15 [TRACE] GRPCProvider: Configure
2020-08-19T18:30:15.807-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Authenticating using DefaultClient...
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-identity https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email]
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/projects/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating GKE client for path https://container.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud DNS client for path https://dns.googleapis.com/dns/v1/projects/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Storage client for path https://storage.googleapis.com/storage/v1/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google SqlAdmin client for path https://sqladmin.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud BigQuery client for path https://bigquery.googleapis.com/bigquery/v2/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud BigtableAdmin for path https://bigtableadmin.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Filestore client for path https://file.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud IoT Core client for path
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/
2020-08-19T18:30:15.808-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [INFO] Instantiating Google Cloud Healthcare client for path https://healthcare.googleapis.com/
2020/08/19 18:30:15 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:15 [TRACE] [walkApply] Exiting eval tree: provider["registry.terraform.io/hashicorp/google"]
2020/08/19 18:30:15 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/google\"]": visit complete
2020/08/19 18:30:15 [TRACE] dag/walk: visiting "google_kms_key_ring.hell (expand)"
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell (expand)": expanding dynamic subgraph
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell (expand)": entering dynamic subgraph
2020/08/19 18:30:15 [TRACE] dag/walk: visiting "google_kms_key_ring.hell"
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell": starting visit (*terraform.NodeApplyableResource)
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell": evaluating
2020/08/19 18:30:15 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key (expand)"
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": expanding dynamic subgraph
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": entering dynamic subgraph
2020/08/19 18:30:15 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodeApplyableResource)
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": evaluating
2020/08/19 18:30:15 [TRACE] [walkApply] Entering eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/19 18:30:15 [TRACE] [walkApply] Entering eval tree: google_kms_key_ring.hell
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/19 18:30:15 [TRACE] [walkApply] Exiting eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": dynamic subgraph completed successfully
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key (expand)": visit complete
2020/08/19 18:30:15 [TRACE] [walkApply] Exiting eval tree: google_kms_key_ring.hell
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell": visit complete
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell (expand)": dynamic subgraph completed successfully
2020/08/19 18:30:15 [TRACE] vertex "google_kms_key_ring.hell (expand)": visit complete
2020/08/19 18:30:15 [TRACE] dag/walk: visiting "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": starting visit (*terraform.NodeApplyableResourceInstance)
2020/08/19 18:30:15 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": evaluating
2020/08/19 18:30:15 [TRACE] [walkApply] Entering eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalSequence
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalReadDiff
2020/08/19 18:30:15 [TRACE] EvalReadDiff: Read Create change from plan for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalIf
2020/08/19 18:30:15 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalIf
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalReadState
2020/08/19 18:30:15 [TRACE] EvalReadState: reading state for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] EvalReadState: no state present for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalReadDiff
2020/08/19 18:30:15 [TRACE] EvalReadDiff: Read Create change from plan for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalDiff
2020/08/19 18:30:15 [TRACE] Re-validating config for "google_kms_crypto_key.my_crypto_key"
2020/08/19 18:30:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/19 18:30:15 [TRACE] GRPCProvider: PlanResourceChange
2020/08/19 18:30:15 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_kms_crypto_key.my_crypto_key, 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:
- .purpose: planned value cty.StringVal("ENCRYPT_DECRYPT") does not match config value cty.NullVal(cty.String)
- .version_template: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalCheckPlannedChange
2020/08/19 18:30:15 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalGetProvider
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalReadState
2020/08/19 18:30:15 [TRACE] EvalReadState: reading state for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] EvalReadState: no state present for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalReduceDiff
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalIf
2020/08/19 18:30:15 [TRACE] eval: terraform.EvalNoop
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalApplyPre
2020/08/19 18:30:15 [TRACE] eval: *terraform.EvalApply
google_kms_crypto_key.my_crypto_key: Creating...
2020/08/19 18:30:15 [DEBUG] EvalApply: ProviderMeta config value set
2020/08/19 18:30:15 [DEBUG] google_kms_crypto_key.my_crypto_key: applying the planned Create change
2020/08/19 18:30:15 [TRACE] GRPCProvider: ApplyResourceChange
2020-08-19T18:30:15.811-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [DEBUG] setting computed for "version_template" from ComputedKeys
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [DEBUG] Creating new CryptoKey: map[string]interface {}{"purpose":"ENCRYPT_DECRYPT"}
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [DEBUG] Waiting for state to become: [success]
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [DEBUG] Retry Transport: starting RoundTrip retry loop
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [DEBUG] Retry Transport: request attempt 0
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:15 [DEBUG] Google API Request Details:
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: ---[ REQUEST ]---------------------------------------
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: POST /v1/projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys?alt=json&cryptoKeyId=resurrect-me HTTP/1.1
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Host: cloudkms.googleapis.com
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: User-Agent: HashiCorp Terraform/0.13.0 (+https://www.terraform.io) Terraform Plugin SDK/1.11.0 terraform-provider-google/dev
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Content-Length: 30
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Content-Type: application/json
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Accept-Encoding: gzip
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: {
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "purpose": "ENCRYPT_DECRYPT"
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: }
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:15.812-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: -----------------------------------------------------
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:16 [DEBUG] Google API Response Details:
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: ---[ RESPONSE ]--------------------------------------
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: HTTP/1.1 409 Conflict
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Connection: close
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Transfer-Encoding: chunked
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Cache-Control: private
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Content-Type: application/json; charset=UTF-8
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Date: Wed, 19 Aug 2020 22:30:15 GMT
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Server: ESF
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: Origin
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: X-Origin
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: Referer
2020-08-19T18:30:16.012-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Content-Type-Options: nosniff
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Frame-Options: SAMEORIGIN
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Xss-Protection: 0
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: c9
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: {
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "error": {
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "code": 409,
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "message": "CryptoKey projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys/resurrect-me already exists.",
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "status": "ALREADY_EXISTS"
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: }
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: }
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 0
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: -----------------------------------------------------
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:16 [DEBUG] Retry Transport: Stopping retries, last request failed with non-retryable error: googleapi: got HTTP response code 409 with body: HTTP/1.1 409 Conflict
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Connection: close
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Transfer-Encoding: chunked
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Cache-Control: private
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Content-Type: application/json; charset=UTF-8
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Date: Wed, 19 Aug 2020 22:30:15 GMT
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Server: ESF
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: Origin
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: X-Origin
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: Vary: Referer
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Content-Type-Options: nosniff
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Frame-Options: SAMEORIGIN
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: X-Xss-Protection: 0
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: c9
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: {
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "error": {
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "code": 409,
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "message": "CryptoKey projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys/resurrect-me already exists.",
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: "status": "ALREADY_EXISTS"
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: }
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: }
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 0
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5:
2020-08-19T18:30:16.013-0400 [DEBUG] plugin.terraform-provider-google_v3.35.0_x5: 2020/08/19 18:30:16 [DEBUG] Retry Transport: Returning after 1 attempts
2020/08/19 18:30:16 [DEBUG] google_kms_crypto_key.my_crypto_key: apply errored, but we're indicating that via the Error pointer rather than returning it: Error creating CryptoKey: googleapi: Error 409: CryptoKey projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys/resurrect-me already exists.
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalMaybeTainted
2020/08/19 18:30:16 [TRACE] EvalMaybeTainted: google_kms_crypto_key.my_crypto_key encountered an error during creation, so it is now marked as tainted
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalWriteState
2020/08/19 18:30:16 [TRACE] EvalWriteState: removing state object for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalApplyProvisioners
2020/08/19 18:30:16 [TRACE] EvalApplyProvisioners: google_kms_crypto_key.my_crypto_key has no state, so skipping provisioners
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalMaybeTainted
2020/08/19 18:30:16 [TRACE] EvalMaybeTainted: google_kms_crypto_key.my_crypto_key encountered an error during creation, so it is now marked as tainted
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalWriteState
2020/08/19 18:30:16 [TRACE] EvalWriteState: removing state object for google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalIf
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalIf
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/19 18:30:16 [TRACE] eval: *terraform.EvalApplyPost
2020/08/19 18:30:16 [ERROR] eval: *terraform.EvalApplyPost, err: Error creating CryptoKey: googleapi: Error 409: CryptoKey projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys/resurrect-me already exists.
2020/08/19 18:30:16 [ERROR] eval: *terraform.EvalSequence, err: Error creating CryptoKey: googleapi: Error 409: CryptoKey projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys/resurrect-me already exists.
2020/08/19 18:30:16 [TRACE] [walkApply] Exiting eval tree: google_kms_crypto_key.my_crypto_key
2020/08/19 18:30:16 [TRACE] vertex "google_kms_crypto_key.my_crypto_key": visit complete
2020/08/19 18:30:16 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2020/08/19 18:30:16 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/google\"] (close)" errored, so skipping
2020/08/19 18:30:16 [TRACE] dag/walk: upstream of "root" errored, so skipping
2020/08/19 18:30:16 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2020/08/19 18:30:16 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2020/08/19 18:30:16 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2020/08/19 18:30:16 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2020/08/19 18:30:16 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Error: Error creating CryptoKey: googleapi: Error 409: CryptoKey projects/pristine-bay-286722/locations/global/keyRings/my-first/cryptoKeys/resurrect-me already exists.
on file.tf line 7, in resource "google_kms_crypto_key" "my_crypto_key":
7: resource "google_kms_crypto_key" "my_crypto_key" {
2020-08-19T18:30:16.065-0400 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.35.0/linux_amd64/terraform-provider-google_v3.35.0_x5 pid=20817
2020-08-19T18:30:16.065-0400 [DEBUG] plugin: plugin exited
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment