Skip to content

Instantly share code, notes, and snippets.

@kangkyu
Created April 5, 2023 08:41
Show Gist options
  • Save kangkyu/f41bfe90f6b3fbefb03af45f077d56b9 to your computer and use it in GitHub Desktop.
Save kangkyu/f41bfe90f6b3fbefb03af45f077d56b9 to your computer and use it in GitHub Desktop.
output of TF_LOG=trace
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2023-04-05T01:33:47.986-0700 [INFO] backend/local: apply calling Apply
2023-04-05T01:33:47.987-0700 [DEBUG] Building and walking apply graph for NormalMode plan
2023-04-05T01:33:47.987-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-04-05T01:33:47.987-0700 [TRACE] ConfigTransformer: Starting for path:
2023-04-05T01:33:47.987-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
------
2023-04-05T01:33:47.987-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-04-05T01:33:47.987-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.987-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-04-05T01:33:47.987-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-04-05T01:33:47.987-0700 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-04-05T01:33:47.987-0700 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-04-05T01:33:47.987-0700 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-04-05T01:33:47.987-0700 [TRACE] OutputTransformer: adding base_url as *terraform.nodeExpandOutput
2023-04-05T01:33:47.987-0700 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
output.base_url (expand) - *terraform.nodeExpandOutput
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.987-0700 [TRACE] Executing graph transform *terraform.DiffTransformer
2023-04-05T01:33:47.987-0700 [TRACE] DiffTransformer starting
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found CreateThenDelete change for terraform_data.lambda_build
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: terraform_data.lambda_build will be represented by terraform_data.lambda_build, deposing prior object to f5b9d3fb
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: terraform_data.lambda_build deposed object f5b9d3fb will be represented for destruction by terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found Read change for data.archive_file.zip
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: data.archive_file.zip will be represented by data.archive_file.zip
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for random_pet.lambda_bucket_name
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_api_gateway_rest_api.gateway_api
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_api_gateway_resource.resource
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_api_gateway_method.method
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_dynamodb_table.product
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_iam_role.role_lambda
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_iam_role_policy_attachment.lambda_policy
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_iam_role_policy.policy_dynamodb_lambda
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_s3_bucket.lambda_bucket
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_s3_bucket_acl.bucket_acl
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_s3_object.zip
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found Update change for aws_lambda_function.product
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: aws_lambda_function.product will be represented by aws_lambda_function.product
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_api_gateway_integration.integration
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_api_gateway_deployment.lambda
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_lambda_permission.allow_api
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer: found NoOp change for aws_api_gateway_stage.lambda
2023-04-05T01:33:47.988-0700 [TRACE] DiffTransformer complete
2023-04-05T01:33:47.988-0700 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
output.base_url (expand) - *terraform.nodeExpandOutput
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.988-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-04-05T01:33:47.988-0700 [DEBUG] Resource state not found for node "data.archive_file.zip", instance data.archive_file.zip
2023-04-05T01:33:47.988-0700 [TRACE] NodeAbstractResourceInstance.AttachResourceState for terraform_data.lambda_build
2023-04-05T01:33:47.988-0700 [TRACE] NodeAbstractResourceInstance.AttachResourceState for terraform_data.lambda_build
2023-04-05T01:33:47.988-0700 [TRACE] NodeAbstractResourceInstance.AttachResourceState for aws_lambda_function.product
2023-04-05T01:33:47.988-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-04-05T01:33:47.988-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-04-05T01:33:47.989-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-04-05T01:33:47.989-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "terraform_data.lambda_build" (*terraform.NodeApplyableResourceInstance) config from main.tf:31,1-41
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to terraform_data.lambda_build
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "terraform_data.lambda_build (destroy deposed f5b9d3fb)" (*terraform.NodeDestroyDeposedResourceInstanceObject) config from main.tf:31,1-41
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.product" (*terraform.NodeApplyableResourceInstance) config from main.tf:62,1-41
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lambda_function.product
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy_attachment.lambda_policy (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:144,1-58
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role_policy_attachment.lambda_policy (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_rest_api.gateway_api (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:149,1-50
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_api_gateway_rest_api.gateway_api (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_iam_policy_document.allow_lambda (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:104, Column:1, Byte:2160}, End:hcl.Pos{Line:104, Column:46, Byte:2205}}
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_iam_policy_document.allow_lambda (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_stage.lambda (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:196,1-42
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_api_gateway_stage.lambda (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.archive_file.zip (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:91, Column:1, Byte:1852}, End:hcl.Pos{Line:91, Column:26, Byte:1877}}
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.archive_file.zip (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_iam_policy_document.allow_dynamodb_lambda (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:128, Column:1, Byte:2623}, End:hcl.Pos{Line:128, Column:55, Byte:2677}}
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_iam_policy_document.allow_dynamodb_lambda (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.policy_dynamodb_lambda (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:121,1-56
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role_policy.policy_dynamodb_lambda (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_deployment.lambda (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:202,1-47
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_api_gateway_deployment.lambda (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.role_lambda (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:98,1-38
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role.role_lambda (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_method.method (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:159,1-43
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_api_gateway_method.method (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket.lambda_bucket (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:51,1-41
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket.lambda_bucket (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_resource.resource (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:153,1-47
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_api_gateway_resource.resource (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.archive_file.zip" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:91, Column:1, Byte:1852}, End:hcl.Pos{Line:91, Column:26, Byte:1877}}
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.archive_file.zip
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_permission.allow_api (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:166,1-45
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lambda_permission.allow_api (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "terraform_data.lambda_build (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:31,1-41
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to terraform_data.lambda_build (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "random_pet.lambda_bucket_name (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:46,1-43
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_pet.lambda_bucket_name (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.product (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:175,1-40
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_dynamodb_table.product (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_object.zip (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:82,1-31
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_object.zip (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.product (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:62,1-41
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lambda_function.product (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_integration.integration (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:219,1-53
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_api_gateway_integration.integration (expand)
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_acl.bucket_acl (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:57,1-42
2023-04-05T01:33:47.989-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket_acl.bucket_acl (expand)
2023-04-05T01:33:47.989-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-04-05T01:33:47.989-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-04-05T01:33:47.989-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-04-05T01:33:47.989-0700 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:42,1-15
2023-04-05T01:33:47.989-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.989-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-04-05T01:33:47.989-0700 [DEBUG] adding implicit provider configuration provider["terraform.io/builtin/terraform"], implied first by terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.990-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.990-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/archive"] serving data.archive_file.zip
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "data.archive_file.zip" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/archive"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_pet.lambda_bucket_name (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "random_pet.lambda_bucket_name (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_api_gateway_integration.integration (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.integration (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_object.zip (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_s3_object.zip (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lambda_function.product (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_lambda_function.product (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_api_gateway_deployment.lambda (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lambda_function.product
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_lambda_function.product" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role_policy_attachment.lambda_policy (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket_acl.bucket_acl (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_s3_bucket_acl.bucket_acl (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_dynamodb_table.product (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_dynamodb_table.product (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["terraform.io/builtin/terraform"] serving terraform_data.lambda_build
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "terraform_data.lambda_build" (*terraform.NodeApplyableResourceInstance) needs provider["terraform.io/builtin/terraform"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_api_gateway_rest_api.gateway_api (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.gateway_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_iam_policy_document.allow_dynamodb_lambda (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.allow_dynamodb_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket.lambda_bucket (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_s3_bucket.lambda_bucket (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/archive"] serving data.archive_file.zip (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "data.archive_file.zip (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/archive"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_api_gateway_stage.lambda (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["terraform.io/builtin/terraform"] serving terraform_data.lambda_build (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "terraform_data.lambda_build (expand)" (*terraform.nodeExpandApplyableResource) needs provider["terraform.io/builtin/terraform"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lambda_permission.allow_api (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_lambda_permission.allow_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role_policy.policy_dynamodb_lambda (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_iam_role_policy.policy_dynamodb_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["terraform.io/builtin/terraform"] serving terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "terraform_data.lambda_build (destroy deposed f5b9d3fb)" (*terraform.NodeDestroyDeposedResourceInstanceObject) needs provider["terraform.io/builtin/terraform"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role.role_lambda (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_iam_role.role_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_api_gateway_method.method (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_api_gateway_method.method (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_api_gateway_resource.resource (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.resource (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.990-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_iam_policy_document.allow_lambda (expand)
2023-04-05T01:33:47.990-0700 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.allow_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.991-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.991-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-04-05T01:33:47.991-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-04-05T01:33:47.991-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.991-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-04-05T01:33:47.991-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-04-05T01:33:47.991-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-04-05T01:33:47.991-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/archive"]
2023-04-05T01:33:47.991-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy_attachment.lambda_policy (expand)
2023-04-05T01:33:47.991-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_iam_policy_document.allow_lambda (expand)
2023-04-05T01:33:47.991-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.product
2023-04-05T01:33:47.991-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.policy_dynamodb_lambda (expand)
2023-04-05T01:33:47.991-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.archive_file.zip (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to random_pet.lambda_bucket_name (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.archive_file.zip
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/random"]
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.product (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_integration.integration (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_acl.bucket_acl (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.product (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_object.zip (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_rest_api.gateway_api (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to terraform_data.lambda_build
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to terraform_data.lambda_build
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.992-0700 [ERROR] AttachSchemaTransformer: No provider config schema available for provider["terraform.io/builtin/terraform"]
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_deployment.lambda (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.role_lambda (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_stage.lambda (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_iam_policy_document.allow_dynamodb_lambda (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_permission.allow_api (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to terraform_data.lambda_build (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to terraform_data.lambda_build (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_method.method (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket.lambda_bucket (expand)
2023-04-05T01:33:47.992-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_resource.resource (expand)
2023-04-05T01:33:47.992-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-04-05T01:33:47.992-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-04-05T01:33:47.992-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-04-05T01:33:47.992-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.aws_region]
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "random_pet.lambda_bucket_name (expand)" references: []
2023-04-05T01:33:47.992-0700 [INFO] ReferenceTransformer: reference not found: "terraform_data.lambda_build#destroy"
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "data.archive_file.zip" references: [terraform_data.lambda_build terraform_data.lambda_build terraform_data.lambda_build (expand)]
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_s3_bucket_acl.bucket_acl (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.product (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_s3_object.zip (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_lambda_function.product (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.integration (expand)" references: []
2023-04-05T01:33:47.992-0700 [INFO] ReferenceTransformer: reference not found: "path.module"
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "terraform_data.lambda_build" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "provider[\"terraform.io/builtin/terraform\"]" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.gateway_api (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.lambda (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.allow_dynamodb_lambda (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "output.base_url (expand)" references: [aws_api_gateway_stage.lambda (expand)]
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.lambda (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_iam_role.role_lambda (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.method (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_s3_bucket.lambda_bucket (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.resource (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "aws_lambda_permission.allow_api (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "terraform_data.lambda_build (expand)" references: []
2023-04-05T01:33:47.992-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/archive\"]" references: []
2023-04-05T01:33:47.993-0700 [DEBUG] ReferenceTransformer: "aws_lambda_function.product" references: [data.archive_file.zip data.archive_file.zip data.archive_file.zip (expand) aws_s3_bucket.lambda_bucket (expand) aws_s3_object.zip (expand) aws_iam_role.role_lambda (expand) aws_dynamodb_table.product (expand)]
2023-04-05T01:33:47.993-0700 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_policy (expand)" references: []
2023-04-05T01:33:47.993-0700 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.allow_lambda (expand)" references: []
2023-04-05T01:33:47.993-0700 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.policy_dynamodb_lambda (expand)" references: []
2023-04-05T01:33:47.993-0700 [DEBUG] ReferenceTransformer: "data.archive_file.zip (expand)" references: []
2023-04-05T01:33:47.993-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.993-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-04-05T01:33:47.993-0700 [TRACE] AttachDependenciesTransformer: aws_lambda_function.product depends on [aws_dynamodb_table.product aws_iam_role.role_lambda aws_s3_bucket.lambda_bucket aws_s3_object.zip data.archive_file.zip terraform_data.lambda_build]
2023-04-05T01:33:47.993-0700 [TRACE] AttachDependenciesTransformer: data.archive_file.zip depends on [terraform_data.lambda_build]
2023-04-05T01:33:47.993-0700 [TRACE] AttachDependenciesTransformer: terraform_data.lambda_build depends on []
2023-04-05T01:33:47.993-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-04-05T01:33:47.993-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-04-05T01:33:47.993-0700 [TRACE] ForcedCBDTransformer: "terraform_data.lambda_build" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2023-04-05T01:33:47.993-0700 [TRACE] ForcedCBDTransformer: "terraform_data.lambda_build (destroy deposed f5b9d3fb)" (*terraform.NodeDestroyDeposedResourceInstanceObject) already has create_before_destroy set
2023-04-05T01:33:47.993-0700 [TRACE] ForcedCBDTransformer: "aws_lambda_function.product" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2023-04-05T01:33:47.993-0700 [TRACE] ForcedCBDTransformer: "data.archive_file.zip" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2023-04-05T01:33:47.993-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-04-05T01:33:47.993-0700 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-04-05T01:33:47.993-0700 [TRACE] DestroyEdgeTransformer: "terraform_data.lambda_build (destroy deposed f5b9d3fb)" (*terraform.NodeDestroyDeposedResourceInstanceObject) destroys terraform_data.lambda_build
2023-04-05T01:33:47.993-0700 [TRACE] DestroyEdgeTransformer: connecting creator "terraform_data.lambda_build" with destroyer "terraform_data.lambda_build (destroy deposed f5b9d3fb)"
2023-04-05T01:33:47.993-0700 [TRACE] DestroyEdgeTransformer: aws_lambda_function.product has stored dependency of terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.993-0700 [TRACE] DestroyEdgeTransformer: data.archive_file.zip has stored dependency of terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.993-0700 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.994-0700 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2023-04-05T01:33:47.994-0700 [TRACE] CBDEdgeTransformer: reversing edge terraform_data.lambda_build -> terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.994-0700 [TRACE] CBDEdgeTransformer: reversing edge aws_lambda_function.product -> terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.994-0700 [TRACE] CBDEdgeTransformer: reversing edge data.archive_file.zip -> terraform_data.lambda_build (destroy deposed f5b9d3fb)
2023-04-05T01:33:47.994-0700 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer with new graph:
aws_api_gateway_deployment.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_integration.integration (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_method.method (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_resource.resource (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.gateway_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy.policy_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.lambda_policy (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_api (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_acl.bucket_acl (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_dynamodb_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.allow_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
aws_api_gateway_stage.lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
random_pet.lambda_bucket_name (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.994-0700 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_api_gateway_deployment.lambda (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_api_gateway_stage.lambda (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: data.aws_iam_policy_document.allow_dynamodb_lambda (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_api_gateway_resource.resource (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_lambda_permission.allow_api (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_api_gateway_method.method (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_iam_role_policy_attachment.lambda_policy (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: data.aws_iam_policy_document.allow_lambda (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_iam_role_policy.policy_dynamodb_lambda (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: random_pet.lambda_bucket_name (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: provider["registry.terraform.io/hashicorp/random"] is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_api_gateway_rest_api.gateway_api (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_s3_bucket_acl.bucket_acl (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [DEBUG] pruneUnusedNodes: aws_api_gateway_integration.integration (expand) is no longer needed, removing
2023-04-05T01:33:47.994-0700 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.994-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-04-05T01:33:47.995-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-04-05T01:33:47.995-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-04-05T01:33:47.995-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/archive"] (close) - *terraform.graphNodeCloseProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] (close) - *terraform.graphNodeCloseProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.995-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-04-05T01:33:47.995-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/archive"] (close) - *terraform.graphNodeCloseProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] (close) - *terraform.graphNodeCloseProvider
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
root - *terraform.nodeCloseModule
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["terraform.io/builtin/terraform"] (close) - *terraform.graphNodeCloseProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.995-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-04-05T01:33:47.996-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
aws_dynamodb_table.product (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.role_lambda (expand) - *terraform.nodeExpandApplyableResource
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
aws_lambda_function.product (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket.lambda_bucket (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_object.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
data.archive_file.zip (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/archive"] (close) - *terraform.graphNodeCloseProvider
data.archive_file.zip - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
provider["terraform.io/builtin/terraform"] (close) - *terraform.graphNodeCloseProvider
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
root - *terraform.nodeCloseModule
output.base_url (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/archive"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["terraform.io/builtin/terraform"] (close) - *terraform.graphNodeCloseProvider
terraform_data.lambda_build - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
terraform_data.lambda_build (destroy deposed f5b9d3fb) - *terraform.NodeDestroyDeposedResourceInstanceObject
aws_lambda_function.product - *terraform.NodeApplyableResourceInstance
terraform_data.lambda_build (expand) - *terraform.nodeExpandApplyableResource
provider["terraform.io/builtin/terraform"] - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
------
2023-04-05T01:33:47.996-0700 [DEBUG] Starting graph walk: walkApply
2023-04-05T01:33:47.996-0700 [TRACE] vertex "provider[\"terraform.io/builtin/terraform\"]": starting visit (*terraform.NodeApplyableProvider)
2023-04-05T01:33:47.996-0700 [TRACE] vertex "output.base_url (expand)": starting visit (*terraform.nodeExpandOutput)
2023-04-05T01:33:47.996-0700 [TRACE] vertex "output.base_url (expand)": expanding dynamic subgraph
2023-04-05T01:33:47.996-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"terraform.io/builtin/terraform\"]" provider for provider["terraform.io/builtin/terraform"]
2023-04-05T01:33:47.996-0700 [TRACE] NodeApplyableProvider: configuring provider["terraform.io/builtin/terraform"]
2023-04-05T01:33:47.996-0700 [TRACE] buildProviderConfig for provider["terraform.io/builtin/terraform"]: no configuration at all
2023-04-05T01:33:47.996-0700 [TRACE] vertex "var.aws_region": starting visit (*terraform.NodeRootVariable)
2023-04-05T01:33:47.996-0700 [TRACE] NodeRootVariable: evaluating var.aws_region
2023-04-05T01:33:47.996-0700 [TRACE] prepareFinalInputVariableValue: preparing var.aws_region
2023-04-05T01:33:47.996-0700 [TRACE] prepareFinalInputVariableValue: var.aws_region has a default value
2023-04-05T01:33:47.996-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/archive\"]": starting visit (*terraform.NodeApplyableProvider)
2023-04-05T01:33:47.996-0700 [TRACE] Expanding output: adding output.base_url as *terraform.NodeApplyableOutput
2023-04-05T01:33:47.996-0700 [TRACE] prepareFinalInputVariableValue: var.aws_region has no defined value
2023-04-05T01:33:47.996-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.aws_region
2023-04-05T01:33:47.996-0700 [TRACE] evalVariableValidations: no validation rules declared for var.aws_region, so skipping
2023-04-05T01:33:47.996-0700 [TRACE] vertex "var.aws_region": visit complete
2023-04-05T01:33:47.996-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2023-04-05T01:33:47.996-0700 [TRACE] vertex "output.base_url (expand)": entering dynamic subgraph
2023-04-05T01:33:47.996-0700 [TRACE] vertex "output.base_url": starting visit (*terraform.NodeApplyableOutput)
2023-04-05T01:33:47.996-0700 [TRACE] setValue: Saving value for output.base_url in state
2023-04-05T01:33:47.996-0700 [TRACE] vertex "output.base_url": visit complete
2023-04-05T01:33:47.996-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:47.996-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:47.997-0700 [TRACE] vertex "output.base_url (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:47.997-0700 [TRACE] vertex "output.base_url (expand)": visit complete
2023-04-05T01:33:47.997-0700 [DEBUG] created provider logger: level=trace
2023-04-05T01:33:47.997-0700 [INFO] provider: configuring client automatic mTLS
2023-04-05T01:33:48.007-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.3.0/darwin_arm64/terraform-provider-archive_v2.3.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/archive/2.3.0/darwin_arm64/terraform-provider-archive_v2.3.0_x5]
2023-04-05T01:33:48.010-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.3.0/darwin_arm64/terraform-provider-archive_v2.3.0_x5 pid=10506
2023-04-05T01:33:48.010-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.3.0/darwin_arm64/terraform-provider-archive_v2.3.0_x5
2023-04-05T01:33:48.021-0700 [INFO] provider.terraform-provider-archive_v2.3.0_x5: configuring server automatic mTLS: timestamp=2023-04-05T01:33:48.021-0700
2023-04-05T01:33:48.037-0700 [DEBUG] provider: using plugin: version=5
2023-04-05T01:33:48.037-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: plugin address: address=/var/folders/l7/w6llhb6x0nb3p_fncp7pjmmc0000gn/T/plugin2429799344 network=unix timestamp=2023-04-05T01:33:48.037-0700
2023-04-05T01:33:48.050-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/archive\"]" provider for provider["registry.terraform.io/hashicorp/archive"]
2023-04-05T01:33:48.050-0700 [TRACE] provider.stdio: waiting for stdio data
2023-04-05T01:33:48.050-0700 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/archive"]
2023-04-05T01:33:48.050-0700 [TRACE] vertex "provider[\"terraform.io/builtin/terraform\"]": visit complete
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build (expand)": entering dynamic subgraph
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build": visit complete
2023-04-05T01:33:48.050-0700 [DEBUG] created provider logger: level=trace
2023-04-05T01:33:48.050-0700 [INFO] provider: configuring client automatic mTLS
2023-04-05T01:33:48.050-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.050-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build (expand)": visit complete
2023-04-05T01:33:48.050-0700 [TRACE] vertex "terraform_data.lambda_build": starting visit (*terraform.NodeApplyableResourceInstance)
2023-04-05T01:33:48.050-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/archive"]: no configuration at all
2023-04-05T01:33:48.050-0700 [TRACE] GRPCProvider: GetProviderSchema
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:491 @module=sdk.proto tf_proto_version=5.3 tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=GetProviderSchema timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_getproviderschema.go:36 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_getproviderschema.go:38 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:261 @module=sdk.framework timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:272 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Provider Schema: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:274 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking ResourceSchemas lock: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:413 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking ResourceTypes lock: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:339 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:349 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Provider Resources: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:351 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_resource_type=archive_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:372 tf_rpc=GetProviderSchema timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Resource Schema: tf_resource_type=archive_file @module=sdk.framework tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Resource Schema: @module=sdk.framework tf_resource_type=archive_file tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking DataSourceSchemas lock: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:216 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking DataSourceTypes lock: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:142 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Provider DataSources: tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:152 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Provider DataSources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:154 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:175 @module=sdk.framework tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=GetProviderSchema tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:236 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined DataSource Schema: tf_data_source_type=archive_file tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:238 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received downstream response: tf_req_duration_ms=0 tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive @module=sdk.proto diagnostic_error_count=0 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Served request: tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 tf_req_id=c616bee2-f30f-c1e0-a471-01b71b641d7d @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:510 timestamp=2023-04-05T01:33:48.051-0700
2023-04-05T01:33:48.051-0700 [DEBUG] No provider meta schema returned
2023-04-05T01:33:48.052-0700 [TRACE] GRPCProvider: ValidateProviderConfig
2023-04-05T01:33:48.052-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:518 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=PrepareProviderConfig tf_req_id=35cb86bf-7106-3559-a269-7437e9a14bb4 timestamp=2023-04-05T01:33:48.052-0700
2023-04-05T01:33:48.052-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/internal/logging/protocol_data.go:38 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.3 tf_req_id=35cb86bf-7106-3559-a269-7437e9a14bb4 timestamp=2023-04-05T01:33:48.052-0700
2023-04-05T01:33:48.052-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=35cb86bf-7106-3559-a269-7437e9a14bb4 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2023-04-05T01:33:48.052-0700
2023-04-05T01:33:48.052-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=35cb86bf-7106-3559-a269-7437e9a14bb4 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:261 timestamp=2023-04-05T01:33:48.052-0700
2023-04-05T01:33:48.052-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=35cb86bf-7106-3559-a269-7437e9a14bb4 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_req_duration_ms=0 tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.052-0700
2023-04-05T01:33:48.052-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:539 tf_rpc=PrepareProviderConfig tf_req_id=35cb86bf-7106-3559-a269-7437e9a14bb4 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:48.052-0700
2023-04-05T01:33:48.055-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.61.0/darwin_arm64/terraform-provider-aws_v4.61.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.61.0/darwin_arm64/terraform-provider-aws_v4.61.0_x5]
2023-04-05T01:33:48.067-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.61.0/darwin_arm64/terraform-provider-aws_v4.61.0_x5 pid=10507
2023-04-05T01:33:48.068-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.61.0/darwin_arm64/terraform-provider-aws_v4.61.0_x5
2023-04-05T01:33:48.183-0700 [INFO] provider.terraform-provider-aws_v4.61.0_x5: configuring server automatic mTLS: timestamp=2023-04-05T01:33:48.183-0700
2023-04-05T01:33:48.192-0700 [DEBUG] provider: using plugin: version=5
2023-04-05T01:33:48.192-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: plugin address: address=/var/folders/l7/w6llhb6x0nb3p_fncp7pjmmc0000gn/T/plugin823930267 network=unix timestamp=2023-04-05T01:33:48.192-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.stdio: waiting for stdio data
2023-04-05T01:33:48.198-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:48.198-0700 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/aws"]
2023-04-05T01:33:48.198-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2023-04-05T01:33:48.198-0700 [TRACE] GRPCProvider: GetProviderSchema
2023-04-05T01:33:48.198-0700 [TRACE] GRPCProvider: ConfigureProvider
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received request: @module=sdk.proto tf_proto_version=5.3 tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:547 timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_rpc=Configure tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:491 tf_req_id=bcc7b20a-6838-447e-c332-30e77f9a83ab tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_req_id=bcc7b20a-6838-447e-c332-30e77f9a83ab @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: serving cached schema information: @module=sdk.mux tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received downstream response: tf_req_duration_ms=0 tf_req_id=bcc7b20a-6838-447e-c332-30e77f9a83ab diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking ProviderSchema lock: tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:261 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.198-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/archive\"]": visit complete
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip (expand)": entering dynamic subgraph
2023-04-05T01:33:48.198-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip": visit complete
2023-04-05T01:33:48.199-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.199-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.199-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.199-0700 [TRACE] vertex "data.archive_file.zip (expand)": visit complete
2023-04-05T01:33:48.199-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_proto_version=5.3 tf_req_duration_ms=0 timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.199-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Served request: tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=Configure @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:567 tf_req_id=a01e59d4-9b08-b60e-1b17-4f8adfca926f timestamp=2023-04-05T01:33:48.198-0700
2023-04-05T01:33:48.199-0700 [TRACE] readDiff: Read CreateThenDelete change from plan for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [TRACE] managedResourceExecute: prior object for terraform_data.lambda_build now deposed with key f5b9d3fb
2023-04-05T01:33:48.199-0700 [TRACE] readResourceInstanceState: reading state for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [TRACE] readResourceInstanceState: no state present for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [TRACE] readDiff: Read CreateThenDelete change from plan for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [TRACE] Re-validating config for "terraform_data.lambda_build"
2023-04-05T01:33:48.199-0700 [TRACE] plan: terraform_data.lambda_build treating Create change as CreateThenDelete change to match with earlier plan
2023-04-05T01:33:48.199-0700 [TRACE] checkPlannedChange: Verifying that actual change (action CreateThenDelete) matches planned change (action CreateThenDelete)
2023-04-05T01:33:48.199-0700 [TRACE] reducePlan: terraform_data.lambda_build change simplified from CreateThenDelete to Create for apply node
terraform_data.lambda_build: Creating...
2023-04-05T01:33:48.199-0700 [INFO] Starting apply for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [DEBUG] terraform_data.lambda_build: applying the planned Create change
2023-04-05T01:33:48.199-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for terraform_data.lambda_build
2023-04-05T01:33:48.199-0700 [TRACE] applyProvisioners: provisioning terraform_data.lambda_build with "local-exec"
terraform_data.lambda_build: Provisioning with 'local-exec'...
terraform_data.lambda_build (local-exec): Executing: ["/bin/sh" "-c" "GOOS=linux GOARCH=amd64 go build -o ./bin/aws-lambda-go -C ./product"]
2023-04-05T01:33:48.213-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Served request: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:510 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=bcc7b20a-6838-447e-c332-30e77f9a83ab timestamp=2023-04-05T01:33:48.213-0700
2023-04-05T01:33:48.299-0700 [TRACE] GRPCProvider: ValidateProviderConfig
2023-04-05T01:33:48.303-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:518 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_proto_version=5.3 tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.303-0700
2023-04-05T01:33:48.303-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/internal/logging/protocol_data.go:38 tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.303-0700
2023-04-05T01:33:48.303-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Sending request downstream: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.303-0700
2023-04-05T01:33:48.303-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider=*schema.GRPCProviderServer tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 timestamp=2023-04-05T01:33:48.303-0700
2023-04-05T01:33:48.303-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Preparing provider configuration: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:128 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.303-0700
2023-04-05T01:33:48.304-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:216 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.304-0700
2023-04-05T01:33:48.325-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_rpc=PrepareProviderConfig tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.325-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.325-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Checking ProviderSchema lock: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:261 @module=sdk.framework tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.325-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 description=configuration tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=default_tags tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 description=configuration tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=ignore_tags tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 description=configuration tf_attribute_path=assume_role_with_web_identity tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: tf_attribute_path=assume_role tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 @module=sdk.framework description=configuration tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: @module=sdk.framework tf_attribute_path=endpoints tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 description=configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_attribute_path=allowed_account_ids tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=allowed_account_ids tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=allowed_account_ids tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_attribute_path=forbidden_account_ids tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=forbidden_account_ids tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=forbidden_account_ids timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_attribute_path=max_retries tf_mux_provider=*proto5server.Server timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=max_retries tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=max_retries tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_mux_provider=*proto5server.Server timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_attribute_path=shared_credentials_files tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=shared_credentials_files tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=shared_credentials_files tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_attribute_path=shared_config_files tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_mux_provider=*proto5server.Server tf_attribute_path=shared_config_files timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=shared_config_files tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined validator.List: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:214 @module=sdk.framework description="list must contain at most 1 elements" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined validator.List: tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:224 @module=sdk.framework description="list must contain at most 1 elements" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined validator.List: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:214 @module=sdk.framework description="list must contain at most 1 elements" tf_rpc=PrepareProviderConfig tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined validator.List: description="list must contain at most 1 elements" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:224 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined validator.List: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:214 tf_rpc=PrepareProviderConfig @module=sdk.framework description="list must contain at most 1 elements" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined validator.List: @module=sdk.framework description="list must contain at most 1 elements" tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:224 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.326-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.327-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.327-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.326-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Type implements TypeWithValidate: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Type Validate: tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined validator.List: description="list must contain at most 1 elements" tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:214 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined validator.List: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/block_validation.go:224 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @module=sdk.framework description="list must contain at most 1 elements" tf_mux_provider=*proto5server.Server timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming null block to empty block: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_reify_null_collection_blocks.go:45 @module=sdk.framework description=configuration tf_mux_provider=*proto5server.Server tf_attribute_path=endpoints timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming null block to empty block: tf_mux_provider=*proto5server.Server tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_reify_null_collection_blocks.go:45 @module=sdk.framework description=configuration tf_attribute_path=default_tags tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming null block to empty block: tf_attribute_path=ignore_tags description=configuration tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_reify_null_collection_blocks.go:45 @module=sdk.framework timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming null block to empty block: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_reify_null_collection_blocks.go:45 tf_attribute_path=assume_role_with_web_identity tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig @module=sdk.framework description=configuration tf_mux_provider=*proto5server.Server timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming null block to empty block: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_reify_null_collection_blocks.go:45 tf_rpc=PrepareProviderConfig @module=sdk.framework description=configuration tf_attribute_path=assume_role tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received downstream response: @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=23 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Served request: @module=sdk.proto tf_req_id=647194fd-394c-d7f0-28df-43dba9cd757e @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:539 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2023-04-05T01:33:48.327-0700
2023-04-05T01:33:48.327-0700 [TRACE] GRPCProvider: ConfigureProvider
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:547 timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Sending request downstream: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_rpc=Configure tf_proto_version=5.3 timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 @module=sdk.mux timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Calling downstream: @module=sdk.helper_schema tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:556 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Configuring Terraform AWS Provider: @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:133 @module=aws tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Resolving AWS configuration: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:49 @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Resolving credentials provider: @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Building default HTTP client: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:49 @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Using profile: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @module=aws.aws-base tf_aws.profile=admin tf_aws.profile.source=envvar tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Loading profile: @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ConfigureProvider tf_aws.profile=admin tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Loading configuration: @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Retrieving credentials: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [INFO] provider.terraform-provider-aws_v4.61.0_x5: Retrieved credentials: tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:33 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws.aws-base tf_aws.credentials_source="SharedConfigCredentials: /Users/kangkyu/.aws/credentials" tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Building default HTTP client: @module=aws.aws-base tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:49 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.328-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Loading configuration: tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.329-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Retrieving caller identity from STS: @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 timestamp=2023-04-05T01:33:48.328-0700
2023-04-05T01:33:48.329-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: HTTP Request Sent: aws.service=STS http.request.header.amz_sdk_invocation_id=3578c780-b8c6-4fdc-890f-f382dd52032e http.request.header.x_amz_date=20230405T083348Z http.request_content_length=43 net.peer.name=sts.us-west-2.amazonaws.com tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa aws.region=us-west-2 http.method=POST http.request.body=Action=GetCallerIdentity&Version=2011-06-15 http.url=https://sts.us-west-2.amazonaws.com/ tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 @module=aws.aws-base aws.operation=GetCallerIdentity http.request.header.amz_sdk_request="attempt=1; max=25" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.4.4 (+https://www.terraform.io) terraform-provider-aws/4.61.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.17.7 os/macos lang/go/1.19.7 md/GOOS/darwin md/GOARCH/arm64 api/sts/1.18.7" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider aws.sdk=aws-sdk-go-v2 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************HGLE/20230405/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.content_type=application/x-www-form-urlencoded timestamp=2023-04-05T01:33:48.329-0700
2023-04-05T01:33:48.561-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: HTTP Response Received: aws.region=us-west-2 http.response.body="<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::850515802126:user/Admin</Arn>
<UserId>AIDA*************IMHQ</UserId>
<Account>850515802126</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>129ef6a3-3469-4d5d-b875-525156c0b91c</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>
" http.response.header.x_amzn_requestid=129ef6a3-3469-4d5d-b875-525156c0b91c http.response_content_length=402 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa aws.service=STS http.response.header.content_type=text/xml tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 aws.sdk=aws-sdk-go-v2 http.duration=231 http.response.header.date="Wed, 05 Apr 2023 08:33:47 GMT" http.status_code=200 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws.aws-base aws.operation=GetCallerIdentity timestamp=2023-04-05T01:33:48.560-0700
2023-04-05T01:33:48.561-0700 [INFO] provider.terraform-provider-aws_v4.61.0_x5: Retrieved caller identity from STS: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @module=aws.aws-base tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:33 timestamp=2023-04-05T01:33:48.560-0700
2023-04-05T01:33:48.561-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Creating AWS SDK v1 session: @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:146 tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @module=aws tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.560-0700
2023-04-05T01:33:48.561-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Retrieving AWS account details: @module=aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:152 timestamp=2023-04-05T01:33:48.561-0700
2023-04-05T01:33:48.561-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Retrieving caller identity from STS: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 @module=aws.aws-base tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.561-0700
2023-04-05T01:33:48.561-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: HTTP Request Sent: http.request_content_length=43 tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 http.request.body=Action=GetCallerIdentity&Version=2011-06-15 http.url=https://sts.us-west-2.amazonaws.com/ tf_rpc=ConfigureProvider aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 http.method=POST http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.x_amz_date=20230405T083348Z tf_mux_provider=*schema.GRPCProviderServer http.request.header.amz_sdk_invocation_id=1bc272e4-09e1-4a69-bcfe-5217a4336b57 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************HGLE/20230405/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.content_type=application/x-www-form-urlencoded http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.4.4 (+https://www.terraform.io) terraform-provider-aws/4.61.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.17.7 os/macos lang/go/1.19.7 md/GOOS/darwin md/GOARCH/arm64 api/sts/1.18.7" net.peer.name=sts.us-west-2.amazonaws.com tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws.aws-base aws.operation=GetCallerIdentity aws.service=STS timestamp=2023-04-05T01:33:48.561-0700
2023-04-05T01:33:48.607-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: HTTP Response Received: @module=aws.aws-base aws.sdk=aws-sdk-go-v2 http.duration=46 tf_rpc=ConfigureProvider tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:41 aws.region=us-west-2 http.response.body="<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::850515802126:user/Admin</Arn>
<UserId>AIDA*************IMHQ</UserId>
<Account>850515802126</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>6dd38bf7-3a4a-4680-9f8e-67e72f50992b</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>
" http.response_content_length=402 aws.operation=GetCallerIdentity aws.service=STS http.response.header.x_amzn_requestid=6dd38bf7-3a4a-4680-9f8e-67e72f50992b http.response.header.content_type=text/xml http.response.header.date="Wed, 05 Apr 2023 08:33:47 GMT" http.status_code=200 tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.607-0700
2023-04-05T01:33:48.607-0700 [INFO] provider.terraform-provider-aws_v4.61.0_x5: Retrieved caller identity from STS: tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.25/logging/logger.go:33 @module=aws.aws-base tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:48.607-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Called downstream: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:558 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Checking ProviderSchema lock: tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:261 tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: tf_attribute_path=endpoints @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 @module=sdk.framework tf_rpc=ConfigureProvider description=configuration tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: description=configuration tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 tf_rpc=ConfigureProvider @module=sdk.framework tf_attribute_path=default_tags tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 @module=sdk.framework tf_mux_provider=*proto5server.Server description=configuration tf_attribute_path=assume_role timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 @module=sdk.framework description=configuration tf_mux_provider=*proto5server.Server tf_attribute_path=ignore_tags tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.609-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Transforming empty block to null block: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_nullify_collection_blocks.go:72 description=configuration tf_attribute_path=assume_role_with_web_identity @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.610-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Calling provider defined Provider Configure: tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider timestamp=2023-04-05T01:33:48.609-0700
2023-04-05T01:33:48.610-0700 [DEBUG] provider.terraform-provider-aws_v4.61.0_x5: Called provider defined Provider Configure: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.610-0700
2023-04-05T01:33:48.610-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received downstream response: @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=281 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa tf_rpc=Configure timestamp=2023-04-05T01:33:48.610-0700
2023-04-05T01:33:48.610-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Served request: @module=sdk.proto tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:567 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=73d7edb1-4ff7-b58c-973c-34a1c62395aa timestamp=2023-04-05T01:33:48.610-0700
2023-04-05T01:33:48.610-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda (expand)": entering dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket (expand)": entering dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip (expand)": entering dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product (expand)": expanding dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product (expand)": entering dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_lambda_function.product (expand)": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product (expand)": entering dynamic subgraph
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_iam_role.role_lambda (expand)": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_bucket.lambda_bucket (expand)": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product": starting visit (*terraform.NodeApplyableResource)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-04-05T01:33:48.610-0700 [TRACE] vertex "root": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_dynamodb_table.product (expand)": visit complete
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip (expand)": dynamic subgraph completed successfully
2023-04-05T01:33:48.610-0700 [TRACE] vertex "aws_s3_object.zip (expand)": visit complete
2023-04-05T01:33:49.378-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for terraform_data.lambda_build
2023-04-05T01:33:49.378-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for terraform_data.lambda_build
terraform_data.lambda_build: Creation complete after 1s [id=5dceb268-75f2-5d63-fbf9-74fab3129799]
2023-04-05T01:33:49.379-0700 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2023-04-05T01:33:49.380-0700 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 114
2023-04-05T01:33:49.380-0700 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2023-04-05T01:33:49.387-0700 [TRACE] vertex "terraform_data.lambda_build": visit complete
2023-04-05T01:33:49.387-0700 [TRACE] vertex "data.archive_file.zip": starting visit (*terraform.NodeApplyableResourceInstance)
2023-04-05T01:33:49.387-0700 [TRACE] readDiff: Read Read change from plan for data.archive_file.zip
2023-04-05T01:33:49.387-0700 [TRACE] readDataSource: Re-validating config for data.archive_file.zip
2023-04-05T01:33:49.387-0700 [TRACE] GRPCProvider: ValidateDataResourceConfig
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:619 tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_data_source_type=archive_file tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @module=sdk.proto timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:142 @module=sdk.framework tf_rpc=ValidateDataSourceConfig tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking DataSourceSchemas lock: tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:216 @module=sdk.framework tf_data_source_type=archive_file timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Transforming empty block to null block: @module=sdk.framework tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_nullify_collection_blocks.go:72 description=configuration tf_attribute_path=source tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: DataSource implements DataSourceWithConfigValidators: tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:55 tf_data_source_type=archive_file timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined ConfigValidator: tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig description="At least one of these attributes must be configured: [source,source_content_filename,source_file,source_dir]" tf_data_source_type=archive_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:62 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Type implements TypeWithValidate: tf_attribute_path=source tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:77 tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @module=sdk.framework timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @module=sdk.framework tf_attribute_path=source tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=source tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.388-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined ConfigValidator: tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:70 @module=sdk.framework tf_attribute_path=source_dir tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 description="At least one of these attributes must be configured: [source,source_content_filename,source_file,source_dir]" tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.388-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_file,source_dir]"" tf_attribute_path=source_content tf_data_source_type=archive_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_attribute_path=source_content tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_file,source_dir]"" timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined validator.String: description="Ensure that if an attribute is set, these are not set: "[source_file,source_dir]"" tf_attribute_path=source_content_filename tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_file,source_dir]"" tf_attribute_path=source_content_filename tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_attribute_path=excludes tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=excludes tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Type Validate: tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=excludes timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined validator.Set: description="Ensure that if an attribute is set, these are not set: "[source_file,source_content,source_content_filename]"" tf_attribute_path=excludes tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:639 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined validator.Set: tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_file,source_content,source_content_filename]"" tf_attribute_path=excludes tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:649 tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:77 tf_provider_addr=registry.terraform.io/hashicorp/archive @module=sdk.framework tf_attribute_path=output_size tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Type Validate: tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=output_size tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @module=sdk.framework tf_attribute_path=output_size tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined validator.String: tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=source_file tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_dir,source_content,source_content_filename]"" timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_dir,source_content,source_content_filename]"" tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=source_content_filename tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="Ensure that if an attribute is set, these are not set: "[source_file,source_content,source_content_filename]"" tf_attribute_path=source_dir tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined validator.String: tf_rpc=ValidateDataSourceConfig description="Ensure that if an attribute is set, these are not set: "[source_file,source_content,source_content_filename]"" tf_provider_addr=registry.terraform.io/hashicorp/archive tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=source_dir timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Type implements TypeWithValidate: tf_attribute_path=id tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:77 tf_data_source_type=archive_file timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_attribute_path=id tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined Type Validate: tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/archive @module=sdk.framework tf_data_source_type=archive_file timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined validator.Set: tf_rpc=ValidateDataSourceConfig @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_file,source_dir,source_content,source_content_filename]"" tf_attribute_path=id tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/block_validation.go:344 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined validator.Set: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[source_file,source_dir,source_content,source_content_filename]"" tf_attribute_path=id tf_data_source_type=archive_file tf_rpc=ValidateDataSourceConfig tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/block_validation.go:354 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received downstream response: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_duration_ms=0 tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 @module=sdk.proto timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Served request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:639 tf_data_source_type=archive_file tf_req_id=e34f5ec4-bb14-ade7-ea37-1562e9225bc0 tf_rpc=ValidateDataSourceConfig timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] readDataSource: data.archive_file.zip configuration is complete, so reading from provider
data.archive_file.zip: Reading...
2023-04-05T01:33:49.389-0700 [TRACE] GRPCProvider: ReadDataSource
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received request: tf_proto_version=5.3 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:648 @module=sdk.proto tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Sending request downstream: tf_data_source_type=archive_file tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:142 @module=sdk.framework tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_rpc=ReadDataSource timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Checking DataSourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server.go:216 tf_data_source_type=archive_file timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Transforming empty block to null block: description=configuration tf_attribute_path=source tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_nullify_collection_blocks.go:72 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.389-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Calling provider defined DataSource Read: tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_readdatasource.go:74 timestamp=2023-04-05T01:33:49.389-0700
2023-04-05T01:33:49.583-0700 [DEBUG] provider.terraform-provider-archive_v2.3.0_x5: Called provider defined DataSource Read: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_readdatasource.go:76 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_data_source_type=archive_file tf_rpc=ReadDataSource timestamp=2023-04-05T01:33:49.583-0700
2023-04-05T01:33:49.583-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Transforming null block to empty block: @module=sdk.framework tf_data_source_type=archive_file tf_provider_addr=registry.terraform.io/hashicorp/archive tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 description=state tf_attribute_path=source tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_reify_null_collection_blocks.go:45 timestamp=2023-04-05T01:33:49.583-0700
2023-04-05T01:33:49.583-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Received downstream response: tf_data_source_type=archive_file tf_req_duration_ms=193 tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/hashicorp/archive diagnostic_warning_count=0 tf_proto_version=5.3 timestamp=2023-04-05T01:33:49.583-0700
2023-04-05T01:33:49.583-0700 [TRACE] provider.terraform-provider-archive_v2.3.0_x5: Served request: tf_data_source_type=archive_file tf_proto_version=5.3 tf_req_id=128e8d2e-9bf9-a308-a968-2c8af8064cc0 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:670 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/archive timestamp=2023-04-05T01:33:49.583-0700
data.archive_file.zip: Read complete after 1s [id=c31331b16bd96eb4f6f63f84a97c351c99fc7be8]
2023-04-05T01:33:49.583-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.archive_file.zip
2023-04-05T01:33:49.583-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.archive_file.zip
2023-04-05T01:33:49.583-0700 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2023-04-05T01:33:49.584-0700 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 115
2023-04-05T01:33:49.584-0700 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2023-04-05T01:33:49.589-0700 [TRACE] vertex "data.archive_file.zip": visit complete
2023-04-05T01:33:49.589-0700 [TRACE] vertex "aws_lambda_function.product": starting visit (*terraform.NodeApplyableResourceInstance)
2023-04-05T01:33:49.589-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/archive\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2023-04-05T01:33:49.589-0700 [TRACE] GRPCProvider: Close
2023-04-05T01:33:49.589-0700 [TRACE] readDiff: Read Update change from plan for aws_lambda_function.product
2023-04-05T01:33:49.590-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-04-05T01:33:49.590-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.3.0/darwin_arm64/terraform-provider-archive_v2.3.0_x5 pid=10506
2023-04-05T01:33:49.590-0700 [DEBUG] provider: plugin exited
2023-04-05T01:33:49.590-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/archive\"] (close)": visit complete
2023-04-05T01:33:49.590-0700 [TRACE] readResourceInstanceState: reading state for aws_lambda_function.product
2023-04-05T01:33:49.590-0700 [TRACE] upgradeResourceState: schema version of aws_lambda_function.product is still 0; calling provider "aws" for any other minor fixups
2023-04-05T01:33:49.590-0700 [TRACE] GRPCProvider: UpgradeResourceState
2023-04-05T01:33:49.591-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received request: @module=sdk.proto tf_resource_type=aws_lambda_function tf_req_id=21860166-8ce1-238c-b0a6-62ebc12f0686 tf_rpc=UpgradeResourceState @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:708 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:49.591-0700
2023-04-05T01:33:49.591-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=21860166-8ce1-238c-b0a6-62ebc12f0686 tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function timestamp=2023-04-05T01:33:49.591-0700
2023-04-05T01:33:49.591-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: tf_rpc=UpgradeResourceState @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-04-05T01:33:49.591-0700
2023-04-05T01:33:49.591-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Upgrading JSON state: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=21860166-8ce1-238c-b0a6-62ebc12f0686 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:323 tf_resource_type=aws_lambda_function tf_rpc=UpgradeResourceState timestamp=2023-04-05T01:33:49.591-0700
2023-04-05T01:33:49.591-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_duration_ms=0 tf_req_id=21860166-8ce1-238c-b0a6-62ebc12f0686 tf_resource_type=aws_lambda_function @module=sdk.proto tf_rpc=UpgradeResourceState diagnostic_error_count=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2023-04-05T01:33:49.591-0700
2023-04-05T01:33:49.591-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Served request: tf_req_id=21860166-8ce1-238c-b0a6-62ebc12f0686 tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:728 timestamp=2023-04-05T01:33:49.591-0700
2023-04-05T01:33:49.592-0700 [TRACE] readDiff: Read Update change from plan for aws_lambda_function.product
2023-04-05T01:33:49.592-0700 [TRACE] Re-validating config for "aws_lambda_function.product"
2023-04-05T01:33:49.592-0700 [TRACE] GRPCProvider: ValidateResourceConfig
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received request: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:679 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function @module=sdk.proto tf_req_id=f574be5e-f806-d090-0304-e8b291d70b41 timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function tf_req_id=f574be5e-f806-d090-0304-e8b291d70b41 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider=*schema.GRPCProviderServer tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Calling downstream: tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f574be5e-f806-d090-0304-e8b291d70b41 tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Called downstream: @module=sdk.helper_schema tf_req_id=f574be5e-f806-d090-0304-e8b291d70b41 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:247 timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=0 tf_resource_type=aws_lambda_function tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f574be5e-f806-d090-0304-e8b291d70b41 timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Served request: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:699 tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.3 tf_req_id=f574be5e-f806-d090-0304-e8b291d70b41 timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] GRPCProvider: PlanResourceChange
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received request: tf_req_id=8b2354a3-9209-161d-052e-945987385922 tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:770 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PlanResourceChange timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Sending request downstream: tf_req_id=8b2354a3-9209-161d-052e-945987385922 tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PlanResourceChange timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.593-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider=*schema.GRPCProviderServer tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-mux@v0.9.0/internal/logging/mux.go:16 timestamp=2023-04-05T01:33:49.593-0700
2023-04-05T01:33:49.595-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/schema.go:698 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PlanResourceChange @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=8b2354a3-9209-161d-052e-945987385922 tf_resource_type=aws_lambda_function timestamp=2023-04-05T01:33:49.595-0700
2023-04-05T01:33:49.595-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Called downstream: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/schema.go:700 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8b2354a3-9209-161d-052e-945987385922 @module=sdk.helper_schema tf_resource_type=aws_lambda_function timestamp=2023-04-05T01:33:49.595-0700
2023-04-05T01:33:49.595-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.3 tf_req_duration_ms=1 tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8b2354a3-9209-161d-052e-945987385922 tf_rpc=PlanResourceChange timestamp=2023-04-05T01:33:49.595-0700
2023-04-05T01:33:49.595-0700 [TRACE] provider.terraform-provider-aws_v4.61.0_x5: Served request: @module=sdk.proto tf_proto_version=5.3 tf_req_id=8b2354a3-9209-161d-052e-945987385922 tf_rpc=PlanResourceChange tf_resource_type=aws_lambda_function @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:796 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-04-05T01:33:49.595-0700
2023-04-05T01:33:49.595-0700 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.product, 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:
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .description: planned value cty.StringVal("") for a non-computed attribute
- .layers: planned value cty.ListValEmpty(cty.String) for a non-computed attribute
- .publish: planned value cty.False for a non-computed attribute
- .code_signing_config_arn: planned value cty.StringVal("") for a non-computed attribute
- .package_type: planned value cty.StringVal("Zip") for a non-computed attribute
- .skip_destroy: planned value cty.False for a non-computed attribute
- .image_uri: planned value cty.StringVal("") for a non-computed attribute
- .kms_key_arn: planned value cty.StringVal("") for a non-computed attribute
- .reserved_concurrent_executions: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .ephemeral_storage: block count in plan (1) disagrees with count in config (0)
- .tracing_config: block count in plan (1) disagrees with count in config (0)
2023-04-05T01:33:49.596-0700 [TRACE] checkPlannedChange: Verifying that actual change (action NoOp) matches planned change (action Update)
2023-04-05T01:33:49.596-0700 [DEBUG] After incorporating new values learned so far during apply, aws_lambda_function.product change has become NoOp
2023-04-05T01:33:49.596-0700 [TRACE] vertex "aws_lambda_function.product": visit complete
2023-04-05T01:33:49.596-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2023-04-05T01:33:49.596-0700 [TRACE] GRPCProvider: Close
2023-04-05T01:33:49.596-0700 [TRACE] vertex "terraform_data.lambda_build (destroy deposed f5b9d3fb)": starting visit (*terraform.NodeDestroyDeposedResourceInstanceObject)
2023-04-05T01:33:49.596-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-04-05T01:33:49.600-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.61.0/darwin_arm64/terraform-provider-aws_v4.61.0_x5 pid=10507
2023-04-05T01:33:49.600-0700 [DEBUG] provider: plugin exited
2023-04-05T01:33:49.600-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2023-04-05T01:33:49.600-0700 [TRACE] readResourceInstanceStateDeposed: reading state for terraform_data.lambda_build deposed object f5b9d3fb
2023-04-05T01:33:49.600-0700 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"tuple", []interface {}{"string"}}, "value":[]interface {}{"4041b3798a23349d88b6462358555212"}}
2023-04-05T01:33:49.600-0700 [TRACE] upgradeResourceState: schema version of terraform_data.lambda_build is still 0; calling provider "terraform" for any other minor fixups
terraform_data.lambda_build (deposed object f5b9d3fb): Destroying... [id=c2dce8fc-d8c0-7ce2-05ec-e7ca74e96b4e]
2023-04-05T01:33:49.600-0700 [INFO] Starting apply for terraform_data.lambda_build
2023-04-05T01:33:49.600-0700 [DEBUG] terraform_data.lambda_build: applying the planned Delete change
2023-04-05T01:33:49.600-0700 [TRACE] writeResourceInstanceStateDeposed: removing state object for terraform_data.lambda_build deposed f5b9d3fb
2023-04-05T01:33:49.600-0700 [ERROR] vertex "terraform_data.lambda_build (destroy deposed f5b9d3fb)" error: Provider produced invalid object
2023-04-05T01:33:49.600-0700 [TRACE] vertex "terraform_data.lambda_build (destroy deposed f5b9d3fb)": visit complete, with errors
2023-04-05T01:33:49.600-0700 [TRACE] dag/walk: upstream of "provider[\"terraform.io/builtin/terraform\"] (close)" errored, so skipping
2023-04-05T01:33:49.600-0700 [TRACE] dag/walk: upstream of "root" errored, so skipping
2023-04-05T01:33:49.600-0700 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2023-04-05T01:33:49.601-0700 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 116
2023-04-05T01:33:49.601-0700 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
│ Error: Provider produced invalid object
│ Provider "provider[\"terraform.io/builtin/terraform\"]" produced an invalid value after
│ apply for terraform_data.lambda_build: object required, but received dynamic. The
│ result cannot not be saved in the Terraform state.
│ This is a bug in the provider, which should be reported in the provider's own issue
│ tracker.
2023-04-05T01:33:49.605-0700 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2023-04-05T01:33:49.605-0700 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment