Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aaratn
Created October 27, 2020 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaratn/1f22c2a05d192dc2e027ae39f55a251c to your computer and use it in GitHub Desktop.
Save aaratn/1f22c2a05d192dc2e027ae39f55a251c to your computer and use it in GitHub Desktop.
2020/10/27 21:58:38 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/10/27 21:58:38 [INFO] Terraform version: 0.13.0
2020/10/27 21:58:38 [INFO] Go runtime version: go1.14.2
2020/10/27 21:58:38 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve"}
2020/10/27 21:58:38 [DEBUG] Attempting to open CLI config file: /Users/xxxxx/.terraformrc
2020/10/27 21:58:38 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/10/27 21:58:38 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/10/27 21:58:38 [DEBUG] ignoring non-existing provider search directory /Users/xxxxx/.terraform.d/plugins
2020/10/27 21:58:38 [DEBUG] ignoring non-existing provider search directory /Users/xxxxx/Library/Application Support/io.terraform/plugins
2020/10/27 21:58:38 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2020/10/27 21:58:38 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2020/10/27 21:58:38 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/10/27 21:58:38 [DEBUG] New state was assigned lineage "1f07fa8f-4abb-b62d-cce0-6891c65302eb"
2020/10/27 21:58:39 [DEBUG] checking for provisioner in "."
2020/10/27 21:58:39 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/10/27 21:58:39 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory
2020/10/27 21:58:39 [INFO] backend/local: starting Apply operation
2020-10-27T21:58:39.250+0530 [INFO] plugin: configuring client automatic mTLS
2020-10-27T21:58:39.270+0530 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5]
2020-10-27T21:58:39.284+0530 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70294
2020-10-27T21:58:39.284+0530 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5
2020-10-27T21:58:40.851+0530 [INFO] plugin.terraform-provider-aws_v3.12.0_x5: configuring server automatic mTLS: timestamp=2020-10-27T21:58:40.851+0530
2020-10-27T21:58:40.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: plugin address: address=/var/folders/sq/ff0_qt9x7x9_z51z6s69lx940000gn/T/plugin919488589 network=unix timestamp=2020-10-27T21:58:40.875+0530
2020-10-27T21:58:40.875+0530 [DEBUG] plugin: using plugin: version=5
2020-10-27T21:58:41.081+0530 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-10-27T21:58:41.084+0530 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70294
2020-10-27T21:58:41.084+0530 [DEBUG] plugin: plugin exited
2020/10/27 21:58:41 [INFO] terraform: building graph: GraphTypeValidate
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.api_gw" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_options" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_options" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_any" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_iam_policy.lambda_api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_any" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.warm_up_lambda" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_5xx" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_authorizer.api_gw" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.warm_up_lambda" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_s3_bucket_object.lambda_artifact" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_region.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_method_settings.proxyplus" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.api_gw" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw_access" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_lambda_function.api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_lambda_permission.api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_iam_role.lambda_api" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.live" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_lambda_permission.warm_up_lambda" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_integration_response.api_options_200" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.proxyplus" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_method_response.api_options_200" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_4xx" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cache_ttl" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.tracing_mode" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.tags" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_zip_file_name" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_invoke_frequency" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_options" references: [aws_api_gateway_method.api_options aws_api_gateway_resource.proxyplus aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc" references: [aws_iam_role.lambda_api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_lambda_permission.api" references: [aws_api_gateway_rest_api.api_gw aws_lambda_function.api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.proxyplus" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_stage.live aws_api_gateway_resource.proxyplus aws_api_gateway_method.api_any var.cache_ttl var.cache_cluster_enabled]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.api_gw (expand)" references: [aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.private_subnets" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_iam_role.lambda_api" references: [data.aws_iam_policy_document.lambda_service_trust_policy var.api_name var.api_description]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_api" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.lambda_iam_role (expand)" references: [aws_iam_role.lambda_api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_iam_policy.lambda_api" references: [var.api_description var.api_name data.aws_iam_policy_document.lambda_api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_options" references: [aws_api_gateway_resource.proxyplus aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cognito_user_pool_id" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.aws_profile var.aws_region]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.warm_up_lambda" references: [aws_cloudwatch_log_group.api aws_lambda_function.api aws_cloudwatch_event_rule.warm_up_lambda]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_lambda_permission.warm_up_lambda" references: [aws_lambda_function.api aws_cloudwatch_event_rule.warm_up_lambda var.api_name]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration_response.api_options_200" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_resource.proxyplus aws_api_gateway_method_response.api_options_200 aws_api_gateway_method.api_options]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cache_cluster_enabled" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.aws_profile" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.live" references: [aws_api_gateway_deployment.api_gw var.cache_cluster_enabled aws_api_gateway_rest_api.api_gw var.tags var.cache_cluster_size]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_lambda_function.api" references: [var.lambda_memory var.api_name data.aws_s3_bucket_object.lambda_artifact aws_iam_role.lambda_api var.lambda_package_bucket var.lambda_zip_file_name var.lambda_handler var.lambda_timeout var.tags var.api_description var.lambda_env_variables var.lambda_sg_id var.private_subnets var.tracing_mode]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.apigw_stage_live (expand)" references: [aws_api_gateway_stage.live]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api" references: [aws_lambda_function.api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_response.api_options_200" references: [aws_api_gateway_resource.proxyplus aws_api_gateway_rest_api.api_gw aws_api_gateway_method.api_options]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_any" references: [aws_api_gateway_resource.proxyplus aws_lambda_function.api aws_api_gateway_rest_api.api_gw aws_api_gateway_method.api_any]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_handler" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.api_description" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_any" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_resource.proxyplus var.authorization_enabled var.authorization_enabled aws_api_gateway_authorizer.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.api_gw" references: [aws_api_gateway_integration.api_any aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.proxyplus" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_sg_id" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_package_bucket" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.authorization_enabled" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int" references: [aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.api_gw" references: [var.api_name var.tags var.api_description]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.lambda_function (expand)" references: [aws_lambda_function.api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.api_name" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_env_variables" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cache_cluster_size" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_authorizer.api_gw" references: [var.authorization_enabled data.aws_region.current data.aws_caller_identity.current var.cognito_user_pool_id aws_api_gateway_rest_api.api_gw var.api_name]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw_access" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_stage.live]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_5xx" references: [aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_stage.live]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_timeout" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.warm_up_lambda" references: [var.lambda_invoke_frequency var.api_name aws_lambda_function.api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_4xx" references: [aws_api_gateway_rest_api.api_gw]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api" references: [aws_iam_policy.lambda_api aws_iam_role.lambda_api]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_s3_bucket_object.lambda_artifact" references: [var.lambda_package_bucket var.lambda_zip_file_name]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_memory" references: []
2020/10/27 21:58:41 [DEBUG] Starting graph walk: walkValidate
2020-10-27T21:58:41.095+0530 [INFO] plugin: configuring client automatic mTLS
2020-10-27T21:58:41.114+0530 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5]
2020-10-27T21:58:41.132+0530 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70296
2020-10-27T21:58:41.132+0530 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5
2020-10-27T21:58:41.166+0530 [INFO] plugin.terraform-provider-aws_v3.12.0_x5: configuring server automatic mTLS: timestamp=2020-10-27T21:58:41.166+0530
2020-10-27T21:58:41.188+0530 [DEBUG] plugin: using plugin: version=5
2020-10-27T21:58:41.188+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: plugin address: address=/var/folders/sq/ff0_qt9x7x9_z51z6s69lx940000gn/T/plugin655367271 network=unix timestamp=2020-10-27T21:58:41.188+0530
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.461+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:41.466+0530 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-10-27T21:58:41.470+0530 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70296
2020-10-27T21:58:41.470+0530 [DEBUG] plugin: plugin exited
2020/10/27 21:58:41 [INFO] backend/local: apply calling Refresh
2020/10/27 21:58:41 [INFO] terraform: building graph: GraphTypeRefresh
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandRefreshableDataResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_s3_bucket_object.lambda_artifact (expand)" (*terraform.nodeExpandRefreshableDataResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy (expand)" (*terraform.nodeExpandRefreshableDataResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_api (expand)" (*terraform.nodeExpandRefreshableDataResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandRefreshableDataResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.api_name" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_zip_file_name" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.authorization_enabled" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.aws_profile" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_sg_id" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.tags" references: []
2020/10/27 21:58:41 [WARN] ReferenceTransformer: reference not found: "aws_api_gateway_rest_api.api_gw"
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.api_gw (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.private_subnets" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cache_cluster_size" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.api_description" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cognito_user_pool_id" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cache_ttl" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_memory" references: []
2020/10/27 21:58:41 [WARN] ReferenceTransformer: reference not found: "aws_api_gateway_stage.live"
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.apigw_stage_live (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_s3_bucket_object.lambda_artifact (expand)" references: [var.lambda_zip_file_name var.lambda_package_bucket]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_env_variables" references: []
2020/10/27 21:58:41 [WARN] ReferenceTransformer: reference not found: "aws_iam_role.lambda_api"
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.lambda_iam_role (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_timeout" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.cache_cluster_enabled" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.tracing_mode" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_package_bucket" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.aws_region var.aws_profile]
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_api (expand)" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_handler" references: []
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "var.lambda_invoke_frequency" references: []
2020/10/27 21:58:41 [WARN] ReferenceTransformer: reference not found: "aws_lambda_function.api"
2020/10/27 21:58:41 [DEBUG] ReferenceTransformer: "output.lambda_function (expand)" references: []
2020/10/27 21:58:41 [DEBUG] Starting graph walk: walkRefresh
2020-10-27T21:58:41.474+0530 [INFO] plugin: configuring client automatic mTLS
2020-10-27T21:58:41.495+0530 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5]
2020-10-27T21:58:41.513+0530 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70297
2020-10-27T21:58:41.513+0530 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5
2020-10-27T21:58:41.549+0530 [INFO] plugin.terraform-provider-aws_v3.12.0_x5: configuring server automatic mTLS: timestamp=2020-10-27T21:58:41.549+0530
2020-10-27T21:58:41.572+0530 [DEBUG] plugin: using plugin: version=5
2020-10-27T21:58:41.572+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: plugin address: address=/var/folders/sq/ff0_qt9x7x9_z51z6s69lx940000gn/T/plugin250544980 network=unix timestamp=2020-10-27T21:58:41.572+0530
2020-10-27T21:58:41.749+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:41 [INFO] Attempting to use session-derived credentials
2020-10-27T21:58:42.913+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:42 [INFO] Successfully derived credentials from session
2020-10-27T21:58:42.913+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:42 [INFO] AWS Auth provider used: "AssumeRoleProvider"
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:42 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:42 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6BMCQRO3P/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=a1981bc06870e78db32fdaff012b5c8a7927974d21d50ffa909576f25351c6d7
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162842Z
2020-10-27T21:58:42.916+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDP6MH5PGsH0pw5U0siKpAQiCrZDmqtaNimDl5NmkZDVS0StyHr7hca85tOuSNSGYEkV8enZ429m/4jNkahdwiav0kN6maE4IHFL1jvNy1cygkoKGZ8U1qp8mE1ANZoZXvJrGXot/6WFGXdB/GhhqIAxGwYMS9hTbBVu+OjeX8KWy9ew64/IsvMWK1ZYclmJls+bNJX+qZ0S6cMMlyuXOmVNL4DlUz93AlKoxPPMDQZBzG13ts9uc4cEoupXh/AUyLTELecKGj56z3AOBi/ntaw52Q7P+LYt6mbcQHUgyg6Iu0XpJVr7oTjZKswX6KQ==
2020-10-27T21:58:42.917+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:42.917+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:42.917+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:42.917+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:43 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:43 GMT
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: fb141779-8957-4e3b-b365-b2f6006efed0
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:43 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>fb141779-8957-4e3b-b365-b2f6006efed0</RequestId>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:43 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:43 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6BMCQRO3P/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b64fc3a9470a6995b53975d51679c3d2ff4145ae43d5cd8bb5af95c45147feda
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162843Z
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDP6MH5PGsH0pw5U0siKpAQiCrZDmqtaNimDl5NmkZDVS0StyHr7hca85tOuSNSGYEkV8enZ429m/4jNkahdwiav0kN6maE4IHFL1jvNy1cygkoKGZ8U1qp8mE1ANZoZXvJrGXot/6WFGXdB/GhhqIAxGwYMS9hTbBVu+OjeX8KWy9ew64/IsvMWK1ZYclmJls+bNJX+qZ0S6cMMlyuXOmVNL4DlUz93AlKoxPPMDQZBzG13ts9uc4cEoupXh/AUyLTELecKGj56z3AOBi/ntaw52Q7P+LYt6mbcQHUgyg6Iu0XpJVr7oTjZKswX6KQ==
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:43.867+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:44 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:44 GMT
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 258a40e9-0a48-4711-91c0-3699124044cd
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:44 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>258a40e9-0a48-4711-91c0-3699124044cd</RequestId>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:44.866+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: ec2.eu-west-2.amazonaws.com
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 87
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6BMCQRO3P/20201027/eu-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e1f236cce97e2a423290319c89e6f7cb47a1a6f956ee17c5a940f5d50002f3aa
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162844Z
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDP6MH5PGsH0pw5U0siKpAQiCrZDmqtaNimDl5NmkZDVS0StyHr7hca85tOuSNSGYEkV8enZ429m/4jNkahdwiav0kN6maE4IHFL1jvNy1cygkoKGZ8U1qp8mE1ANZoZXvJrGXot/6WFGXdB/GhhqIAxGwYMS9hTbBVu+OjeX8KWy9ew64/IsvMWK1ZYclmJls+bNJX+qZ0S6cMMlyuXOmVNL4DlUz93AlKoxPPMDQZBzG13ts9uc4cEoupXh/AUyLTELecKGj56z3AOBi/ntaw52Q7P+LYt6mbcQHUgyg6Iu0XpJVr7oTjZKswX6KQ==
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2020-10-27T21:58:44.868+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 540
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml;charset=UTF-8
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:45 GMT
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Server: AmazonEC2
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 89813441-c977-4b9f-ae89-d04756325abe
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <requestId>89813441-c977-4b9f-ae89-d04756325abe</requestId>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <accountAttributeSet>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <item>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeName>supported-platforms</attributeName>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeValueSet>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <item>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeValue>VPC</attributeValue>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </item>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </attributeValueSet>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </item>
ider-aws_v3.12.0_x5: </accountAttributeSet>
2020-10-27T21:58:45.840+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </DescribeAccountAttributesResponse>
2020/10/27 21:58:45 [DEBUG] Resource state not found for node "data.aws_iam_policy_document.lambda_service_trust_policy", instance data.aws_iam_policy_document.lambda_service_trust_policy
2020/10/27 21:58:45 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy" references: []
2020/10/27 21:58:45 [DEBUG] Resource state not found for node "data.aws_region.current", instance data.aws_region.current
2020/10/27 21:58:45 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: []
2020/10/27 21:58:45 [DEBUG] Resource state not found for node "data.aws_iam_policy_document.lambda_api", instance data.aws_iam_policy_document.lambda_api
2020/10/27 21:58:45 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_api" references: []
2020/10/27 21:58:45 [DEBUG] Resource state not found for node "data.aws_caller_identity.current", instance data.aws_caller_identity.current
2020/10/27 21:58:45 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: []
2020/10/27 21:58:45 [DEBUG] Resource state not found for node "data.aws_s3_bucket_object.lambda_artifact", instance data.aws_s3_bucket_object.lambda_artifact
data.aws_iam_policy_document.lambda_service_trust_policy: Refreshing state...
2020/10/27 21:58:45 [WARN] ReferenceTransformer: reference not found: "var.lambda_package_bucket"
2020/10/27 21:58:45 [WARN] ReferenceTransformer: reference not found: "var.lambda_zip_file_name"
2020/10/27 21:58:45 [DEBUG] ReferenceTransformer: "data.aws_s3_bucket_object.lambda_artifact" references: []
data.aws_region.current: Refreshing state...
data.aws_caller_identity.current: Refreshing state...
2020-10-27T21:58:45.842+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:45.842+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:45.842+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
data.aws_iam_policy_document.lambda_api: Refreshing state...
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
data.aws_s3_bucket_object.lambda_artifact: Refreshing state...
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [DEBUG] Reading Caller Identity
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6BMCQRO3P/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=3c20422b77c387910b3f845cf3995bddbc0f0a51d3f4fb72c37c9e0ba7406aac
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162845Z
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDP6MH5PGsH0pw5U0siKpAQiCrZDmqtaNimDl5NmkZDVS0StyHr7hca85tOuSNSGYEkV8enZ429m/4jNkahdwiav0kN6maE4IHFL1jvNy1cygkoKGZ8U1qp8mE1ANZoZXvJrGXot/6WFGXdB/GhhqIAxGwYMS9hTbBVu+OjeX8KWy9ew64/IsvMWK1ZYclmJls+bNJX+qZ0S6cMMlyuXOmVNL4DlUz93AlKoxPPMDQZBzG13ts9uc4cEoupXh/AUyLTELecKGj56z3AOBi/ntaw52Q7P+LYt6mbcQHUgyg6Iu0XpJVr7oTjZKswX6KQ==
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:45.843+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [DEBUG] Reading S3 Bucket Object: {
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Bucket: "xxxx-l-d",
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Key: "1.png.zip"
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:45 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadObject Details:
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HEAD /1.png.zip HTTP/1.1
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: xxxx-l-d.s3.eu-west-2.amazonaws.com
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6BMCQRO3P/20201027/eu-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-security-token, Signature=076269fc979bd2f743991388b7b1fd426e175452bd56d0e342f953868959b37f
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162845Z
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDP6MH5PGsH0pw5U0siKpAQiCrZDmqtaNimDl5NmkZDVS0StyHr7hca85tOuSNSGYEkV8enZ429m/4jNkahdwiav0kN6maE4IHFL1jvNy1cygkoKGZ8U1qp8mE1ANZoZXvJrGXot/6WFGXdB/GhhqIAxGwYMS9hTbBVu+OjeX8KWy9ew64/IsvMWK1ZYclmJls+bNJX+qZ0S6cMMlyuXOmVNL4DlUz93AlKoxPPMDQZBzG13ts9uc4cEoupXh/AUyLTELecKGj56z3AOBi/ntaw52Q7P+LYt6mbcQHUgyg6Iu0XpJVr7oTjZKswX6KQ==
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:45.844+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadObject Details:
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 66049
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Ranges: bytes
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/zip
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:47 GMT
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Etag: "ee0b500bacaf24b1b97827f932cf0904"
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Last-Modified: Fri, 21 Aug 2020 09:16:07 GMT
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Server: AmazonS3
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Id-2: Q7jUyourfWENDzJkXErPjpGx47ySUQqdaFCDIFkmkWV9evHX8whN04Gy0VzENkzNO1cdSHBEZRE=
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Request-Id: 90FE8941931E8AF5
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] [aws-sdk-go]
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] Received S3 object: {
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: AcceptRanges: "bytes",
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ContentLength: 66049,
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ContentType: "application/zip",
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ETag: "\"ee0b500bacaf24b1b97827f932cf0904\"",
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: LastModified: 2020-08-21 09:16:07 +0000 UTC
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [INFO] Ignoring body of S3 object xxxx-l-d/1.png.zip with Content-Type "application/zip"
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectTagging Details:
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /1.png.zip?tagging= HTTP/1.1
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: xxxx-l-d.s3.eu-west-2.amazonaws.com
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6BMCQRO3P/20201027/eu-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-security-token, Signature=39f0d2d41ee5d2761adbcf63b394e38a80c7d8e728e9f5e6939b485532c7d375
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162846Z
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDP6MH5PGsH0pw5U0siKpAQiCrZDmqtaNimDl5NmkZDVS0StyHr7hca85tOuSNSGYEkV8enZ429m/4jNkahdwiav0kN6maE4IHFL1jvNy1cygkoKGZ8U1qp8mE1ANZoZXvJrGXot/6WFGXdB/GhhqIAxGwYMS9hTbBVu+OjeX8KWy9ew64/IsvMWK1ZYclmJls+bNJX+qZ0S6cMMlyuXOmVNL4DlUz93AlKoxPPMDQZBzG13ts9uc4cEoupXh/AUyLTELecKGj56z3AOBi/ntaw52Q7P+LYt6mbcQHUgyg6Iu0XpJVr7oTjZKswX6KQ==
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:46.722+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:46 GMT
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: bf83c095-f138-4035-a75f-a30045f7da6f
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>bf83c095-f138-4035-a75f-a30045f7da6f</RequestId>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:46 [DEBUG] Received Caller Identity: {
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Account: "xxxxxxxxxxxx",
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Arn: "arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx",
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: UserId: "xxxxxxxxxxxxxxxxxxxxx:xxxxx"
2020-10-27T21:58:46.805+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:47 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectTagging Details:
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Transfer-Encoding: chunked
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:48 GMT
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Server: AmazonS3
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Id-2: 1tqGfmcwo09aZwVZ4WYK7jQwDBHrlpIdPDF4D3yrpOwAIcuHbxO++oG5WmtJQqyzZ1szumIlGyo=
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Request-Id: D407D228E0D0E62B
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2020-10-27T21:58:47.583+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><TagSet/></Tagging>
2020-10-27T21:58:47.584+0530 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-10-27T21:58:47.587+0530 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70297
2020-10-27T21:58:47.587+0530 [DEBUG] plugin: plugin exited
2020/10/27 21:58:47 [INFO] backend/local: apply calling Plan
2020/10/27 21:58:47 [INFO] terraform: building graph: GraphTypePlan
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_method_response.api_options_200 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_integration_response.api_options_200 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_4xx (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_options (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.warm_up_lambda (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_any (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.live (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.warm_up_lambda (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_lambda_permission.api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_options (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_5xx (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.api_gw (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_lambda_function.api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_any (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_iam_policy.lambda_api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_lambda_permission.warm_up_lambda (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_iam_role.lambda_api (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw_access (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_method_settings.proxyplus (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.proxyplus (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "data.aws_s3_bucket_object.lambda_artifact (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_authorizer.api_gw (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.api_gw (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_any (expand)" references: [var.authorization_enabled aws_api_gateway_rest_api.api_gw (expand) var.authorization_enabled aws_api_gateway_authorizer.api_gw (expand) aws_api_gateway_resource.proxyplus (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int (expand)" references: [aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.aws_profile" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_invoke_frequency" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_lambda_permission.api (expand)" references: [aws_lambda_function.api (expand) aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api (expand)" references: [aws_iam_policy.lambda_api (expand) aws_iam_role.lambda_api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "data.aws_s3_bucket_object.lambda_artifact (expand)" references: [var.lambda_package_bucket var.lambda_zip_file_name]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.authorization_enabled" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_4xx (expand)" references: [aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_memory" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_lambda_permission.warm_up_lambda (expand)" references: [var.api_name aws_cloudwatch_event_rule.warm_up_lambda (expand) aws_lambda_function.api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.warm_up_lambda (expand)" references: [aws_lambda_function.api (expand) var.api_name var.lambda_invoke_frequency]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_authorizer.api_gw (expand)" references: [var.authorization_enabled data.aws_region.current (expand) data.aws_caller_identity.current (expand) var.cognito_user_pool_id var.api_name aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_options (expand)" references: [aws_api_gateway_method.api_options (expand) aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_resource.proxyplus (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "output.lambda_iam_role (expand)" references: [aws_iam_role.lambda_api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_iam_policy.lambda_api (expand)" references: [var.api_name data.aws_iam_policy_document.lambda_api (expand) var.api_description]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_handler" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.api_description" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_iam_role.lambda_api (expand)" references: [var.api_description var.api_name data.aws_iam_policy_document.lambda_service_trust_policy (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy (expand)" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_package_bucket" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.cognito_user_pool_id" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.api_gw (expand)" references: [aws_api_gateway_integration.api_any (expand) aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_response.api_options_200 (expand)" references: [aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_method.api_options (expand) aws_api_gateway_resource.proxyplus (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration_response.api_options_200 (expand)" references: [aws_api_gateway_method.api_options (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_method_response.api_options_200 (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api (expand)" references: [aws_lambda_function.api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.api_name" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "output.api_gw (expand)" references: [aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_timeout" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.tracing_mode" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_lambda_function.api (expand)" references: [var.lambda_package_bucket var.lambda_zip_file_name aws_iam_role.lambda_api (expand) var.lambda_handler var.api_name var.lambda_memory var.api_description var.lambda_timeout var.tags data.aws_s3_bucket_object.lambda_artifact (expand) var.lambda_env_variables var.lambda_sg_id var.private_subnets var.tracing_mode]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_any (expand)" references: [aws_api_gateway_method.api_any (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_rest_api.api_gw (expand) aws_lambda_function.api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc (expand)" references: [aws_iam_role.lambda_api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.proxyplus (expand)" references: [aws_api_gateway_stage.live (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_method.api_any (expand) aws_api_gateway_rest_api.api_gw (expand) var.cache_ttl var.cache_cluster_enabled]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.live (expand)" references: [var.cache_cluster_size var.cache_cluster_enabled aws_api_gateway_deployment.api_gw (expand) aws_api_gateway_rest_api.api_gw (expand) var.tags]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw_access (expand)" references: [aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_stage.live (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw (expand)" references: [aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_stage.live (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.warm_up_lambda (expand)" references: [aws_cloudwatch_log_group.api (expand) aws_lambda_function.api (expand) aws_cloudwatch_event_rule.warm_up_lambda (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_5xx (expand)" references: [aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "output.apigw_stage_live (expand)" references: [aws_api_gateway_stage.live (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_zip_file_name" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "output.lambda_function (expand)" references: [aws_lambda_function.api (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.cache_cluster_size" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.tags" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_api (expand)" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.private_subnets" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.aws_region var.aws_profile]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_env_variables" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.lambda_sg_id" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_options (expand)" references: [aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.proxyplus (expand)" references: [aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.api_gw (expand)" references: [var.tags var.api_description var.api_name]
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.cache_cluster_enabled" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.cache_ttl" references: []
2020/10/27 21:58:47 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2020/10/27 21:58:47 [DEBUG] Starting graph walk: walkPlan
2020-10-27T21:58:47.599+0530 [INFO] plugin: configuring client automatic mTLS
2020-10-27T21:58:47.617+0530 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5]
2020-10-27T21:58:47.633+0530 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70311
2020-10-27T21:58:47.633+0530 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5
2020-10-27T21:58:47.667+0530 [INFO] plugin.terraform-provider-aws_v3.12.0_x5: configuring server automatic mTLS: timestamp=2020-10-27T21:58:47.667+0530
2020-10-27T21:58:47.689+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: plugin address: network=unix address=/var/folders/sq/ff0_qt9x7x9_z51z6s69lx940000gn/T/plugin705644114 timestamp=2020-10-27T21:58:47.689+0530
2020-10-27T21:58:47.689+0530 [DEBUG] plugin: using plugin: version=5
2020-10-27T21:58:47.872+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:47 [INFO] Attempting to use session-derived credentials
2020-10-27T21:58:49.037+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:49 [INFO] Successfully derived credentials from session
2020-10-27T21:58:49.037+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:49 [INFO] AWS Auth provider used: "AssumeRoleProvider"
2020-10-27T21:58:49.040+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:49 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:49 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6KNFMPHXW/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=781fa62066e6b447c85afd160ceccba4c3eae06db282273044fa99b15402d2c2
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162849Z
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDFujneC6WrtlxlXfrCKpAVYLt2sqKV+OfdYEL121A3kGKPQQ5ukRYz5w8ox+Ml+VlBC9paE8YKJRLMVgqNxkhWLVbMEARecl3iuLtAecfV1wbjTl+JWpeZbc5aMx+kbxgMZ7HMHHLGiyMV65nVoj1WsY2hCiet1qksorQfmadYWElhyV2rG3YdU3y8R1yTg5LKKbfRLG/hEpr3z5uIGz0tm+m4Xn2bKuFfFufLHRuE85EqEyhS/G9jMowJXh/AUyLbQl3vMHkCHoB7Iy5LpPIvzlxPEXl6lFdieqJmG7i5jQT9GfajpCHUafT39QzQ==
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:49.041+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:49 GMT
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 0e5aa298-e631-41c8-9c69-3d72babe2a23
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>0e5aa298-e631-41c8-9c69-3d72babe2a23</RequestId>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6KNFMPHXW/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2f380284deb0f659ac63817e935a9868280f31417bfcdcebecfc0533657efbce
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162850Z
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDFujneC6WrtlxlXfrCKpAVYLt2sqKV+OfdYEL121A3kGKPQQ5ukRYz5w8ox+Ml+VlBC9paE8YKJRLMVgqNxkhWLVbMEARecl3iuLtAecfV1wbjTl+JWpeZbc5aMx+kbxgMZ7HMHHLGiyMV65nVoj1WsY2hCiet1qksorQfmadYWElhyV2rG3YdU3y8R1yTg5LKKbfRLG/hEpr3z5uIGz0tm+m4Xn2bKuFfFufLHRuE85EqEyhS/G9jMowJXh/AUyLbQl3vMHkCHoB7Iy5LpPIvzlxPEXl6lFdieqJmG7i5jQT9GfajpCHUafT39QzQ==
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:50.004+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:50 GMT
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 92734bd5-0d8c-498e-ba13-5e7c645dfe01
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>92734bd5-0d8c-498e-ba13-5e7c645dfe01</RequestId>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:50.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: ec2.eu-west-2.amazonaws.com
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 87
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6KNFMPHXW/20201027/eu-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11dfff18b744da0d9bd9fc0299aef060bdaf414227b0042c71bad032c44344e0
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162850Z
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDFujneC6WrtlxlXfrCKpAVYLt2sqKV+OfdYEL121A3kGKPQQ5ukRYz5w8ox+Ml+VlBC9paE8YKJRLMVgqNxkhWLVbMEARecl3iuLtAecfV1wbjTl+JWpeZbc5aMx+kbxgMZ7HMHHLGiyMV65nVoj1WsY2hCiet1qksorQfmadYWElhyV2rG3YdU3y8R1yTg5LKKbfRLG/hEpr3z5uIGz0tm+m4Xn2bKuFfFufLHRuE85EqEyhS/G9jMowJXh/AUyLbQl3vMHkCHoB7Iy5LpPIvzlxPEXl6lFdieqJmG7i5jQT9GfajpCHUafT39QzQ==
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2020-10-27T21:58:50.970+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 540
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml;charset=UTF-8
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:51 GMT
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Server: AmazonEC2
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 60179c7f-8e41-4d17-9b42-110653ce7f42
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <requestId>60179c7f-8e41-4d17-9b42-110653ce7f42</requestId>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <accountAttributeSet>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <item>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeName>supported-platforms</attributeName>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeValueSet>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <item>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeValue>VPC</attributeValue>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </item>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </attributeValueSet>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </item>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </accountAttributeSet>
2020-10-27T21:58:52.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </DescribeAccountAttributesResponse>
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_rest_api.api_gw", instance aws_api_gateway_rest_api.api_gw
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_description"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.tags"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.api_gw" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_api" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: []
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_zip_file_name"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_package_bucket"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_s3_bucket_object.lambda_artifact" references: []
2020-10-27T21:58:52.083+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.084+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.084+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.084+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.084+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.084+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.084+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/10/27 21:58:52 [WARN] Provider "data.aws_iam_policy_document.lambda_service_trust_policy" produced an unexpected new value for %!s(MISSING).registry.terraform.io/hashicorp/aws
- .version: was null, but now cty.StringVal("2012-10-17")
- .statement[0].not_resources: was null, but now cty.SetValEmpty(cty.String)
- .statement[0].resources: was null, but now cty.SetValEmpty(cty.String)
- .statement[0].sid: was null, but now cty.StringVal("")
- .statement[0].not_actions: was null, but now cty.SetValEmpty(cty.String)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_rest_api.api_gw, 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:
- .api_key_source: planned value cty.StringVal("HEADER") does not match config value cty.NullVal(cty.String)
- .endpoint_configuration: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_gateway_response.api_gw_4xx", instance aws_api_gateway_gateway_response.api_gw_4xx
2020/10/27 21:58:52 [WARN] Provider "data.aws_iam_policy_document.lambda_api" produced an unexpected new value for %!s(MISSING).registry.terraform.io/hashicorp/aws
- .version: was null, but now cty.StringVal("2012-10-17")
- .statement[0].not_actions: was null, but now cty.SetValEmpty(cty.String)
- .statement[0].not_resources: was null, but now cty.SetValEmpty(cty.String)
- .statement[0].sid: was null, but now cty.StringVal("")
- .statement[1].not_actions: was null, but now cty.SetValEmpty(cty.String)
- .statement[1].not_resources: was null, but now cty.SetValEmpty(cty.String)
- .statement[1].sid: was null, but now cty.StringVal("")
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_4xx" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_authorizer.api_gw[0]", instance aws_api_gateway_authorizer.api_gw[0]
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.authorization_enabled"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.cognito_user_pool_id"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_authorizer.api_gw[0]" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_gateway_response.api_gw_5xx", instance aws_api_gateway_gateway_response.api_gw_5xx
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_5xx" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_iam_role.lambda_api", instance aws_iam_role.lambda_api
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_description"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role.lambda_api" references: []
2020-10-27T21:58:52.087+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_request_validator.validate_request_parameters_int", instance aws_api_gateway_request_validator.validate_request_parameters_int
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_resource.proxyplus", instance aws_api_gateway_resource.proxyplus
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.proxyplus" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_iam_policy.lambda_api", instance aws_iam_policy.lambda_api
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_description"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_policy.lambda_api" references: []
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_authorizer.api_gw[0], 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:
- .authorizer_result_ttl_in_seconds: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
- .identity_source: planned value cty.StringVal("method.request.header.Authorization") does not match config value cty.NullVal(cty.String)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_iam_role.lambda_api, 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:
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String)
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_request_validator.validate_request_parameters_int, 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:
- .validate_request_body: planned value cty.False does not match config value cty.NullVal(cty.Bool)
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_method.api_options", instance aws_api_gateway_method.api_options
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_iam_policy.lambda_api, 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:
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String)
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_options" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_method.api_any", instance aws_api_gateway_method.api_any
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.authorization_enabled"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.authorization_enabled"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_any" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_lambda_function.api", instance aws_lambda_function.api
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_handler"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_memory"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_description"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.tags"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_package_bucket"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_zip_file_name"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_timeout"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_env_variables"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_sg_id"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.private_subnets"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.tracing_mode"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_function.api" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_iam_role_policy_attachment.lambda_api_vpc", instance aws_iam_role_policy_attachment.lambda_api_vpc
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_iam_role_policy_attachment.lambda_api", instance aws_iam_role_policy_attachment.lambda_api
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api" references: []
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_method.api_options, 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:
- .api_key_required: planned value cty.False does not match config value cty.NullVal(cty.Bool)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_method.api_any, 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:
- .api_key_required: planned value cty.False does not match config value cty.NullVal(cty.Bool)
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_method_response.api_options_200", instance aws_api_gateway_method_response.api_options_200
2020-10-27T21:58:52.093+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:52.093+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_response.api_options_200" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_options" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_integration_response.api_options_200", instance aws_api_gateway_integration_response.api_options_200
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration_response.api_options_200" references: []
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_integration.api_options, 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:
- .connection_type: planned value cty.StringVal("INTERNET") does not match config value cty.NullVal(cty.String)
- .timeout_milliseconds: planned value cty.NumberIntVal(29000) does not match config value cty.NullVal(cty.Number)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.api, 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:
- .reserved_concurrent_executions: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
- .publish: planned value cty.False does not match config value cty.NullVal(cty.Bool)
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_lambda_permission.api", instance aws_lambda_permission.api
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_permission.api" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_cloudwatch_log_group.api", instance aws_cloudwatch_log_group.api
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_cloudwatch_event_rule.warm_up_lambda", instance aws_cloudwatch_event_rule.warm_up_lambda
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.lambda_invoke_frequency"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.warm_up_lambda" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_integration.api_any", instance aws_api_gateway_integration.api_any
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_any" references: []
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_log_group.api, 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:
- .retention_in_days: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_event_rule.warm_up_lambda, 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:
- .is_enabled: planned value cty.True does not match config value cty.NullVal(cty.Bool)
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_cloudwatch_event_target.warm_up_lambda", instance aws_cloudwatch_event_target.warm_up_lambda
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_integration.api_any, 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:
- .timeout_milliseconds: planned value cty.NumberIntVal(29000) does not match config value cty.NullVal(cty.Number)
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "aws_cloudwatch_log_group.api"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.warm_up_lambda" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_lambda_permission.warm_up_lambda", instance aws_lambda_permission.warm_up_lambda
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.api_name"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_permission.warm_up_lambda" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_deployment.api_gw", instance aws_api_gateway_deployment.api_gw
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "aws_api_gateway_integration.api_any"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.api_gw" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_stage.live", instance aws_api_gateway_stage.live
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.tags"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.cache_cluster_enabled"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.cache_cluster_size"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.live" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_cloudwatch_log_group.api_gw_access", instance aws_cloudwatch_log_group.api_gw_access
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw_access" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_cloudwatch_log_group.api_gw", instance aws_cloudwatch_log_group.api_gw
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw" references: []
2020/10/27 21:58:52 [DEBUG] Resource instance state not found for node "aws_api_gateway_method_settings.proxyplus", instance aws_api_gateway_method_settings.proxyplus
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.cache_ttl"
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "var.cache_cluster_enabled"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.proxyplus" references: []
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_log_group.api_gw_access, 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:
- .retention_in_days: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_log_group.api_gw, 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:
- .retention_in_days: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
2020/10/27 21:58:52 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_method_settings.proxyplus, 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:
- .settings[0].throttling_burst_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
- .settings[0].throttling_rate_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
2020-10-27T21:58:52.114+0530 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-10-27T21:58:52.118+0530 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70311
2020-10-27T21:58:52.118+0530 [DEBUG] plugin: plugin exited
2020/10/27 21:58:52 [INFO] backend/local: apply calling Apply
2020/10/27 21:58:52 [INFO] terraform: building graph: GraphTypeApply
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_cloudwatch_log_group.api", instance aws_cloudwatch_log_group.api
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_authorizer.api_gw[0]", instance aws_api_gateway_authorizer.api_gw[0]
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_iam_role_policy_attachment.lambda_api_vpc", instance aws_iam_role_policy_attachment.lambda_api_vpc
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_lambda_permission.api", instance aws_lambda_permission.api
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_cloudwatch_log_group.api_gw_access", instance aws_cloudwatch_log_group.api_gw_access
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_integration.api_options", instance aws_api_gateway_integration.api_options
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_integration.api_any", instance aws_api_gateway_integration.api_any
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_iam_role_policy_attachment.lambda_api", instance aws_iam_role_policy_attachment.lambda_api
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_integration_response.api_options_200", instance aws_api_gateway_integration_response.api_options_200
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_rest_api.api_gw", instance aws_api_gateway_rest_api.api_gw
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_deployment.api_gw", instance aws_api_gateway_deployment.api_gw
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_cloudwatch_event_target.warm_up_lambda", instance aws_cloudwatch_event_target.warm_up_lambda
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_iam_policy.lambda_api", instance aws_iam_policy.lambda_api
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_method.api_any", instance aws_api_gateway_method.api_any
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_request_validator.validate_request_parameters_int", instance aws_api_gateway_request_validator.validate_request_parameters_int
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_resource.proxyplus", instance aws_api_gateway_resource.proxyplus
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_method.api_options", instance aws_api_gateway_method.api_options
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_gateway_response.api_gw_4xx", instance aws_api_gateway_gateway_response.api_gw_4xx
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_lambda_permission.warm_up_lambda", instance aws_lambda_permission.warm_up_lambda
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_stage.live", instance aws_api_gateway_stage.live
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_cloudwatch_log_group.api_gw", instance aws_cloudwatch_log_group.api_gw
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_method_settings.proxyplus", instance aws_api_gateway_method_settings.proxyplus
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_gateway_response.api_gw_5xx", instance aws_api_gateway_gateway_response.api_gw_5xx
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_api_gateway_method_response.api_options_200", instance aws_api_gateway_method_response.api_options_200
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_cloudwatch_event_rule.warm_up_lambda", instance aws_cloudwatch_event_rule.warm_up_lambda
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_iam_role.lambda_api", instance aws_iam_role.lambda_api
2020/10/27 21:58:52 [DEBUG] Resource state not found for node "aws_lambda_function.api", instance aws_lambda_function.api
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method_response.api_options_200" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_options" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.warm_up_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_lambda_function.api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw_access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_any (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_policy.lambda_api" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.proxyplus (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_authorizer.api_gw[0]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_lambda_permission.warm_up_lambda" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.warm_up_lambda" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_options" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.api_gw" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.api_gw" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.warm_up_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method_settings.proxyplus" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_lambda_function.api" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_any (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_lambda_permission.warm_up_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_role.lambda_api" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_policy.lambda_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_integration_response.api_options_200" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_any" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method_response.api_options_200 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_options (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "data.aws_s3_bucket_object.lambda_artifact (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_5xx" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_integration_response.api_options_200 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.api_gw (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_role.lambda_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw_access" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_lambda_permission.api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.live (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_5xx (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_lambda_permission.api" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_4xx" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.live" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.proxyplus" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_gateway_response.api_gw_4xx (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.api_gw" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.warm_up_lambda" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method_settings.proxyplus (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_method.api_any" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_authorizer.api_gw (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.api_gw (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.api_options (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration_response.api_options_200" references: [aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus aws_api_gateway_method_response.api_options_200 aws_api_gateway_method_response.api_options_200 aws_api_gateway_method_response.api_options_200 (expand) aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_method.api_options aws_api_gateway_method.api_options aws_api_gateway_method.api_options (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "output.lambda_iam_role (expand)" references: [aws_iam_role.lambda_api (expand) aws_iam_role.lambda_api aws_iam_role.lambda_api]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api" references: [aws_iam_policy.lambda_api aws_iam_policy.lambda_api aws_iam_policy.lambda_api (expand) aws_iam_role.lambda_api (expand) aws_iam_role.lambda_api aws_iam_role.lambda_api]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.cache_cluster_enabled" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.api_name" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_s3_bucket_object.lambda_artifact (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.api_gw" references: [var.api_description var.api_name var.tags]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "output.apigw_stage_live (expand)" references: [aws_api_gateway_stage.live aws_api_gateway_stage.live aws_api_gateway_stage.live (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_any (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: []
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "aws_api_gateway_integration.api_any#destroy"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.api_gw" references: [aws_api_gateway_integration.api_any (expand) aws_api_gateway_integration.api_any aws_api_gateway_integration.api_any aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_function.api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_policy.lambda_api" references: [var.api_name data.aws_iam_policy_document.lambda_api (expand) var.api_description]
2020/10/27 21:58:52 [WARN] ReferenceTransformer: reference not found: "aws_cloudwatch_log_group.api#destroy"
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.warm_up_lambda" references: [aws_cloudwatch_log_group.api (expand) aws_cloudwatch_log_group.api aws_cloudwatch_log_group.api aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api aws_cloudwatch_event_rule.warm_up_lambda (expand) aws_cloudwatch_event_rule.warm_up_lambda aws_cloudwatch_event_rule.warm_up_lambda]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_any (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_permission.warm_up_lambda (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_any" references: [var.authorization_enabled var.authorization_enabled aws_api_gateway_authorizer.api_gw[0] aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.cognito_user_pool_id" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.api_gw (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.proxyplus (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_handler" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.aws_profile" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_memory" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_request_validator.validate_request_parameters_int (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.warm_up_lambda (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.proxyplus" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_options" references: [aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.tracing_mode" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "output.api_gw (expand)" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_options (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_4xx (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_service_trust_policy (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_4xx" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_permission.warm_up_lambda" references: [aws_cloudwatch_event_rule.warm_up_lambda (expand) aws_cloudwatch_event_rule.warm_up_lambda aws_cloudwatch_event_rule.warm_up_lambda var.api_name aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.cache_ttl" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.warm_up_lambda (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role.lambda_api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.warm_up_lambda" references: [aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api var.api_name var.lambda_invoke_frequency]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.live" references: [var.cache_cluster_size aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) var.tags aws_api_gateway_deployment.api_gw aws_api_gateway_deployment.api_gw aws_api_gateway_deployment.api_gw (expand) var.cache_cluster_enabled]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_stage.live aws_api_gateway_stage.live aws_api_gateway_stage.live (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.proxyplus" references: [aws_api_gateway_stage.live aws_api_gateway_stage.live aws_api_gateway_stage.live (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus aws_api_gateway_method.api_any (expand) aws_api_gateway_method.api_any aws_api_gateway_method.api_any aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) var.cache_cluster_enabled var.cache_ttl]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_sg_id" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_env_variables" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_5xx" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_response.api_options_200" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_method.api_options aws_api_gateway_method.api_options aws_api_gateway_method.api_options (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.private_subnets" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.authorization_enabled" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw_access (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.api_gw (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role.lambda_api" references: [var.api_description var.api_name data.aws_iam_policy_document.lambda_service_trust_policy (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_function.api" references: [var.api_description aws_iam_role.lambda_api (expand) aws_iam_role.lambda_api aws_iam_role.lambda_api data.aws_s3_bucket_object.lambda_artifact (expand) var.lambda_package_bucket var.lambda_memory var.lambda_zip_file_name var.lambda_handler var.api_name var.lambda_timeout var.tags var.lambda_env_variables var.lambda_sg_id var.private_subnets var.tracing_mode]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_invoke_frequency" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.proxyplus (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_authorizer.api_gw (expand)" references: [var.authorization_enabled]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_timeout" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api" references: [aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.cache_cluster_size" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration_response.api_options_200 (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.live (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_authorizer.api_gw[0]" references: [var.authorization_enabled data.aws_region.current (expand) data.aws_caller_identity.current (expand) var.cognito_user_pool_id var.api_name aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.lambda_api_vpc" references: [aws_iam_role.lambda_api (expand) aws_iam_role.lambda_api aws_iam_role.lambda_api]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_permission.api" references: [aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.api_gw_access" references: [aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_stage.live aws_api_gateway_stage.live aws_api_gateway_stage.live (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_zip_file_name" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_lambda_permission.api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_iam_policy.lambda_api (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_any" references: [aws_api_gateway_method.api_any (expand) aws_api_gateway_method.api_any aws_api_gateway_method.api_any aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.lambda_package_bucket" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "output.lambda_function (expand)" references: [aws_lambda_function.api (expand) aws_lambda_function.api aws_lambda_function.api]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.aws_region var.aws_profile]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_gateway_response.api_gw_5xx (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.api_options" references: [aws_api_gateway_method.api_options aws_api_gateway_method.api_options aws_api_gateway_method.api_options (expand) aws_api_gateway_resource.proxyplus (expand) aws_api_gateway_resource.proxyplus aws_api_gateway_resource.proxyplus aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw aws_api_gateway_rest_api.api_gw (expand)]
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.tags" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "var.api_description" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_response.api_options_200 (expand)" references: []
2020/10/27 21:58:52 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.api_options (expand)" references: []
2020/10/27 21:58:52 [DEBUG] Starting graph walk: walkApply
2020-10-27T21:58:52.135+0530 [INFO] plugin: configuring client automatic mTLS
2020-10-27T21:58:52.155+0530 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5]
2020-10-27T21:58:52.171+0530 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70322
2020-10-27T21:58:52.171+0530 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5
2020-10-27T21:58:52.204+0530 [INFO] plugin.terraform-provider-aws_v3.12.0_x5: configuring server automatic mTLS: timestamp=2020-10-27T21:58:52.204+0530
2020-10-27T21:58:52.225+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: plugin address: network=unix address=/var/folders/sq/ff0_qt9x7x9_z51z6s69lx940000gn/T/plugin663841273 timestamp=2020-10-27T21:58:52.225+0530
2020-10-27T21:58:52.225+0530 [DEBUG] plugin: using plugin: version=5
2020-10-27T21:58:52.396+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:52 [INFO] Attempting to use session-derived credentials
2020-10-27T21:58:53.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:53 [INFO] Successfully derived credentials from session
2020-10-27T21:58:53.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:53 [INFO] AWS Auth provider used: "AssumeRoleProvider"
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:53 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:53 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=da61db5bb885b0ac7ff5a29ee2c8937355d00a36277dd9163a2d37465ce49dcd
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162853Z
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:53.574+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:54 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:54 GMT
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 5d9d9d1b-9688-48f8-8226-28f98f7f7117
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:54 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>5d9d9d1b-9688-48f8-8226-28f98f7f7117</RequestId>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:54 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: sts.amazonaws.com
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 43
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ea2b1401eb042ce7776eea67087efe94ffd310e7f0e47d5b41c8609f659469e7
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162854Z
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-10-27T21:58:54.506+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 422
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:54 GMT
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: ab4617a4-e4dc-4dc8-b48b-c056b353479b
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetCallerIdentityResult>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:sts::xxxxxxxxxxxx:assumed-role/admin/xxxxx</Arn>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UserId>xxxxxxxxxxxxxxxxxxxxx:xxxxx</UserId>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Account>xxxxxxxxxxxx</Account>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResult>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>ab4617a4-e4dc-4dc8-b48b-c056b353479b</RequestId>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:55.469+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetCallerIdentityResponse>
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:55 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: ec2.eu-west-2.amazonaws.com
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 87
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=815899094c722379cca16be6392db45681ed423db6fa787b2a2a0ca41a527baa
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162855Z
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2020-10-27T21:58:55.472+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 540
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml;charset=UTF-8
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:55 GMT
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Server: AmazonEC2
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 110cee37-d78f-4b7e-bb2f-e791281ec540
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <requestId>110cee37-d78f-4b7e-bb2f-e791281ec540</requestId>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <accountAttributeSet>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <item>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeName>supported-platforms</attributeName>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeValueSet>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <item>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <attributeValue>VPC</attributeValue>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </item>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </attributeValueSet>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </item>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </accountAttributeSet>
2020-10-27T21:58:56.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </DescribeAccountAttributesResponse>
2020/10/27 21:58:56 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_iam_role.lambda_api, 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:
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number)
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String)
aws_iam_role.lambda_api: Creating...
2020/10/27 21:58:56 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_iam_policy.lambda_api, 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:
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String)
2020/10/27 21:58:56 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:56 [DEBUG] aws_iam_role.lambda_api: applying the planned Create change
aws_iam_policy.lambda_api: Creating...
2020/10/27 21:58:56 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_rest_api.api_gw, 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:
- .api_key_source: planned value cty.StringVal("HEADER") does not match config value cty.NullVal(cty.String)
- .endpoint_configuration: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2020/10/27 21:58:56 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:56 [DEBUG] aws_api_gateway_rest_api.api_gw: applying the planned Create change
aws_api_gateway_rest_api.api_gw: Creating...
2020/10/27 21:58:56 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:56 [DEBUG] aws_iam_policy.lambda_api: applying the planned Create change
2020-10-27T21:58:56.396+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] Waiting for state to become: [success]
2020-10-27T21:58:56.396+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] setting computed for "endpoint_configuration" from ComputedKeys
2020-10-27T21:58:56.396+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] Creating API Gateway
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreatePolicy Details:
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 765
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=a703f13a5026b6e9cc525497c14ac36ff97d5de6ca5be16251eaac30da49c967
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162856Z
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=CreatePolicy&Description=test123&Path=%2F&PolicyDocument=%7B%0A++%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B%0A++++%7B%0A++++++%22Sid%22%3A+%22%22%2C%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%5B%0A++++++++%22logs%3APutLogEvents%22%2C%0A++++++++%22logs%3ACreateLogStream%22%2C%0A++++++++%22logs%3ACreateLogGroup%22%0A++++++%5D%2C%0A++++++%22Resource%22%3A+%22arn%3Aaws%3Alogs%3A%2A%3A%2A%3A%2A%22%0A++++%7D%2C%0A++++%7B%0A++++++%22Sid%22%3A+%22%22%2C%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%5B%0A++++++++%22xray%3APutTraceSegments%22%2C%0A++++++++%22xray%3APutTelemetryRecords%22%0A++++++%5D%2C%0A++++++%22Resource%22%3A+%22%2A%22%0A++++%7D%0A++%5D%0A%7D&PolicyName=xxxx-foo&Version=2010-05-08
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreateRole Details:
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 455
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=a798dce5a4a20a79c3f084811de53c9bffdd7e2fd11f09d07dce08950393334b
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162856Z
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
22Principal%22%3A+%7B%0A++++++++%22Service%22%3A+%22lambda.amazonaws.com%22%0A++++++%7D%0A++++%7D%0A++%5D%0A%7D&Description=test123&MaxSessionDuration=3600&Path=%2F&RoleName=xxxx-foo&Version=2010-05-08
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:56 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateRestApi Details:
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /restapis HTTP/1.1
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 88
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c1d4f67237f999873a1b2ad90c6f9fd45ea908e630d4c36191c3d23cfaa5e2fb
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162856Z
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"apiKeySource":"HEADER","description":"test123","name":"xxxx-foo","tags":{"FOO":"VAR"}}
2020-10-27T21:58:56.397+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:57.596+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:57 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateRestApi Details:
2020-10-27T21:58:57.596+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 222
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:57 GMT
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCfeLNmrPEEc2w=
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: c4f57d65-5fe9-4c42-b8e9-0c567a18fdcb
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:57 [DEBUG] [aws-sdk-go] {"apiKeySource":"HEADER","createdDate":1603816137,"description":"test123","disableExecuteApiEndpoint":false,"endpointConfiguration":{"ipv6":false,"types":["EDGE"]},"id":"52qnqfiux6","name":"xxxx-foo","tags":{"FOO":"VAR"}}
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:57 [DEBUG] Reading API Gateway 52qnqfiux6
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:57 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetRestApi Details:
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6 HTTP/1.1
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=23eb28e6f053c2654909eb19549279ebbf9be95769751eee639e3a782fd0d9a9
2020-10-27T21:58:57.597+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:57.598+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162857Z
2020-10-27T21:58:57.598+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:57.598+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:57.598+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:57.598+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:57.598+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreatePolicy Details:
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 751
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:57 GMT
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: ca492037-618e-4fa4-8a0b-c63c95769fc1
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] <CreatePolicyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreatePolicyResult>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Policy>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PermissionsBoundaryUsageCount>0</PermissionsBoundaryUsageCount>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Path>/</Path>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UpdateDate>2020-10-27T16:28:57Z</UpdateDate>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <DefaultVersionId>v1</DefaultVersionId>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyId>ANPA6BAHHSR6GCDXFSJTP</PolicyId>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <IsAttachable>true</IsAttachable>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyName>xxxx-foo</PolicyName>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <AttachmentCount>0</AttachmentCount>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:iam::xxxxxxxxxxxx:policy/xxxx-foo</Arn>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreateDate>2020-10-27T16:28:57Z</CreateDate>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </Policy>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </CreatePolicyResult>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
-618e-4fa4-8a0b-c63c95769fc1</RequestId>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </CreatePolicyResponse>
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] Getting IAM Policy: {
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PolicyArn: "arn:aws:iam::xxxxxxxxxxxx:policy/xxxx-foo"
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] Waiting for state to become: [success]
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetPolicy Details:
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 99
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=cf17cb291d0ccc0940d867f4112568e81541baa576855672834407f36bee973d
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162858Z
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetPolicy&PolicyArn=arn%3Aaws%3Aiam%3A%3Axxxxxxxxxxxx%3Apolicy%2Fxxxx-foo&Version=2010-05-08
2020-10-27T21:58:58.035+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreateRole Details:
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 977
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:57 GMT
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 16a9d7a6-049a-4c51-9911-3b40ed6f0139
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] <CreateRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreateRoleResult>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Role>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Path>/</Path>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <AssumeRolePolicyDocument>%7B%0A%20%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Sid%22%3A%20%22%22%2C%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%22sts%3AAssumeRole%22%2C%0A%20%20%20%20%20%20%22Principal%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%22Service%22%3A%20%22lambda.amazonaws.com%22%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D</AssumeRolePolicyDocument>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RoleId>AROA6BAHHSR6EA2VEIQ22</RoleId>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RoleName>xxxx-foo</RoleName>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo</Arn>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreateDate>2020-10-27T16:28:57Z</CreateDate>
2020-10-27T21:58:58.108+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </Role>
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </CreateRoleResult>
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>16a9d7a6-049a-4c51-9911-3b40ed6f0139</RequestId>
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </CreateRoleResponse>
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details:
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:58.109+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 51
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=db97d82a8938e100fb44207f8217d8261525702705b40da89c909c9939cf17e4
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162858Z
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetRole&RoleName=xxxx-foo&Version=2010-05-08
2020-10-27T21:58:58.110+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetRestApi Details:
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 222
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:58 GMT
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCfoK7XLPEEc-w=
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: db508cf3-f366-4534-af71-b6fd9b44dfc2
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] {"apiKeySource":"HEADER","createdDate":1603816137,"description":"test123","disableExecuteApiEndpoint":false,"endpointConfiguration":{"ipv6":false,"types":["EDGE"]},"id":"52qnqfiux6","name":"xxxx-foo","tags":{"FOO":"VAR"}}
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:58 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetResources Details:
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/resources HTTP/1.1
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=38cb7867c1552d2ab2a1e2cd93a0114db822ac9ac9d96cc5f9471e0a8fcdfaed
2020-10-27T21:58:58.524+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:58.525+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162858Z
2020-10-27T21:58:58.525+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:58.525+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:58.525+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.525+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:58.525+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetPolicy Details:
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 780
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:58 GMT
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: daf14fab-c7fc-487d-b876-3e0203645a45
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] <GetPolicyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetPolicyResult>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Policy>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PermissionsBoundaryUsageCount>0</PermissionsBoundaryUsageCount>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Path>/</Path>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <UpdateDate>2020-10-27T16:28:57Z</UpdateDate>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <DefaultVersionId>v1</DefaultVersionId>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyId>ANPA6BAHHSR6GCDXFSJTP</PolicyId>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <IsAttachable>true</IsAttachable>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyName>xxxx-foo</PolicyName>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Description>test123</Description>
EBUG] plugin.terraform-provider-aws_v3.12.0_x5: <AttachmentCount>0</AttachmentCount>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:iam::xxxxxxxxxxxx:policy/xxxx-foo</Arn>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreateDate>2020-10-27T16:28:57Z</CreateDate>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </Policy>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetPolicyResult>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>daf14fab-c7fc-487d-b876-3e0203645a45</RequestId>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetPolicyResponse>
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Getting IAM Policy Version: {
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PolicyArn: "arn:aws:iam::xxxxxxxxxxxx:policy/xxxx-foo",
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: VersionId: "v1"
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:59.073+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Waiting for state to become: [success]
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetPolicyVersion Details:
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 119
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=a3b765d631986041192bbf15f83f7f517fc530ff5cd2afba617cd11d40b98dc1
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=GetPolicyVersion&PolicyArn=arn%3Aaws%3Aiam%3A%3Axxxxxxxxxxxx%3Apolicy%2Fxxxx-foo&Version=2010-05-08&VersionId=v1
2020-10-27T21:58:59.074+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details:
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 867
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:58 GMT
2020-10-27T21:58:59.181+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 11588b0f-3ecf-42ea-a887-901f6f801582
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetRoleResult>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Role>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Path>/</Path>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Sid%22%3A%22%22%2C%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22lambda.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <MaxSessionDuration>3600</MaxSessionDuration>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RoleId>AROA6BAHHSR6EA2VEIQ22</RoleId>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RoleLastUsed/>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RoleName>xxxx-foo</RoleName>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Description>test123</Description>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Arn>arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo</Arn>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreateDate>2020-10-27T16:28:57Z</CreateDate>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </Role>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetRoleResult>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>11588b0f-3ecf-42ea-a887-901f6f801582</RequestId>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:58:59.182+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetRoleResponse>
2020/10/27 21:58:59 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_iam_role.lambda_api, 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:
- .assume_role_policy: was cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"lambda.amazonaws.com\"\n }\n }\n ]\n}"), but now cty.StringVal("{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"lambda.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}")
aws_iam_role.lambda_api: Creation complete after 3s [id=xxxx-foo]
aws_iam_role_policy_attachment.lambda_api_vpc: Creating...
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_iam_role_policy_attachment.lambda_api_vpc: applying the planned Create change
2020-10-27T21:58:59.198+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:59.198+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request iam/AttachRolePolicy Details:
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 153
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=bb3f74e1ab163c1b4d59dc62054ecd441343ae765c90512f9ddf3b4af3f55b71
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=AttachRolePolicy&PolicyArn=arn%3Aaws%3Aiam%3A%3Aaws%3Apolicy%2Fservice-role%2FAWSLambdaVPCAccessExecutionRole&RoleName=xxxx-foo&Version=2010-05-08
2020-10-27T21:58:59.199+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020/10/27 21:58:59 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.api, 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:
- .publish: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .reserved_concurrent_executions: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
aws_lambda_function.api: Creating...
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_lambda_function.api: applying the planned Create change
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Creating Lambda Function xxxx-foo with role arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Waiting for state to become: [success]
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/CreateFunction Details:
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions HTTP/1.1
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 466
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6a594e9983a9b06b1b0bee45dac0afa5a0dfcc45019a25637d7b756159666e54
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Code":{"S3Bucket":"xxxx-l-d","S3Key":"1.png.zip"},"Description":"test123","Environment":{"Variables":{"FOO":"Bar"}},"FunctionName":"xxxx-foo","Handler":"foo:bar","MemorySize":128,"Publish":false,"Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","Runtime":"dotnetcore3.1","Tags":{"FOO":"VAR"},"Timeout":28,"TracingConfig":{"Mode":"Active"},"VpcConfig":{"SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0a883169838b002e5","subnet-0baba8b6698a140bd"]}}
2020-10-27T21:58:59.205+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetResources Details:
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 42
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:59 GMT
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCfyLL8rPEEc0A=
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: cab0a50f-905e-4beb-8c32-4b789a0a5e9c
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.440+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] {"item":[{"id":"wbxzy0k339","path":"/"}]}
2020/10/27 21:58:59 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_rest_api.api_gw, 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:
- .policy: was null, but now cty.StringVal("")
aws_api_gateway_rest_api.api_gw: Creation complete after 3s [id=52qnqfiux6]
2020-10-27T21:58:59.455+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/10/27 21:58:59 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_request_validator.validate_request_parameters_int, 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:
- .validate_request_body: planned value cty.False does not match config value cty.NullVal(cty.Bool)
aws_api_gateway_request_validator.validate_request_parameters_int: Creating...
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_api_gateway_request_validator.validate_request_parameters_int: applying the planned Create change
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_api_gateway_gateway_response.api_gw_5xx: applying the planned Create change
aws_api_gateway_gateway_response.api_gw_5xx: Creating...
aws_api_gateway_gateway_response.api_gw_4xx: Creating...
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_api_gateway_gateway_response.api_gw_4xx: applying the planned Create change
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_api_gateway_resource.proxyplus: applying the planned Create change
2020/10/27 21:58:59 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_authorizer.api_gw[0], 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:
- .identity_source: planned value cty.StringVal("method.request.header.Authorization") does not match config value cty.NullVal(cty.String)
- .authorizer_result_ttl_in_seconds: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
aws_api_gateway_resource.proxyplus: Creating...
aws_api_gateway_authorizer.api_gw[0]: Creating...
2020-10-27T21:58:59.457+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Creating API Gateway Resource for API 52qnqfiux6
2020/10/27 21:58:59 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:58:59 [DEBUG] aws_api_gateway_authorizer.api_gw[0]: applying the planned Create change
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Putting API Gateway Gateway Response: {
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseParameters: {
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Origin: "'*'",
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Headers: "'*'",
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Methods: "'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'"
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseTemplates: {
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: application/json: "{\"message\":$context.error.messageString}"
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseType: "DEFAULT_5XX",
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RestApiId: "52qnqfiux6"
2020-10-27T21:58:59.458+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] Putting API Gateway Gateway Response: {
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseParameters: {
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Methods: "'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'",
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Origin: "'*'",
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Headers: "'*'"
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseTemplates: {
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: application/json: "{\"message\":$context.error.messageString}"
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseType: "DEFAULT_4XX",
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RestApiId: "52qnqfiux6"
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateRequestValidator Details:
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /restapis/52qnqfiux6/requestvalidators HTTP/1.1
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 99
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=35ccc7328d7fea0965071b075fa9b75fa8284e20c7a5a212c2af94bc96c2728c
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
ws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"name":"validate_request_parameters","validateRequestBody":false,"validateRequestParameters":true}
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateResource Details:
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /restapis/52qnqfiux6/resources/wbxzy0k339 HTTP/1.1
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 23
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=efa5963579a07cd0b0ae7addb222c218834f747d2c4791c1d2c3e9f8a44cdf5a
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"pathPart":"{proxy+}"}
2020-10-27T21:58:59.459+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutGatewayResponse Details:
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/gatewayresponses/DEFAULT_4XX HTTP/1.1
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 326
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9c2669f021c0ddcbf7ef3ae219a0c7f98394f2802e68a6970e8e98b198fca114
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"responseParameters":{"gatewayresponse.header.Access-Control-Allow-Headers":"'*'","gatewayresponse.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","gatewayresponse.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{\"message\":$context.error.messageString}"}}
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [INFO] Creating API Gateway Authorizer: {
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: AuthorizerResultTtlInSeconds: 300,
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: IdentitySource: "method.request.header.Authorization",
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Name: "xxxx-foo",
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ProviderARNs: ["arn:aws:cognito-idp:eu-west-2:xxxxxxxxxxxx:userpool/eu-west-2_2RC9hA5qe"],
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RestApiId: "52qnqfiux6",
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "COGNITO_USER_POOLS"
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutGatewayResponse Details:
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/gatewayresponses/DEFAULT_5XX HTTP/1.1
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 326
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
z-security-token, Signature=75392204aa1d94c96cefce5de260f197bbf2cd9d82958ab99847a4280229488b
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"responseParameters":{"gatewayresponse.header.Access-Control-Allow-Headers":"'*'","gatewayresponse.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","gatewayresponse.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{\"message\":$context.error.messageString}"}}
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:58:59 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateAuthorizer Details:
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /restapis/52qnqfiux6/authorizers HTTP/1.1
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 228
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f37944d331a7336450a95f1524e48ff269c66169c420008fd8b6f2d10bbc6402
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162859Z
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
x5: Accept-Encoding: gzip
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"authorizerResultTtlInSeconds":300,"identitySource":"method.request.header.Authorization","name":"xxxx-foo","providerARNs":["arn:aws:cognito-idp:eu-west-2:xxxxxxxxxxxx:userpool/eu-west-2_2RC9hA5qe"],"type":"COGNITO_USER_POOLS"}
2020-10-27T21:58:59.460+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetPolicyVersion Details:
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 1394
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:59 GMT
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 9a9c3e16-0e8f-4b62-a7a6-3ea298276854
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] <GetPolicyVersionResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <GetPolicyVersionResult>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyVersion>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <VersionId>v1</VersionId>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <IsDefaultVersion>true</IsDefaultVersion>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <Document>%7B%0A%20%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Sid%22%3A%20%22%22%2C%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%5B%0A%20%20%20%20%20%20%20%20%22logs%3APutLogEvents%22%2C%0A%20%20%20%20%20%20%20%20%22logs%3ACreateLogStream%22%2C%0A%20%20%20%20%20%20%20%20%22logs%3ACreateLogGroup%22%0A%20%20%20%20%20%20%5D%2C%0A%20%20%20%20%20%20%22Resource%22%3A%20%22arn%3Aaws%3Alogs%3A%2A%3A%2A%3A%2A%22%0A%20%20%20%20%7D%2C%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Sid%22%3A%20%22%22%2C%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%5B%0A%20%20%20%20%20%20%20%20%22xray%3APutTraceSegments%22%2C%0A%20%20%20%20%20%20%20%20%22xray%3APutTelemetryRecords%22%0A%20%20%20%20%20%20%5D%2C%0A%20%20%20%20%20%20%22Resource%22%3A%20%22%2A%22%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D</Document>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <CreateDate>2020-10-27T16:28:57Z</CreateDate>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </PolicyVersion>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetPolicyVersionResult>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>9a9c3e16-0e8f-4b62-a7a6-3ea298276854</RequestId>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:59:00.305+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </GetPolicyVersionResponse>
aws_iam_policy.lambda_api: Creation complete after 4s [id=arn:aws:iam::xxxxxxxxxxxx:policy/xxxx-foo]
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response iam/AttachRolePolicy Details:
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 212
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:28:59 GMT
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 45259c8c-d3f7-4fea-a75c-9b43feaeceb9
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] <AttachRolePolicyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>45259c8c-d3f7-4fea-a75c-9b43feaeceb9</RequestId>
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:59:00.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </AttachRolePolicyResponse>
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request iam/ListAttachedRolePolicies Details:
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 68
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=44f1a4fa516d2e8562264b56e3ac711d5c41b9bf783b1c81a8c77f4a4cd15940
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=ListAttachedRolePolicies&RoleName=xxxx-foo&Version=2010-05-08
2020-10-27T21:59:00.311+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
aws_iam_role_policy_attachment.lambda_api: Creating...
2020/10/27 21:59:00 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:59:00 [DEBUG] aws_iam_role_policy_attachment.lambda_api: applying the planned Create change
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/CreateFunction Details:
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 400 Bad Request
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 90
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Errortype: InvalidParameterValueException
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 4f4a47d6-d0b8-4706-9131-7c69f1baa5a2
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The role defined for the function cannot be assumed by Lambda."}
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/CreateFunction failed, attempt 0/25, error InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "4f4a47d6-d0b8-4706-9131-7c69f1baa5a2"
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] Error creating Lambda Function: InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "4f4a47d6-d0b8-4706-9131-7c69f1baa5a2"
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] Received InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "4f4a47d6-d0b8-4706-9131-7c69f1baa5a2"
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }, retrying CreateFunction
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [TRACE] Waiting 500ms before next try
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request iam/AttachRolePolicy Details:
2020-10-27T21:59:00.316+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 124
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=167084517a3e117a3fb92afd6dbefa64d0e406b0b9b6c6e89610d6dbdc8a0062
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=AttachRolePolicy&PolicyArn=arn%3Aaws%3Aiam%3A%3Axxxxxxxxxxxx%3Apolicy%2Fxxxx-foo&RoleName=xxxx-foo&Version=2010-05-08
2020-10-27T21:59:00.317+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateResource Details:
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 81
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCf7IqwrPEEbCA=
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 898da09d-609a-4bd3-b016-b1e87c555814
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] {"id":"3xh7y0","parentId":"wbxzy0k339","path":"/{proxy+}","pathPart":"{proxy+}"}
2020-10-27T21:59:00.355+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] Reading API Gateway Resource 3xh7y0
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetResource Details:
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/resources/3xh7y0 HTTP/1.1
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=f83439bf6411c1deedd75f955d2609bbb290e1bb66de03f91733b5a37cd7d6f3
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.356+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateRequestValidator Details:
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 114
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCf7LLUrPEEc7A=
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 252b94f9-d584-41f0-a919-3a4502de921a
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.363+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] {"id":"jioik2","name":"validate_request_parameters","validateRequestBody":false,"validateRequestParameters":true}
aws_api_gateway_request_validator.validate_request_parameters_int: Creation complete after 1s [id=jioik2]
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutGatewayResponse Details:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 380
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCf7LL9rPEEc0A=
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: dcdf7f67-5b71-40a2-b64d-c66662ab68ec
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] {"defaultResponse":false,"responseParameters":{"gatewayresponse.header.Access-Control-Allow-Headers":"'*'","gatewayresponse.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","gatewayresponse.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{\"message\":$context.error.messageString}"},"responseType":"DEFAULT_4XX"}
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutGatewayResponse Details:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 380
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCf7KB0rPEEcqA=
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 4d7498e7-f277-4902-a000-33cd316a48e8
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] {"defaultResponse":false,"responseParameters":{"gatewayresponse.header.Access-Control-Allow-Headers":"'*'","gatewayresponse.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","gatewayresponse.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{\"message\":$context.error.messageString}"},"responseType":"DEFAULT_5XX"}
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] API Gateway Gateway Response put ("aggr-52qnqfiux6-DEFAULT_4XX")
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] Reading API Gateway Gateway Response aggr-52qnqfiux6-DEFAULT_4XX
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] API Gateway Gateway Response put ("aggr-52qnqfiux6-DEFAULT_5XX")
.0_x5: 2020/10/27 21:59:00 [DEBUG] Reading API Gateway Gateway Response aggr-52qnqfiux6-DEFAULT_5XX
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetGatewayResponse Details:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/gatewayresponses/DEFAULT_4XX HTTP/1.1
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=81587e36c2408a0696975199a8b4fe0552d50e78ff33679d12997ecced667cf4
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetGatewayResponse Details:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/gatewayresponses/DEFAULT_5XX HTTP/1.1
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=06580297ab29a7e41fcaadc3bfbe5e9875c6221d58f432e6ce160ae995ca7450
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateAuthorizer Details:
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 240
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCf7LKErPEEc7Q=
2020-10-27T21:59:00.399+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 5a05a52a-e20c-4a36-aefe-77976104a8fa
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] {"authType":"cognito_user_pools","id":"cok5hx","identitySource":"method.request.header.Authorization","name":"xxxx-foo","providerARNs":["arn:aws:cognito-idp:eu-west-2:xxxxxxxxxxxx:userpool/eu-west-2_2RC9hA5qe"],"type":"COGNITO_USER_POOLS"}
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [INFO] Reading API Gateway Authorizer cok5hx
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetAuthorizer Details:
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/authorizers/cok5hx HTTP/1.1
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=fb6ae889de479dc3423239cd861ace1b7493c7562cc7e7ccbc1d69d657a095f0
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.400+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:00 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/CreateFunction Details:
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions HTTP/1.1
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 466
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8231d1bf063406b063267928e614345d10f0fef8285444a53ed3160b50efd064
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162900Z
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Code":{"S3Bucket":"xxxx-l-d","S3Key":"1.png.zip"},"Description":"test123","Environment":{"Variables":{"FOO":"Bar"}},"FunctionName":"xxxx-foo","Handler":"foo:bar","MemorySize":128,"Publish":false,"Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","Runtime":"dotnetcore3.1","Tags":{"FOO":"VAR"},"Timeout":28,"TracingConfig":{"Mode":"Active"},"VpcConfig":{"SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0a883169838b002e5","subnet-0baba8b6698a140bd"]}}
2020-10-27T21:59:00.818+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetResource Details:
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 81
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:01 GMT
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgELNuLPEEc2w=
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 57e9e487-c302-4ae3-8fa3-30bc8cc7f945
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.231+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] {"id":"3xh7y0","parentId":"wbxzy0k339","path":"/{proxy+}","pathPart":"{proxy+}"}
aws_api_gateway_resource.proxyplus: Creation complete after 2s [id=3xh7y0]
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetAuthorizer Details:
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 240
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:01 GMT
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgELNOrPEEcgQ=
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 2624ed10-a7ea-4473-91ef-da42008b3879
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] {"authType":"cognito_user_pools","id":"cok5hx","identitySource":"method.request.header.Authorization","name":"xxxx-foo","providerARNs":["arn:aws:cognito-idp:eu-west-2:xxxxxxxxxxxx:userpool/eu-west-2_2RC9hA5qe"],"type":"COGNITO_USER_POOLS"}
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] Received API Gateway Authorizer: {
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: AuthType: "cognito_user_pools",
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Id: "cok5hx",
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: IdentitySource: "method.request.header.Authorization",
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Name: "xxxx-foo",
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ProviderARNs: ["arn:aws:cognito-idp:eu-west-2:xxxxxxxxxxxx:userpool/eu-west-2_2RC9hA5qe"],
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "COGNITO_USER_POOLS"
2020-10-27T21:59:01.244+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 21:59:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_authorizer.api_gw[0], 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:
- .identity_validation_expression: was null, but now cty.StringVal("")
- .authorizer_credentials: was null, but now cty.StringVal("")
- .authorizer_uri: was null, but now cty.StringVal("")
aws_api_gateway_authorizer.api_gw[0]: Creation complete after 2s [id=cok5hx]
2020/10/27 21:59:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_method.api_options, 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:
- .api_key_required: planned value cty.False does not match config value cty.NullVal(cty.Bool)
aws_api_gateway_method.api_options: Creating...
2020/10/27 21:59:01 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:59:01 [DEBUG] aws_api_gateway_method.api_options: applying the planned Create change
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutMethod Details:
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/resources/3xh7y0/methods/OPTIONS HTTP/1.1
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 51
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6a73ae9e397612407f46d7781940c883d831ef261ebac21e99b6dbedb65cd6a2
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162901Z
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"apiKeyRequired":false,"authorizationType":"NONE"}
2020-10-27T21:59:01.256+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020/10/27 21:59:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_method.api_any, 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:
- .api_key_required: planned value cty.False does not match config value cty.NullVal(cty.Bool)
aws_api_gateway_method.api_any: Creating...
2020/10/27 21:59:01 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:59:01 [DEBUG] aws_api_gateway_method.api_any: applying the planned Create change
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetGatewayResponse Details:
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 380
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:01 GMT
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgELMALPEEc0A=
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: dda990fb-f62e-4916-a48d-a28a80b86d4e
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] {"defaultResponse":false,"responseParameters":{"gatewayresponse.header.Access-Control-Allow-Headers":"'*'","gatewayresponse.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","gatewayresponse.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{\"message\":$context.error.messageString}"},"responseType":"DEFAULT_4XX"}
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] Received API Gateway Gateway Response: {
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: DefaultResponse: false,
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseParameters: {
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Origin: "'*'",
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Headers: "'*'",
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Methods: "'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'"
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseTemplates: {
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: application/json: "{\"message\":$context.error.messageString}"
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseType: "DEFAULT_4XX"
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutMethod Details:
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/resources/3xh7y0/methods/ANY HTTP/1.1
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 89
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8b34ff21e7f2676846c21f8dfdc9990eb32e761297562e02c297d3e8199a93e6
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162901Z
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"apiKeyRequired":false,"authorizationType":"COGNITO_USER_POOLS","authorizerId":"cok5hx"}
2020-10-27T21:59:01.258+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020/10/27 21:59:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_gateway_response.api_gw_4xx, 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:
- .status_code: was null, but now cty.StringVal("")
aws_api_gateway_gateway_response.api_gw_4xx: Creation complete after 2s [id=aggr-52qnqfiux6-DEFAULT_4XX]
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetGatewayResponse Details:
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 380
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:01 GMT
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgELLWLPEEc7A=
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 99fa75dd-21b6-48dc-926b-02383af60eb8
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] {"defaultResponse":false,"responseParameters":{"gatewayresponse.header.Access-Control-Allow-Headers":"'*'","gatewayresponse.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","gatewayresponse.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{\"message\":$context.error.messageString}"},"responseType":"DEFAULT_5XX"}
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] Received API Gateway Gateway Response: {
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: DefaultResponse: false,
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseParameters: {
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Origin: "'*'",
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Headers: "'*'",
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: gatewayresponse.header.Access-Control-Allow-Methods: "'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'"
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseTemplates: {
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: application/json: "{\"message\":$context.error.messageString}"
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseType: "DEFAULT_5XX"
2020-10-27T21:59:01.267+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 21:59:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_gateway_response.api_gw_5xx, 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:
- .status_code: was null, but now cty.StringVal("")
aws_api_gateway_gateway_response.api_gw_5xx: Creation complete after 2s [id=aggr-52qnqfiux6-DEFAULT_5XX]
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response iam/ListAttachedRolePolicies Details:
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 579
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:01 GMT
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 4fa77c15-de4c-4d0a-8957-b5208ca3490d
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] <ListAttachedRolePoliciesResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ListAttachedRolePoliciesResult>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <IsTruncated>false</IsTruncated>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <AttachedPolicies>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <member>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyArn>arn:aws:iam::aws:policy/service-role/AWSLambdaVPCAccessExecutionRole</PolicyArn>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyName>AWSLambdaVPCAccessExecutionRole</PolicyName>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </member>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </AttachedPolicies>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ListAttachedRolePoliciesResult>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>4fa77c15-de4c-4d0a-8957-b5208ca3490d</RequestId>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:59:01.376+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ListAttachedRolePoliciesResponse>
aws_iam_role_policy_attachment.lambda_api_vpc: Creation complete after 2s [id=xxxx-foo-20201027162900310800000001]
2020-10-27T21:59:01.451+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response iam/AttachRolePolicy Details:
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 212
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:00 GMT
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: b250d098-52b7-4b39-a633-73a8fc14873f
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] <AttachRolePolicyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>b250d098-52b7-4b39-a633-73a8fc14873f</RequestId>
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </AttachRolePolicyResponse>
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Request iam/ListAttachedRolePolicies Details:
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: iam.amazonaws.com
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 68
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9a66b0f3d3e903f96faae820231efeffdae93f9393ec348913dcf7e0e36565d2
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162901Z
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action=ListAttachedRolePolicies&RoleName=xxxx-foo&Version=2010-05-08
2020-10-27T21:59:01.452+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/CreateFunction Details:
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 400 Bad Request
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 90
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:01 GMT
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Errortype: InvalidParameterValueException
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: adbee52c-8a68-4a51-bd3e-dd4e3eaadda6
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The role defined for the function cannot be assumed by Lambda."}
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/CreateFunction failed, attempt 0/25, error InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "adbee52c-8a68-4a51-bd3e-dd4e3eaadda6"
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] Error creating Lambda Function: InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "adbee52c-8a68-4a51-bd3e-dd4e3eaadda6"
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [DEBUG] Received InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "adbee52c-8a68-4a51-bd3e-dd4e3eaadda6"
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }, retrying CreateFunction
2020-10-27T21:59:01.875+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:01 [TRACE] Waiting 1s before next try
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutMethod Details:
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 75
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:02 GMT
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgNK7fLPEEc-w=
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: b49d3730-30d8-445d-83c5-9f265a543e32
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.172+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:02.173+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] {"apiKeyRequired":false,"authorizationType":"NONE","httpMethod":"OPTIONS"}
2020-10-27T21:59:02.173+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] API Gateway Method ID: agm-52qnqfiux6-3xh7y0-OPTIONS
aws_api_gateway_method.api_options: Creation complete after 1s [id=agm-52qnqfiux6-3xh7y0-OPTIONS]
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutMethod Details:
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 109
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:02 GMT
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgNLM8LPEEcnA=
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: e24d28be-780e-4e35-8ab1-b4ce645f28b4
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:02.187+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] {"apiKeyRequired":false,"authorizationType":"COGNITO_USER_POOLS","authorizerId":"cok5hx","httpMethod":"ANY"}
2020-10-27T21:59:02.188+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] API Gateway Method ID: agm-52qnqfiux6-3xh7y0-ANY
aws_api_gateway_method_response.api_options_200: Creating...
2020/10/27 21:59:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_integration.api_options, 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:
- .timeout_milliseconds: planned value cty.NumberIntVal(29000) does not match config value cty.NullVal(cty.Number)
- .connection_type: planned value cty.StringVal("INTERNET") does not match config value cty.NullVal(cty.String)
aws_api_gateway_method.api_any: Creation complete after 1s [id=agm-52qnqfiux6-3xh7y0-ANY]
aws_api_gateway_integration.api_options: Creating...
2020/10/27 21:59:02 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:59:02 [DEBUG] aws_api_gateway_method_response.api_options_200: applying the planned Create change
2020/10/27 21:59:02 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:59:02 [DEBUG] aws_api_gateway_integration.api_options: applying the planned Create change
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] Waiting for state to become: [success]
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] Creating API Gateway Integration
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutMethodResponse Details:
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/resources/3xh7y0/methods/OPTIONS/responses/200 HTTP/1.1
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 220
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c36702b6a0982e134ed9315c2220bbc891d63c1f80e60f5d990f9b7e57f50bd6
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162902Z
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"responseModels":{},"responseParameters":{"method.response.header.Access-Control-Allow-Headers":true,"method.response.header.Access-Control-Allow-Methods":true,"method.response.header.Access-Control-Allow-Origin":true}}
2020-10-27T21:59:02.201+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutIntegration Details:
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/resources/3xh7y0/methods/OPTIONS/integration HTTP/1.1
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 155
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6ede4499de8be23bbd9b193b7345ead7f436a8c45d8c8322ebe44e78d260281a
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162902Z
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"connectionType":"INTERNET","requestParameters":{},"requestTemplates":{"application/json":"{\"statusCode\" : 200}"},"timeoutInMillis":29000,"type":"MOCK"}
2020-10-27T21:59:02.202+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] DEBUG: Response iam/ListAttachedRolePolicies Details:
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 725
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: text/xml
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:02 GMT
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: fdb55077-a25b-442e-b396-03ee9224c883
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] <ListAttachedRolePoliciesResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ListAttachedRolePoliciesResult>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <IsTruncated>false</IsTruncated>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <AttachedPolicies>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <member>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyArn>arn:aws:iam::xxxxxxxxxxxx:policy/xxxx-foo</PolicyArn>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyName>xxxx-foo</PolicyName>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </member>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <member>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyArn>arn:aws:iam::aws:policy/service-role/AWSLambdaVPCAccessExecutionRole</PolicyArn>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <PolicyName>AWSLambdaVPCAccessExecutionRole</PolicyName>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </member>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </AttachedPolicies>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ListAttachedRolePoliciesResult>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <ResponseMetadata>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: <RequestId>fdb55077-a25b-442e-b396-03ee9224c883</RequestId>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ResponseMetadata>
2020-10-27T21:59:02.503+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: </ListAttachedRolePoliciesResponse>
aws_iam_role_policy_attachment.lambda_api: Creation complete after 3s [id=xxxx-foo-20201027162901451900000002]
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:02 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/CreateFunction Details:
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions HTTP/1.1
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 466
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11ad49536f24a0ba4c6bca7f70a0d4222ee007a9354709356cb5de9f075e61bc
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162902Z
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:02.880+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:02.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Code":{"S3Bucket":"xxxx-l-d","S3Key":"1.png.zip"},"Description":"test123","Environment":{"Variables":{"FOO":"Bar"}},"FunctionName":"xxxx-foo","Handler":"foo:bar","MemorySize":128,"Publish":false,"Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","Runtime":"dotnetcore3.1","Tags":{"FOO":"VAR"},"Timeout":28,"TracingConfig":{"Mode":"Active"},"VpcConfig":{"SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0a883169838b002e5","subnet-0baba8b6698a140bd"]}}
2020-10-27T21:59:02.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutMethodResponse Details:
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 240
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:03 GMT
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgXLNUrPEEcgQ=
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: c29e5b8c-87b7-46e3-9b77-c78dc906f84e
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] {"responseModels":{},"responseParameters":{"method.response.header.Access-Control-Allow-Headers":true,"method.response.header.Access-Control-Allow-Methods":true,"method.response.header.Access-Control-Allow-Origin":true},"statusCode":"200"}
2020-10-27T21:59:03.123+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] API Gateway Method ID: agmr-52qnqfiux6-3xh7y0-OPTIONS-200
aws_api_gateway_method_response.api_options_200: Creation complete after 1s [id=agmr-52qnqfiux6-3xh7y0-OPTIONS-200]
aws_api_gateway_integration_response.api_options_200: Creating...
2020/10/27 21:59:03 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 21:59:03 [DEBUG] aws_api_gateway_integration_response.api_options_200: applying the planned Create change
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutIntegrationResponse Details:
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/resources/3xh7y0/methods/OPTIONS/integration/responses/200 HTTP/1.1
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 286
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=fba982250307d69113d88639a5e96e24d60eef11b04219f3d3b79219c976b388
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162903Z
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"responseParameters":{"method.response.header.Access-Control-Allow-Headers":"'*'","method.response.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","method.response.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{}"}}
2020-10-27T21:59:03.137+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutIntegration Details:
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 216
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:03 GMT
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgXL1tLPEEcjQ=
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 222dc7db-0770-43f9-814d-e9d76f3dfdcf
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] {"cacheKeyParameters":[],"cacheNamespace":"3xh7y0","passthroughBehavior":"WHEN_NO_MATCH","requestParameters":{},"requestTemplates":{"application/json":"{\"statusCode\" : 200}"},"timeoutInMillis":29000,"type":"MOCK"}
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] Reading API Gateway Integration: agi-52qnqfiux6-3xh7y0-OPTIONS
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetIntegration Details:
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/resources/3xh7y0/methods/OPTIONS/integration HTTP/1.1
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=796bbd6c43525bf5c60cb09672bb3401488f500ce2875d3f0fd9ca83ffc81a15
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162903Z
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.142+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/CreateFunction Details:
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 400 Bad Request
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 90
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:03 GMT
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Errortype: InvalidParameterValueException
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 26331840-efbf-45a3-857e-da90ad1f0d5a
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The role defined for the function cannot be assumed by Lambda."}
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/CreateFunction failed, attempt 0/25, error InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "26331840-efbf-45a3-857e-da90ad1f0d5a"
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] Error creating Lambda Function: InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "26331840-efbf-45a3-857e-da90ad1f0d5a"
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [DEBUG] Received InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
rraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "26331840-efbf-45a3-857e-da90ad1f0d5a"
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }, retrying CreateFunction
2020-10-27T21:59:03.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:03 [TRACE] Waiting 2s before next try
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetIntegration Details:
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 216
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:03 GMT
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCggLx0LPEEcxA=
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 322aae6e-e362-4f89-a9c2-32ef78dee49e
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] {"cacheKeyParameters":[],"cacheNamespace":"3xh7y0","passthroughBehavior":"WHEN_NO_MATCH","requestParameters":{},"requestTemplates":{"application/json":"{\"statusCode\" : 200}"},"timeoutInMillis":29000,"type":"MOCK"}
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] Received API Gateway Integration: {
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheKeyParameters: [],
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheNamespace: "3xh7y0",
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PassthroughBehavior: "WHEN_NO_MATCH",
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestParameters: {
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestTemplates: {
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: application/json: "{\"statusCode\" : 200}"
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: TimeoutInMillis: 29000,
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "MOCK"
2020-10-27T21:59:04.047+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 21:59:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_integration.api_options, 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:
- .uri: was null, but now cty.StringVal("")
- .connection_id: was null, but now cty.StringVal("")
- .integration_http_method: was null, but now cty.StringVal("")
- .content_handling: was null, but now cty.StringVal("")
- .credentials: was null, but now cty.StringVal("")
aws_api_gateway_integration.api_options: Creation complete after 2s [id=agi-52qnqfiux6-3xh7y0-OPTIONS]
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutIntegrationResponse Details:
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 306
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:03 GMT
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCggLMHLPEEc0A=
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: eccb59d2-2822-4f35-83ca-9e723aaf29b1
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] {"responseParameters":{"method.response.header.Access-Control-Allow-Headers":"'*'","method.response.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","method.response.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{}"},"statusCode":"200"}
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] API Gateway Integration Response ID: agir-52qnqfiux6-3xh7y0-OPTIONS-200
2020-10-27T21:59:04.054+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] Reading API Gateway Integration Response agir-52qnqfiux6-3xh7y0-OPTIONS-200
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetIntegrationResponse Details:
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/resources/3xh7y0/methods/OPTIONS/integration/responses/200 HTTP/1.1
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=6e49533ca836355c7b70b7c8bc5fb2a8f225d412c84e27ccfbefb57bf27cdc20
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162904Z
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.055+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetIntegrationResponse Details:
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 306
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:04 GMT
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFCgpLOrLPEEcmg=
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 26fa91a0-ce9e-4a14-862c-13417df0f784
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] [aws-sdk-go] {"responseParameters":{"method.response.header.Access-Control-Allow-Headers":"'*'","method.response.header.Access-Control-Allow-Methods":"'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'","method.response.header.Access-Control-Allow-Origin":"'*'"},"responseTemplates":{"application/json":"{}"},"statusCode":"200"}
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:04 [DEBUG] Received API Gateway Integration Response: {
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseParameters: {
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: method.response.header.Access-Control-Allow-Methods: "'DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT'",
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: method.response.header.Access-Control-Allow-Origin: "'*'",
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: method.response.header.Access-Control-Allow-Headers: "'*'"
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ResponseTemplates: {
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: application/json: "{}"
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: "200"
2020-10-27T21:59:04.964+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 21:59:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_integration_response.api_options_200, 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:
- .selection_pattern: was null, but now cty.StringVal("")
- .content_handling: was null, but now cty.StringVal("")
aws_api_gateway_integration_response.api_options_200: Creation complete after 2s [id=agir-52qnqfiux6-3xh7y0-OPTIONS-200]
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:05 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/CreateFunction Details:
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions HTTP/1.1
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 466
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=83c3e855f9e9353ce51c821de7f2cdc0bb77e1348650b7fa23d2519656de8383
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162905Z
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Code":{"S3Bucket":"xxxx-l-d","S3Key":"1.png.zip"},"Description":"test123","Environment":{"Variables":{"FOO":"Bar"}},"FunctionName":"xxxx-foo","Handler":"foo:bar","MemorySize":128,"Publish":false,"Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","Runtime":"dotnetcore3.1","Tags":{"FOO":"VAR"},"Timeout":28,"TracingConfig":{"Mode":"Active"},"VpcConfig":{"SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0a883169838b002e5","subnet-0baba8b6698a140bd"]}}
2020-10-27T21:59:05.933+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:07 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/CreateFunction Details:
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 400 Bad Request
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 90
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:07 GMT
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Errortype: InvalidParameterValueException
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: f73137da-f285-45d8-b94c-c55dbb9575db
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:07 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The role defined for the function cannot be assumed by Lambda."}
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:07 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/CreateFunction failed, attempt 0/25, error InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "f73137da-f285-45d8-b94c-c55dbb9575db"
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:07 [DEBUG] Error creating Lambda Function: InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "f73137da-f285-45d8-b94c-c55dbb9575db"
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:07 [DEBUG] Received InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RespMetadata: {
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatusCode: 400,
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestID: "f73137da-f285-45d8-b94c-c55dbb9575db"
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Message_: "The role defined for the function cannot be assumed by Lambda.",
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "User"
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }, retrying CreateFunction
2020-10-27T21:59:07.162+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:07 [TRACE] Waiting 4s before next try
aws_lambda_function.api: Still creating... [10s elapsed]
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:11 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/CreateFunction Details:
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions HTTP/1.1
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 466
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f42ef601da346677c5276613b5da51fa44a4fe21532359c037fd2ce485422768
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162911Z
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Code":{"S3Bucket":"xxxx-l-d","S3Key":"1.png.zip"},"Description":"test123","Environment":{"Variables":{"FOO":"Bar"}},"FunctionName":"xxxx-foo","Handler":"foo:bar","MemorySize":128,"Publish":false,"Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","Runtime":"dotnetcore3.1","Tags":{"FOO":"VAR"},"Timeout":28,"TracingConfig":{"Mode":"Active"},"VpcConfig":{"SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0a883169838b002e5","subnet-0baba8b6698a140bd"]}}
2020-10-27T21:59:11.163+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:17 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/CreateFunction Details:
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 1061
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:17 GMT
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 9a254649-4122-4c9e-9559-4e32c8fc94a3
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:17 [DEBUG] [aws-sdk-go] {"Description":"test123","TracingConfig":{"Mode":"Active"},"VpcConfig":{"VpcId":"vpc-0fe79170e80c4dd89","SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0baba8b6698a140bd","subnet-0a883169838b002e5"]},"SigningJobArn":null,"RevisionId":"5f863f7e-fd2a-44be-a212-8fe8da951000","LastModified":"2020-10-27T16:29:17.079+0000","FileSystemConfigs":null,"FunctionName":"xxxx-foo","Runtime":"dotnetcore3.1","Version":"$LATEST","PackageType":"Zip","LastUpdateStatus":null,"Layers":null,"ImageConfig":null,"FunctionArn":"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo","KMSKeyArn":null,"MemorySize":128,"LastUpdateStatusReason":null,"DeadLetterConfig":null,"Timeout":28,"Handler":"foo:bar","CodeSha256":"V+9qNF5bWPLJNNFUv8jwm2s6pZirlv9tNSIYSCEdU4Y=","Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","SigningProfileVersionArn":null,"MasterArn":null,"CodeSize":66049,"State":"Pending","StateReason":"The function is being created.","Environment":{"Variables":{"FOO":"Bar"},"Error":null},"StateReasonCode":"Creating","LastUpdateStatusReasonCode":null}
2020-10-27T21:59:17.816+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:17 [DEBUG] Waiting for state to become: [Active]
aws_lambda_function.api: Still creating... [20s elapsed]
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:22 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=5e7de2251edb5ab618ea95ebf08756276244786653bec2738b429c4d1ee11fdc
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162922Z
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:22.819+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:23 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2824
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:23 GMT
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 24d79499-2d22-4e69-9df1-d4ac5ccdecfc
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
iMv0MkjyRgMzrqzg4zQM4MZQcTDMQOAY%2B%2FJr0KNCyueY%2FbzHeU0l6aZVOx13RMI%2F6jSTbWFtPMUWyBuC%2B07ncneDV1OmE%2FxTVRGd3oq5Emy7Ej0si9wHhnfBRWf4%2Fc3I3Uefp3xc%2Bqxs3%2FKbSh%2FG8CZv81cLtIzESPlk3xn1MH7XDzOrK8v18%2FIjl1uOSuD0dApcWzvmAir5UkhmKdfAeu3KdM5S1Xlx2vFWtiYbWcUOqv0w%2F6MXzyJRU2H%2B%2FgAWWaJ8ABKI23zta2is%2B326YZj8U%2FRaVeT1JK3K0SZFaXvuGpsNp8A4nqVORVKGf5PISYa4RPfGZ%2Ba%2B3ein5CDvr%2FLVpI%2B70lloeS4m6%2FfZo7g5yhPNfB8zIZaoZEBXlX8j5tsXCtdHQUg0TgCajWIOAeaCd7hCxuj4Jz4MrW%2FRxcC15GDliYXfiNMW95xCAhDsY%2FtrkYElobuWfHSJtIa5MX8JKfkf6L4aYRtSW8TT%2FMP%2Fx4PwFOusBq9J0CbZxMhZ%2FYIDsL%2Fi5UCpQDlSJjy7K57pM%2BM4SMyMUzPCfekx%2B3jADECyGZMEUUgMHx%2BpnOSU9ISg23voaS3JEN1cKSS2ofn189Bga9BGJGQaQTPS4iwa1eA%2FkkBLoy77IytyeaU%2BovNIhsGeGLdJlkWOHv9slX73D9Wts%2FQkXRQ37vDbRfxrieE%2FB5zUbwe0rQtH3OgIc4u1mN2SZ%2FHFQC8xXiaRCILntjaNYh55kkLNlPX4r9j302%2BvdhleXZlFCIMbJ9SNiI0qTnns6%2F5I2twC3%2F18%2Bc3NFZzglbYSTjEmBLsH37sAq0Q%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162923Z&X-Amz-SignedHeaders=host&X-Amz-Expires=599&X-Amz-Credential=ASIAW3Z5VOU6NHQH67U4%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=9587466682d5e2f525d40f6d100255eb741affb6083c37981b98ab4619998707"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:23.682+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:23 [TRACE] Waiting 200ms before next try
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:23 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=71e2e90adb0169a15884f3805d30bceefd28432e56428747d8c86bbe022b9bc2
2020-10-27T21:59:23.885+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:23.886+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162923Z
2020-10-27T21:59:23.886+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:23.886+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:23.886+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:23.886+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:23.886+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:24 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2812
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:24 GMT
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: c6b4e1b4-6554-422c-ba89-d6538c40d1f6
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
TkwLtiasf023cJ6g09piyl9mg%2BUl%2FwxuWJumglxiYJQGgFTBQ0kqrzjrkmGnRVZxsaTIFVS5MLS39s4N1bkzNFuFJsvSPH7jmBxddv%2FpDeMZvVx4h8xxxxjf2j1qlIb75aqqfYfpirUapvhUgUQoxe1XwOqyo3P0ShCsfQBCr5qRT%2BbrKW6PUhEaivmMIni7iQLH6ej4gRo7s7oP3PYOkBswQ6tcSYbEyYHrh9ZFMLb94PwFOusBshfNq7QRgSYF11GfHb9sjDNJ3z2Jg%2BoiboPBvunDffofkO%2B3foHpb44e%2FKk699doC5laUSuDczIQDUVrA1hH%2FfcSFbW%2BFwBC%2BZnKX%2BufB%2F9peIopk7hTUu%2FpauX4zHA4d9XVcsfMsz96ZWjc5Pxjd9hJsKfNwz5Y3230ZECHpo8b4OkQkS8LoT%2BgTtNXuSoiBr50AhYMCqHBUkynKTQAvhUzEopleRppr0LXLwinHiKVKpFeBDg44rhHwOT4msNDAPn4XquJiFBjBQ1nX70i%2F6rBpcZ0269dQYYN9luAkeVt4rQM7B7hD4Q8Fw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162924Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6LGYMYDVG%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=fa5f20a0b86c554149299243bf2955ae65a704946b92b1a6c63d5bb3e85eafef"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:24.780+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:24 [TRACE] Waiting 400ms before next try
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:25 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=fe71d470fc0f09303bb77c0ef72c0b49e81408fa1a6925d005d2ef97e4f62b8e
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162925Z
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:25.184+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:26.080+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:26 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:26.080+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:26.080+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2792
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:26 GMT
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: a87b0a23-52d3-407c-ada1-d5f8143e2e5d
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
cd099-6d96-4f20-8d0b-55983d68d1a0?versionId=xw3lG8.Awm3bBw0sSqG._rCclBTgrAho&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJGMEQCICggcyob%2FxwQXktt83OU0Yg32IjGEuzMFkNIBVXmXPWbAiAfNUidfxS6WoPqv%2B8zD7GXbwVGhj4uYsXvRXkO7AZoliq0AwgZEAIaDDQ3MjAzODg2NDE4OCIMVfuuLBeG9PVkP7TfKpEDUxjAsz3mFWOgTceRB67Aayoodnd7TI9w3JALYFBq6C8B5Y1G6glOmSN9xjQbzsVcU9TKth5Y8IVxiXlhP4iKs8EOi124wMz%2FubUOQsj0GVaSNUaJFVX3bxVajL9L9E8cAPHAan6w4BiMkfFaYqt5pB0CfHgFZmT6jweOWSgmlY4B4cj8S8hF33d8%2BpmLFeYLtMPOVYVhQaNmJq0aUoIpnTD5AJAC35OuYTUDGdREe3BxHtNDLe6x2h5ApHyHFUwGNcr1fWM7oWVH1APCRZA6OYQSSXpTV%2By9lZE1akLdg8HnJkneqLSRRJsgkOmla8atKZuNcLMe%2FyAxf%2BRg3NCbCDjfkvGXjhBNq27rPYApryH%2B2mnaQfnpruMYL1JR4Hgb3bh%2Bq2UH5gT2tb99nx%2BpabzGu08dhz05VYeV6q9P71JW0rsSUN5RXMctm7IRXQJImWnUUNq75x8hPjCKPl184sAL2N5lnOPOGUGEwwGUQ2HJ3tXWnXER2VHvqXUsnCeyLNSK3HlvderUsQ%2FVHpKpB3swq%2F7g%2FAU67AEU%2BKe1W4F8uWwJU9VplEBpdasyetV%2FdwR4U4l%2F9rTa4Fx4Fk1cmoFB1C%2B9HVEOe4VaffhSxcCk%2BIOSg0wYMDgxQfM8XhKHy6DpVdr%2FMn6zMGtkY3NlMcXB%2BxjkQAX5cT9j%2BpYfYqTSTnf7MNbzls0VTd0swEYJgL0R8RbCWr7BPrvPF4%2BCzFS9JM5naXNTESq5iNrMqeogoZngfpvB5Czuu7ur6ZH7UUGALoi5Z6C19u5HXHTlhpo%2BDL6EbAhucMHE4we1JB2xkAdv54V9OTwpKs2lCT7HmGm3gjSf9j4%2B6jZsMIGv2zA5qjp3Ow%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162925Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6JEUD5UKM%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=35788190341fedcd3bd19ecea69b23953485b603f04798f012c74e7de4594df1"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:26.081+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:26 [TRACE] Waiting 800ms before next try
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:26 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=9dac9ca15af72ee7fb7626990b804788f76837de5bf21738a8e24f5f79672ae2
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162926Z
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:26.881+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:27 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2812
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:27 GMT
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: b6ba83bf-713c-4d52-97cc-0ed3796890c6
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
mGRF%2BuIP6wDtzus9qZvYkql8c%2BFYOPLXAVVRqq2KrQDCBgQAhoMNDcyMDM4ODY0MTg4IgzJ7ekWLP2FQTd9kyEqkQOpM35Yx4lA5S3FO%2FnBwqk4uRh%2F8Mtp91Bh24O2rtlch6dU9liduH%2F7w%2F8yAAJHOQK2aBFvbBdwq1rGMKrteUiZd%2FUFe19tr7L4ToyYdDmVxGp2xtqmYY%2FeRZNAcNH9W9CFisKCKhs4gq6SEmXT3rq4FssdbU9jY%2BPsTnPHEoIimHlCRxEu93yCLbLZDSFQIQFxNl%2FGaAZrSf%2BY4YjfS%2BT6L5%2FkgqBBPKZkgP1oVyq%2F%2F8PralMhKupCDY6nzVaWNc1RNurbSpSzGthDZyO5ocIiNTBfWJL2aK%2Bymomw0ZFW9exPEm2BfPdFDplbvcfQp%2BnjtJAglIRlIRYJjlI2Nv9W125s6L8KPYWw8viSireNnIOTujVpbX4lo0MvlSTd2ZbTLTSGtYCrg%2BqcsXpyCxI4891V%2BSmP5NNY5aBGHp1OU8r4AlZrZqU7UrJh1PBi1sAZM6AIYRjk6yWOEDgLpFSIh4lOLdROqJp6geYaoaLUohz1o72qlsTUtYarUchLHR8F1rc6PrJgEv%2FOWCcl0Y7%2FozC%2B5uD8BTrqAUKPpSAaGaHug4wShib8%2FEXCNVHMDEmKsP5bpNnwH9EfKRMOv1id%2B86XHTGgkSemmP53vUvmcpLqkMXoHAl4vXAz5y9wOptxEPNckbvYduUZPfvuqkxkkxfaWGGRfRud26Xo3JWeLgQH0%2FeOLzN%2FZ4ljN0SGNu8%2FvXzM3qw24Y9ye2miyLYGuWRv0rLFB8xg%2FsfzMTcSeq3ZtgdEmUn%2FZ65rbAxtOaumvR8K4D2guhfq8kFEYHx2obLTC4Od%2F3JYHgF5JHQh6J2w%2B6Uk8TqYgOlzjnW8y14LQxSBm%2BjMDQOmKr54ix%2F3LO4cbg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162927Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6A3OXZDKO%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=d43f9904bade5c58ac196e31d3cc257774eeb37de2a98cf9a11b48afca74b78f"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:27.779+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:27 [TRACE] Waiting 1.6s before next try
aws_lambda_function.api: Still creating... [30s elapsed]
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:29 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=3b3a9d1b8c07e5d57ab11235445885ca86a6b79f7d1bf0fdd5df007083860413
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162929Z
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:29.382+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:30 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2792
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:30 GMT
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 18318c17-ba80-49e0-854a-274f359b0adf
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
X2VjEMD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJGMEQCICggcyob%2FxwQXktt83OU0Yg32IjGEuzMFkNIBVXmXPWbAiAfNUidfxS6WoPqv%2B8zD7GXbwVGhj4uYsXvRXkO7AZoliq0AwgZEAIaDDQ3MjAzODg2NDE4OCIMVfuuLBeG9PVkP7TfKpEDUxjAsz3mFWOgTceRB67Aayoodnd7TI9w3JALYFBq6C8B5Y1G6glOmSN9xjQbzsVcU9TKth5Y8IVxiXlhP4iKs8EOi124wMz%2FubUOQsj0GVaSNUaJFVX3bxVajL9L9E8cAPHAan6w4BiMkfFaYqt5pB0CfHgFZmT6jweOWSgmlY4B4cj8S8hF33d8%2BpmLFeYLtMPOVYVhQaNmJq0aUoIpnTD5AJAC35OuYTUDGdREe3BxHtNDLe6x2h5ApHyHFUwGNcr1fWM7oWVH1APCRZA6OYQSSXpTV%2By9lZE1akLdg8HnJkneqLSRRJsgkOmla8atKZuNcLMe%2FyAxf%2BRg3NCbCDjfkvGXjhBNq27rPYApryH%2B2mnaQfnpruMYL1JR4Hgb3bh%2Bq2UH5gT2tb99nx%2BpabzGu08dhz05VYeV6q9P71JW0rsSUN5RXMctm7IRXQJImWnUUNq75x8hPjCKPl184sAL2N5lnOPOGUGEwwGUQ2HJ3tXWnXER2VHvqXUsnCeyLNSK3HlvderUsQ%2FVHpKpB3swq%2F7g%2FAU67AEU%2BKe1W4F8uWwJU9VplEBpdasyetV%2FdwR4U4l%2F9rTa4Fx4Fk1cmoFB1C%2B9HVEOe4VaffhSxcCk%2BIOSg0wYMDgxQfM8XhKHy6DpVdr%2FMn6zMGtkY3NlMcXB%2BxjkQAX5cT9j%2BpYfYqTSTnf7MNbzls0VTd0swEYJgL0R8RbCWr7BPrvPF4%2BCzFS9JM5naXNTESq5iNrMqeogoZngfpvB5Czuu7ur6ZH7UUGALoi5Z6C19u5HXHTlhpo%2BDL6EbAhucMHE4we1JB2xkAdv54V9OTwpKs2lCT7HmGm3gjSf9j4%2B6jZsMIGv2zA5qjp3Ow%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162930Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6JEUD5UKM%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=7c4f98ef4432cb18665a97c2387878358a902620b7d790c8dc786f7ea530c50b"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:30.289+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:30 [TRACE] Waiting 3.2s before next try
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:33 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=51c25eed325a00c08910047ef47ba405450043e180e0250e8930292b36e3ecf4
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162933Z
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:33.490+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:34 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2828
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:34 GMT
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 3809eee3-84b8-4e7f-843b-dfb95a23f096
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
rW%2B8ABTPQZHOmTeBZpM2%2B2uKm8YgFH%2FGYa0BHSFIqtAMIGBACGgw0NzIwMzg4NjQxODgiDLRImXU9lpy3EoJcFiqRA5yzaE4tGVQZR9aqeQ%2BIXvh5zvbtyFhv3WaSQRFyg8FmItG92E1wBrZRKUeEq%2BP2UemORLfK%2Btm8iOlE9lIw5PuJ8X6sP6NbD%2FrcOvvYav0W5TDaETHcMiij4lf5XZbBmuJ2AL29vHwmMjY0RQ2qLgbC8E3ng0CU7bXhmU8iDWO4TCJ7%2B%2B5b293tyJCd17N%2FV1nEU8R%2BjcWHMyZF%2F4Ohpz8zkaE3HEIcnPhH19hoRWYvCnQKFPeiJdx8Q4rqmK%2B3F0g20LXAFKxZ%2F%2FaBs9ru2I6aXP5M5MO%2BCjzJnBHEa9Ej%2B3y9SbuSZXklwY9f7PzF0Hzy%2F%2FtQLFSTHfSp2aYYF%2BAu1bpCKDXNaS%2F0SmxNI22mZIBLomXa3G6zTJUS7teY7IeW3ugkNL5jugHYQpca5PFGTk0vj%2BV3Yn7aSPBjcSrXxo46nKMqmn3MZwA99xcZkhFdqKmr34QWq3r9DJEheSlJB4QI3xpBDbK0n3VlujjgfTyFlaaepIGCaiYHNZsXzhPAznfDcp%2FklcUlehM5hd2bMPDv4PwFOusBVJcf%2BOoYoLBhksfitTFwx6npwxHgfcSDIniAI%2BrFxHX4Ghvj2RuPvv3cWfdzqbr61I%2FQRg7xxdnPH1AunwFG%2BC%2FY23Zj2LqsSuzq%2BqR2egS%2FlS2MScbFXyGwf6%2FOgs%2FbV2s7n229AUcSdpvm27%2Bl6X0A%2BvBPDW9tLu%2F1yK%2BdNvnZtwcx5DTrnudKgrCzbg1oBdUic6N%2FQ415eS%2B9QN3VZsSR%2Flel3xwPQ5c2DeRy5AWsAwJOxgU83%2BEYpotpFcatpOAKZXuntd8nEqUMI006EjOMpPnFg687TYdA0nvvZCXEBvCsD1K1rzfVmw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162934Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6JNAN2JEB%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=f20b5b2702ee1061f0d4d685f883ccee4ffc8f65b93ae7247175035c39c9f839"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:34.393+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:34 [TRACE] Waiting 6.4s before next try
aws_lambda_function.api: Still creating... [40s elapsed]
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:40 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=0ddec89eea7d9b207b96c3f6cde551f05cc41940e6619b658d3c3db31081ea97
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162940Z
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:40.795+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:41 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2794
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:41 GMT
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 22252411-6bc9-4172-8065-25672882bf8c
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
b8K4aVpBtwl7BNf7dI5IBCjWDWdFU5Ts7kM5ZcqtAMIGBACGgw0NzIwMzg4NjQxODgiDM98Kvgd58Psw6kCDiqRAwYtwYlIRC933lm7ac9Z3rSrrFSuVb1R7W5tionPMUAtVOnQ9mYTXV%2F%2BbQ%2B7pUWM44GBjiFUUcIqSP4POP39ZRqfE8OBm9Klk8FsUdG4X2xSmTnFMVMhFxHfRRMAzMkM6poVMhokMjH1CZpb1rk%2FsXpCKPK%2B2Ic0xF2zz9fhTjCeZYiTl1jVZ42zVhSh4sekTnu%2Bdxe%2Bp2T%2FdpoM1Bu8Rs4rPfD1IPIvMReJZIQmsXbJ%2B7q5Nf8Ri3KRzPEKsOEeCoftVN1%2FWFhBrPnEjimGtlOPMLFff8OXweVVbO9tI1XtMHdEbEmqcEfvrt4MJcQOszBHAAYUUeT4k0Y4RW7Cq8AJAPJWDG3nYSmTdiFCSDMUFiLb3tyZQI4hhcOUISmyCLeuD6nQv%2BMu1booYEokgvIk6En68elegWjStTebwuInIjh4YZIBX3OtB7UBojaVcHipnEyqaPIMejKr%2FP%2FVTurOtedmU3EQrxnXm7isFC%2Fv%2B5IQtEmvHo220aTq1hyNAN7Lj04HYVEuTnUWbYW9Yj%2BBMNL84PwFOusBmedi521mZrqlXV%2FljNhsVSN72Z7z0zyqMJVHvCVmJazPJcVS6ozJ9i2OKuHYriHbRAqwz0TWtaB0gzPtcO%2FES4TVIUInCBOQxmKRAZ2L1%2BEBwBKlGZh9GIuGEZGkuR97qBZxBlwnMGzm9jnXvvAm9t8p70wtzGL6T7zzJHjA5rQY4gPii3IVDKdoU9GtxVzQOBBOo%2F7AAhoKsRdxc8pQNaVFrr5efHl60Vi2%2BX9ovdmMbbOOwa5aTqY2u34O%2B3%2F5V8IGiN%2B5GiVVAcClht1urlfYQ9RX8FUcEhimL5c8LCbmolmjZscaG6su0g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162941Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6KKTUBIOE%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=034029c9b64d9e53eaa4042adc80a9a35a1dd849d454ee83389fcb27d5c6eb4c"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:41.698+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:41 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [50s elapsed]
2020-10-27T21:59:51.702+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:51 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T21:59:51.702+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T21:59:51.702+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=76adc93e2b58f156a07ae6bf08ccb59e4cb695a02e5f4a1350f306aba2806754
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T162951Z
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:51.703+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:52 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2798
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:29:52 GMT
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 7a1dcd2f-3cb1-4370-83c7-ab2f126adc60
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
o9EJhvFmh9MjOoPjiSyJmIXeC3TPFXhi8tzXj5zyjIzPe4H7RTOd%2FA94PxQXSUp2HOdM2%2BvzsGRIAhfUwZRen9t%2FzeCkE5qZPQFxhbyr2kx9kcAk8McUUkhFW9r7yF66ZHYDrqu6OCm3hMtIHcXDCE2mSf%2BUolASdxX3BayhQjDt%2FOaLv9X0iVExwt7GjQA88k%2Bb56Ad90j54chppZPnfgTq9yeY%2Fmr1brieNo9gMtIv7vFSewqBZx7KlKNiqn3kUG7tVyy3yAmttSo1%2FpAromh9eWdLUX765MjFAp3S6D63wU1XjwgoJZ0Dp5BEWKo5MoFk0b9XyaKURjYlKt9lvS3H%2BDYfE4x2VvfjYfecEaKpf5aLZbM7NwMnACejcMMHjDXUFuAi%2B3HOBgFtoT%2FKQD%2FYYhJ6%2BH4AY%2F0KxyinzklBfgj5ZTJbeXn7y2pMq84mNxmvT2M3q4oRG1lxgC%2BtPOvlSKs%2F137y169j3v6eEbpmTbbMNDu4PwFOusBwGtGlmOsYvv6fYBboz60hAgHqUT1aiOKQyH77li%2BYVV7V8%2BCss6muqzT%2FPxGtSy1TLSg7nkr0OqSlqFt0YhVwHFGAPQ3ZFU9EYIGA9y0c3z1HGNpa101%2B6C5ZwzPRYuYJxucjoc%2B7R%2BqmI75gDN3O3BUpkODDu52RrZRN6KCKOAymnY1GRv0qY3sgpCsrj15y2yZpKTjuAPbnbmOPW6WQE0RisD7zTLi61qQA0VmL%2B1t0Mux8zg6B3KVDz8FhxaCujjUHPKe69sUFt669KsfjqeG79M7xOyyW65RIO40hlefvvKvm3REjkLVJA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T162952Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6LIOTT3UC%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=8438b39ac73c0bb5b1a92a4837d539ebe8984098c7f46f06e7294d9b43423072"},"Tags":{"FOO":"VAR"}}
2020-10-27T21:59:52.625+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 21:59:52 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [1m0s elapsed]
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:02 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=9f8ceeba0e2a3c3a5848b54719ecdc0b5510a39eab0969ee7035d35c8977dd81
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163002Z
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:02.629+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:03 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2820
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:30:03 GMT
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: b0e13d5e-685a-4013-a8c5-4c002f5c2215
2020-10-27T22:00:03.541+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:03.542+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:03.542+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
P9lGqs04C%2Ft0wqJy5saLPzviYybziaN0QIw7ulCq0AwgYEAIaDDQ3MjAzODg2NDE4OCIMZMSkanKbCcv69UGEKpEDHH9Z%2BjP90zbLtRrQu9fwcOkE1%2FZdj7fFt5bS0nEp5qAa85IfKwbEK%2B1npJaXjGd9ZafwwQFI8Q6AI3T90VxXUh2KSLTOJWJAd8dbJbw1JyBJMEiQzjrycOszpjHOP7frx9jpz0kvoscW%2F4k1uHFvN8x57fRkUDAOV21hID%2Ba96drh00HGar4jbGDsD0JgrsKN0yGSDokj%2F0EzndniOkIV7IKc%2B6lmSLAlopm7%2FW3siLACCNXj4BjhnK57Zbe87Tb14ABa%2B20Aqy3SYhdVaESP2%2BooBHKRHijwyu%2FoIwOvoB%2FA%2Bjk3ns06w26%2BK5PYrqJrEi3jFgtC1ExzFR14Z56TVCCl1H4TRJOvHxZCKxuZhRv95iWw1UMbMWX%2FapNTJXMk6KkQsrLdgtOw5xeUB5wa1%2B65Y4pJnkE5fd0dmzwfXEGQSZ%2F6VtM%2F3gE%2B8h9MyWp7BE%2FTWRWLPtPzYxSlXp8X30MamFMu0Tg%2F25pKwCaAdl9vFV38GBerEhAKoPkoi8bXhtCna0Hk9L0PufKQkve5k0wovbg%2FAU67AHL8aMCzwu%2FU%2Bn7UbBxZ8x2AyUPD7s%2FmwlYbHw3akFhuf8z4RHQpT8NSB8C%2FIDk7LqBT8RXx1wXXGDzOmc4PLLuVTEO3wm9vpgCAUv3GPgb08JD%2FtDAhWaSePia%2FJq1G%2Bw6N8qXCPHrJ7EOudVUiRcmN0jSuFeBcN2sBPgDywXqZDJGrGwDisxV29mkh%2Fye8uo8tUgpOf8DcmepEhEn4QxHtd%2F6I3sbHMakgcxnliM%2BxH4AiQLHbv0kVm0deIsavXQgkQYQ4QYV7mXXQ%2BZZ3JjBnbKNHjxT0FXWdi5xqWkZImW2M%2F4qxi%2FFKUyajw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163003Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6LGQHDI7H%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=3b069d08eababf83482deb7b0026f6aa1ef2efa0b1bd03ba73d784f00382836b"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:00:03.542+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:03 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [1m10s elapsed]
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:13 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=b6c88d3244b2d76e26e6623e9ab10ef8f4c77ce3f86a24499d9b9ea99227ee3e
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163013Z
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:13.547+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:14 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2794
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:30:14 GMT
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 1339a2ca-fb2d-4bd1-a7ea-76d2db4b80f2
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
szBHAAYUUeT4k0Y4RW7Cq8AJAPJWDG3nYSmTdiFCSDMUFiLb3tyZQI4hhcOUISmyCLeuD6nQv%2BMu1booYEokgvIk6En68elegWjStTebwuInIjh4YZIBX3OtB7UBojaVcHipnEyqaPIMejKr%2FP%2FVTurOtedmU3EQrxnXm7isFC%2Fv%2B5IQtEmvHo220aTq1hyNAN7Lj04HYVEuTnUWbYW9Yj%2BBMNL84PwFOusBmedi521mZrqlXV%2FljNhsVSN72Z7z0zyqMJVHvCVmJazPJcVS6ozJ9i2OKuHYriHbRAqwz0TWtaB0gzPtcO%2FES4TVIUInCBOQxmKRAZ2L1%2BEBwBKlGZh9GIuGEZGkuR97qBZxBlwnMGzm9jnXvvAm9t8p70wtzGL6T7zzJHjA5rQY4gPii3IVDKdoU9GtxVzQOBBOo%2F7AAhoKsRdxc8pQNaVFrr5efHl60Vi2%2BX9ovdmMbbOOwa5aTqY2u34O%2B3%2F5V8IGiN%2B5GiVVAcClht1urlfYQ9RX8FUcEhimL5c8LCbmolmjZscaG6su0g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163014Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6KKTUBIOE%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=4d3ca4fac541470897a491b2edf9c08a5a5d670ce4941ffe128d625f769de0b2"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:00:14.448+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:14 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [1m20s elapsed]
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:24 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=a1a90eadb191076801fbc0d56c63ede5ad832489a268a6c38fadc05db899ba89
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163024Z
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:24.454+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:25 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2814
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:30:25 GMT
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 7700c250-d642-4c3e-8501-1e978e9ffb72
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
X2VjEL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJGMEQCICFxJ0D%2B50lQppHiR9Up%2Bgb7h7BE0IrrADWluOE%2BEnCeAiBJ1iGaVeNa7MkHQP0iHkxikFaLLf15XFcE4pHtJ%2BM1aiq0AwgYEAIaDDQ3MjAzODg2NDE4OCIM7Bp4uDbpi5GKSxloKpEDqBHjGHXdNzCHcrzG%2Bx0FHUd9dInU4ZfcmE%2F0II1mMsTE%2FkeKI3i3%2Foz%2BMuxjRUiARvv6myWbjcCrWlbF9Zx6ZhxArlAsPcMf6l5%2FMIjHrTgeQhf%2FswAwOA%2BUeLNU4cg5dv6hYIbpXLPRGyUvVsZuPwWRkeHsmdJI%2BNPjdwj9x%2FzHElnU4QV%2FRIdx4mVz8nq0vIkKPN7PcXDXK8t5uq2LrRBt5sKCP2VMb4t%2F97jDN0w393kLpvjNSquwLt94AYlNgDEnzk7SJ5e4ktPjq5aLGZAe5jUHNkG%2BhY%2BCWcIN2Sv%2Ft8Un7q2qjt71I4PZ1GYcvkcX8uDRt6BnhuB91hWvYKedGFo3Ac2PN78LK1qumZN%2BYsMU6kzeQsSVXlXn%2B55OJQPSc2mnEs8twYXfg%2BsbNXZ4EqKBWUN5RkWbZxNZzDsyj7rKFyKhnU5WYJahmPtGC3uRIwMZRzxdg7eEmcYwpKT2nRneLeo%2F1603Bjcij5zvEU5mI1gVFEyx9iiPtf4OvJ2tMYHAD%2Fh1tBHoUkU%2FJp8wnuPg%2FAU67AFB%2FQSUgvcjjlrG%2FrmnOBQmZyxLwXOsery%2BkKlfT4tjP%2BncUCF41%2BRQHHWaPNdTxgJHBkwyVCF03mLx%2BRhGt6kgQNoS8y8wfYeQPX9CSZU%2FA72DydXkqfRWfh6lBI2nz3vH1gegqBH2Wn0lzQLOU6l4nRWprj6J2Dp35AHHzyj0uDU2ll3HarSw8ZM9NV2OfYkB86FCmChmYOU8BsCsTRHr2Kd9LkCrvJAP14cE%2BY5IF6qkQMGshEeIpkaSFK6BU0I2J5cssryIxmeywOEs0AQ9dspoEGHkZao8Ta3bXLUF7F5YILXszhZhE45OiQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163025Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6GJBNB4U7%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=24dd58ea37127c78e97d4743c2271228a801e33601d4855ca8fcef6ca2967175"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:00:25.364+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:25 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [1m30s elapsed]
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:35 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=52edce590f68f3d1d0e3da7c5fc8d6d8dc61a066cfbf5db67a03615683804890
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163035Z
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:35.368+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:36 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2792
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:30:36 GMT
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: fa2c326b-2d09-4973-8d69-e93bb2c8139a
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
n":"https://awslambda-eu-west-2-tasks.s3.eu-west-2.amazonaws.com/snapshots/xxxxxxxxxxxx/xxxx-foo-bb2cd099-6d96-4f20-8d0b-55983d68d1a0?versionId=xw3lG8.Awm3bBw0sSqG._rCclBTgrAho&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJGMEQCICggcyob%2FxwQXktt83OU0Yg32IjGEuzMFkNIBVXmXPWbAiAfNUidfxS6WoPqv%2B8zD7GXbwVGhj4uYsXvRXkO7AZoliq0AwgZEAIaDDQ3MjAzODg2NDE4OCIMVfuuLBeG9PVkP7TfKpEDUxjAsz3mFWOgTceRB67Aayoodnd7TI9w3JALYFBq6C8B5Y1G6glOmSN9xjQbzsVcU9TKth5Y8IVxiXlhP4iKs8EOi124wMz%2FubUOQsj0GVaSNUaJFVX3bxVajL9L9E8cAPHAan6w4BiMkfFaYqt5pB0CfHgFZmT6jweOWSgmlY4B4cj8S8hF33d8%2BpmLFeYLtMPOVYVhQaNmJq0aUoIpnTD5AJAC35OuYTUDGdREe3BxHtNDLe6x2h5ApHyHFUwGNcr1fWM7oWVH1APCRZA6OYQSSXpTV%2By9lZE1akLdg8HnJkneqLSRRJsgkOmla8atKZuNcLMe%2FyAxf%2BRg3NCbCDjfkvGXjhBNq27rPYApryH%2B2mnaQfnpruMYL1JR4Hgb3bh%2Bq2UH5gT2tb99nx%2BpabzGu08dhz05VYeV6q9P71JW0rsSUN5RXMctm7IRXQJImWnUUNq75x8hPjCKPl184sAL2N5lnOPOGUGEwwGUQ2HJ3tXWnXER2VHvqXUsnCeyLNSK3HlvderUsQ%2FVHpKpB3swq%2F7g%2FAU67AEU%2BKe1W4F8uWwJU9VplEBpdasyetV%2FdwR4U4l%2F9rTa4Fx4Fk1cmoFB1C%2B9HVEOe4VaffhSxcCk%2BIOSg0wYMDgxQfM8XhKHy6DpVdr%2FMn6zMGtkY3NlMcXB%2BxjkQAX5cT9j%2BpYfYqTSTnf7MNbzls0VTd0swEYJgL0R8RbCWr7BPrvPF4%2BCzFS9JM5naXNTESq5iNrMqeogoZngfpvB5Czuu7ur6ZH7UUGALoi5Z6C19u5HXHTlhpo%2BDL6EbAhucMHE4we1JB2xkAdv54V9OTwpKs2lCT7HmGm3gjSf9j4%2B6jZsMIGv2zA5qjp3Ow%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163036Z&X-Amz-SignedHeaders=host&X-Amz-Expires=599&X-Amz-Credential=ASIAW3Z5VOU6JEUD5UKM%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=f7c83e7a300c042dafb531d76bd19497443fd9cde6cb2789b0fe87750ce14516"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:00:36.277+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:36 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [1m40s elapsed]
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:46 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=d043b8a561b1b39fbe547c073e2d449ac5e498209f683c600915ed7239f2348e
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163046Z
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:46.282+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:47 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2802
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:30:47 GMT
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 0b03a3aa-a855-4d7f-92e3-c75a2b57b73c
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
X2VjEMD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJHMEUCIQDInj1Vcym4kGDmZV9goTeagGYRutmwaScCLhwQuM9jZQIgCRdSHEkWqq1up0RCo7bxLI03D2AzAJb4sriemQVTNhQqtAMIGRACGgw0NzIwMzg4NjQxODgiDHGh1jhEUZsiNod%2FTyqRAxyk8M4VNJle3mMpX%2FIR%2FN7hWzJkhariFx%2BwIzH4tBIceo6wXmG%2FI%2BYM6BKnB8A%2F1kNqlZIjMbJbfCIR2ZwxWWcPugnwxlwIPYOGgNqU9e7D6dZRlobp9bJPqHrmNfcBQL6zlEpS3%2FIJNd%2BpEFhaBNNGfvfW6Y3DtVRBFC%2F0nRs79GKtBh%2BCTbwUw3iGUTvsIrGZSItxpqbZ8O%2Bm%2BdCSRrzSsqu9LjjvOaD5sVHjBtnPw8O09R7jKVJZ9RihXKQRWDNZWHlDb2yRcO29Npi6XEa83BW%2FvjlO%2ByQVqCIy5xvCUQXPHgiV%2Fv1xjnsmaT644%2BhdptXiOKSTyKuES0v1nN09JcZKHnt73CpYF%2FFgvMaZpno8CRsrbdZuPnvoj7a5DJJ414iTAjIaetxaCpXIB0F61dPq%2F48fmvxn5slOG16e1UulHOLaEdjRQ6lLNdYZefnQbX%2F8uXIqcerEnqzP%2Bim5FQ4yEvrtkEmlWzLcLMkq240k8nApRwMksxe0xDI8z4pD5vaHCf7ptzH8vW2zswXzMLD84PwFOusBJdDOBQAACffVQDJRSMtn6Y2XGRY6EPsRSeXgiBQKPdj3VNywuTuehVTZO52D3OGFMa7%2FoTHAGLDrnwbnrH05A2Tu%2F%2Bqpz51SZJy6rDOVWJjgnBLVehjSw95Bm%2FVSfRYyAQp0gpSsnecz8T70uKmIDdNm74KQE4Ad6bdImEYq1kz%2B7tzjYcJhH1lFwxzcepJgzWBxCng70TjazP%2Fc4OOMMY%2Fry4RcCoRcyUgbY8TVaf0uuGBEA8Vr3cizKsgaPTNUH36myzZSKlJCGNRTtUMK0xPNbfFwguoIjCbfosztU29KHdyWz4d3kcN%2FGA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163047Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6IHJ6U563%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=496eec0c5f9c1437a4e2ba82bf8cb0f3e36d20c002e81bbfaae78e3756b15dbc"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:00:47.186+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:47 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [1m50s elapsed]
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:57 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=42fa59b7a7a53fb5ef861b6d97a5fa99055a1ffc1830c372164f93021d18b6bb
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163057Z
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:57.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
der-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:58 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2798
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:30:58 GMT
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: d30cb7c1-72c7-4610-a3a2-81b180448bfa
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
n":"https://awslambda-eu-west-2-tasks.s3.eu-west-2.amazonaws.com/snapshots/xxxxxxxxxxxx/xxxx-foo-bb2cd099-6d96-4f20-8d0b-55983d68d1a0?versionId=xw3lG8.Awm3bBw0sSqG._rCclBTgrAho&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJHMEUCICR9RKkf4Sp9ijm0cp2jGBSg7a6GzToMhaJXk2u4pTZ4AiEA1f9bKuzr49EijA1KhbaKBlItXJjRCpaiDV5Uyw4QpJcqtAMIGBACGgw0NzIwMzg4NjQxODgiDEWGFlYohSjp61v%2F5iqRA%2FBOvvXZssLJ1zmROc%2FnNjaCTIuj3906BavdYtelTo9EJhvFmh9MjOoPjiSyJmIXeC3TPFXhi8tzXj5zyjIzPe4H7RTOd%2FA94PxQXSUp2HOdM2%2BvzsGRIAhfUwZRen9t%2FzeCkE5qZPQFxhbyr2kx9kcAk8McUUkhFW9r7yF66ZHYDrqu6OCm3hMtIHcXDCE2mSf%2BUolASdxX3BayhQjDt%2FOaLv9X0iVExwt7GjQA88k%2Bb56Ad90j54chppZPnfgTq9yeY%2Fmr1brieNo9gMtIv7vFSewqBZx7KlKNiqn3kUG7tVyy3yAmttSo1%2FpAromh9eWdLUX765MjFAp3S6D63wU1XjwgoJZ0Dp5BEWKo5MoFk0b9XyaKURjYlKt9lvS3H%2BDYfE4x2VvfjYfecEaKpf5aLZbM7NwMnACejcMMHjDXUFuAi%2B3HOBgFtoT%2FKQD%2FYYhJ6%2BH4AY%2F0KxyinzklBfgj5ZTJbeXn7y2pMq84mNxmvT2M3q4oRG1lxgC%2BtPOvlSKs%2F137y169j3v6eEbpmTbbMNDu4PwFOusBwGtGlmOsYvv6fYBboz60hAgHqUT1aiOKQyH77li%2BYVV7V8%2BCss6muqzT%2FPxGtSy1TLSg7nkr0OqSlqFt0YhVwHFGAPQ3ZFU9EYIGA9y0c3z1HGNpa101%2B6C5ZwzPRYuYJxucjoc%2B7R%2BqmI75gDN3O3BUpkODDu52RrZRN6KCKOAymnY1GRv0qY3sgpCsrj15y2yZpKTjuAPbnbmOPW6WQE0RisD7zTLi61qQA0VmL%2B1t0Mux8zg6B3KVDz8FhxaCujjUHPKe69sUFt669KsfjqeG79M7xOyyW65RIO40hlefvvKvm3REjkLVJA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163057Z&X-Amz-SignedHeaders=host&X-Amz-Expires=599&X-Amz-Credential=ASIAW3Z5VOU6LIOTT3UC%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=c07c08d7895acd6cc488ea4bd318032f80d511c15d4ab0e3cd0acc76d1f4341b"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:00:58.099+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:00:58 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [2m0s elapsed]
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:08 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=c3e9798eeea58ee4e1b15f7e08508fddf850bbaaf7ce5787278b4b663edec980
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163108Z
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:08.102+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:09 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2814
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:08 GMT
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: ef76093c-def7-4b7d-abab-3879cc9abaae
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
J1iGaVeNa7MkHQP0iHkxikFaLLf15XFcE4pHtJ%2BM1aiq0AwgYEAIaDDQ3MjAzODg2NDE4OCIM7Bp4uDbpi5GKSxloKpEDqBHjGHXdNzCHcrzG%2Bx0FHUd9dInU4ZfcmE%2F0II1mMsTE%2FkeKI3i3%2Foz%2BMuxjRUiARvv6myWbjcCrWlbF9Zx6ZhxArlAsPcMf6l5%2FMIjHrTgeQhf%2FswAwOA%2BUeLNU4cg5dv6hYIbpXLPRGyUvVsZuPwWRkeHsmdJI%2BNPjdwj9x%2FzHElnU4QV%2FRIdx4mVz8nq0vIkKPN7PcXDXK8t5uq2LrRBt5sKCP2VMb4t%2F97jDN0w393kLpvjNSquwLt94AYlNgDEnzk7SJ5e4ktPjq5aLGZAe5jUHNkG%2BhY%2BCWcIN2Sv%2Ft8Un7q2qjt71I4PZ1GYcvkcX8uDRt6BnhuB91hWvYKedGFo3Ac2PN78LK1qumZN%2BYsMU6kzeQsSVXlXn%2B55OJQPSc2mnEs8twYXfg%2BsbNXZ4EqKBWUN5RkWbZxNZzDsyj7rKFyKhnU5WYJahmPtGC3uRIwMZRzxdg7eEmcYwpKT2nRneLeo%2F1603Bjcij5zvEU5mI1gVFEyx9iiPtf4OvJ2tMYHAD%2Fh1tBHoUkU%2FJp8wnuPg%2FAU67AFB%2FQSUgvcjjlrG%2FrmnOBQmZyxLwXOsery%2BkKlfT4tjP%2BncUCF41%2BRQHHWaPNdTxgJHBkwyVCF03mLx%2BRhGt6kgQNoS8y8wfYeQPX9CSZU%2FA72DydXkqfRWfh6lBI2nz3vH1gegqBH2Wn0lzQLOU6l4nRWprj6J2Dp35AHHzyj0uDU2ll3HarSw8ZM9NV2OfYkB86FCmChmYOU8BsCsTRHr2Kd9LkCrvJAP14cE%2BY5IF6qkQMGshEeIpkaSFK6BU0I2J5cssryIxmeywOEs0AQ9dspoEGHkZao8Ta3bXLUF7F5YILXszhZhE45OiQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163108Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6GJBNB4U7%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=6b34265a68bcc10bbc75b1e98a9202b2944cb126eb53c830e036531182d89dce"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:01:09.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:09 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [2m10s elapsed]
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:19 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=3b7aa903edec25223320a3aa633485b11e29dc4c3cb63eff091af2bebed0553b
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163119Z
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:19.015+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
aws_lambda_function.api: Still creating... [2m20s elapsed]
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:19 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2800
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:19 GMT
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 72cd4ca9-21ea-45fe-a4c8-43d774250156
2020-10-27T22:01:19.928+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:19.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:19.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
BtKAyRfxLXVfR44yBbD4ECMInE10oaKjocWdunjg3oWUGIuTbjrLUC%2BzJBbtYZpMgdXYd5Z8IT%2B3cGBjS2H8BKTWEGCWbXq8IpJGaUj6OYNPorGhFpeD2Er80Q4joJ1IhvG9Z%2FV1djiNLRIg%2FvELh3rzBRkAkTxBoaRwr2nM6u37RZBufjeox7t9kDTEzWsTQ4rmPnl%2FIuSiN6wKADIaL7XP45MNLl4PwFOusBBmUXhhHRFzihTNZRa6%2FujpJgcOfz5I1Xdrh56RCean4wZrc3xjOQ4kLKOyEmQSN2XROqxfUq2CIa0hxSEj4m6wfQceRmd%2BROLP%2Fv%2FUtqDATRd9cMH9xJi2JcwdcFkrS3POQkDaXSbJjaBB26oiYQOCo70ntLj9n9%2FypNVbRa0I4qHl1lyWQRpfL9v8iZZDZyTwBUf9DGlXrHphCsRAdHCC6jCzKnAyftAW0ssCTdpYyLEwvLN6z85ef4zJ6%2F56phAqbJ9nycjSQfoeVkc5AQS38qsDC3h%2FX7Tz%2B2Cfea5bvdQj%2BMj%2F3zOVO0%2Bg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163119Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6GUD4KYGF%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=11b58105b289351cf97f914f9f17f616907c7a08a81f4c7bc217275a489b520d"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:01:19.929+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:19 [TRACE] Waiting 10s before next try
aws_lambda_function.api: Still creating... [2m30s elapsed]
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:29 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=c9ba28bcbfc61b896ebb6f2b9af066ca2a7b065cd28b1a75cad3aef288e95304
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163129Z
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:29.930+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
der-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:30 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2773
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:30 GMT
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: bc9e373b-6345-4803-9c73-73460ed61d38
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
YJ6dXO%2B0N3Hz2NUxjiwKSI2n40LA9l%2BSSFpNpUh%2FICA62tdFGUOJD1Kyf8AnRnsgBmUs0KPfI%2BlJC3SCyvJzZqDcI2jt9khq5p4MGqFUQEoFihDwYnlw3RhjqGTggJAruHyFWUT1bBjWgwV5vq7zpA95WBjS4ap9BJue0FFfnQOw01gK2SgOuG53Gt7ujhYTEMN334PwFOusBd%2FqFAyM0kc6KXAA%2BTVkcIg3OIEQjIpU%2BuRAN9T1acPZSpHTPZJSKnL2m5AQftCpr6PYnNaeGaIuzmsWKCrJcxJyEkbgkh9zAS4eH2i7owa6%2F901UHtEGlfQidTbNRMeUTeODsB1sM1o1sqJZqri%2F%2Bz4whBNpJJtNzPEDQ4FBVARfHc9Dlf9E%2BXIr3R5ppiEB0kSg5weGykDThRNuC9lK9BpOEDHXbhjODv%2FSw100RuwPlhCWSJFKJqJAdnJVoNjBl1wzTsdy9SZGBAt84WGhpvZY%2FDF3eX%2BHkc9NJ5vzFI1AMiuwEMR1%2BhWHDw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163130Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6BAN6BMIB%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=752908066e50825ddf83bf691345d9ff5634b85b7727825e159400eccb51b062"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:01:30.831+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:30 [DEBUG] Fetching Lambda Function: xxxx-foo
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:30 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo HTTP/1.1
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=ad3f8c02ebec2afc106fecd377cfe12e9fa39464b0c6b8e0d7a37f1c7b3454a1
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163130Z
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:30.832+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:31 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 2785
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:31 GMT
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 3c57683a-2aa0-4f62-90e6-80b4cb2b5a00
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
68d1a0?versionId=xw3lG8.Awm3bBw0sSqG._rCclBTgrAho&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMiJHMEUCIFSZ%2BZHNhKBMHQtnQm4hL1vjkiMmT58Wiw3uOEhb27uXAiEAwkacpWuCTec63NcJnf6CQ9f%2FAR1ZW2jVaeRC4VdgAm4qtAMIGBACGgw0NzIwMzg4NjQxODgiDN6Wq9Y7l55gU4AKbCqRAy%2Bgy0%2FDDcHlI4yewPp6oZYrvou7Q4HJZO1rZ7bjkZbde5bbUJLcyNRm8b25rFRsvseqLOEQDi8GlYX8yIzlxK9poMSIqMDKLQiwFIMrfmouxxE6df2btIN0TsglPOqT7DhnzEDcevg8GM8CCj0vDlNsueVNZtdmDNWwiq2mdIYrg2aXoCyACB8aRWuRKxDqbN6OeC5bdBmfX7S9empbp%2Buyyc682Aqhx7qAevrqIfaNqlYJbuHhOPSYbQvQ2G1U1lH%2F%2FOo2YZua%2F08DdBDnAqA5QcSQ0QcXtb1aFwM9X%2FEDP1kUNdCnOGNal%2BvTG2e9Qy1ThsuCRkdQGXH%2BnT1cQv7%2BlG33AcxmNrFot8yQ8nPT9UeqoN%2Fc%2FwADx3JGcb1WwIm5hZOQX2zGTsgqwOUJckNeqzstycErrQwLx1Zad1a4Oa31ZITC8dniWLnhQsGMZateb%2By1WoifolvnjGM5n7k%2FI7dBtkdvHmIbuSSGOZyknJrJfreU4Gsg%2BH2F2vDJHgMb4yqQ3Pn%2BK12xDzvOB37WMJPs4PwFOusBw2LLkoD0qrqT%2BwhwF3%2BhuWh4zPodHZWuxcs0KXOxBrB0uNROzn8vALoWTvrEZ4AnZf%2BejqyuALB%2BDl3mg%2BbkN52YnsaZajT%2B%2BDyAAgs37rtAU61Zo3h885Naazp1eAf4qO5bQ67%2FkZQ0HLUPRPCdxQZV1D0B4gvllNqlBRlWMdB%2BweExKoOiVAAiIFI27iqpEamTKL9sAw69ISqSBmKU1U%2FxAvWsPinGuBowg6rWYiyqqTSxaH8yqvcQECl6LT%2FRir9sXhmSiw%2FmqmIkgZn4%2FABzxz%2BnzAkR3eV7MTTgr%2FppsTwZjO4nBn7ZRA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201027T163131Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAW3Z5VOU6GZVH3RGQ%2F20201027%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Signature=a0476523d94e8897e5fa25691cc56b6b9279affe6a5276ebf6acb6da44ab8b41"},"Tags":{"FOO":"VAR"}}
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:31 [INFO] Setting Lambda xxxx-foo file system configs []map[string]interface {}{} from API
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:31 [INFO] Setting Lambda xxxx-foo Layers []interface {}{} from API
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:31 [INFO] Setting Lambda xxxx-foo VPC config []map[string]interface {}{map[string]interface {}{"security_group_ids":*Set(map[string]interface {}{"3844092170":"sg-0e95ebea013ec53eb"}), "subnet_ids":*Set(map[string]interface {}{"181742851":"subnet-0a883169838b002e5", "3739492082":"subnet-0baba8b6698a140bd"}), "vpc_id":"vpc-0fe79170e80c4dd89"}} from API
2020-10-27T22:01:31.740+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:31 [INFO] Setting Lambda xxxx-foo environment []interface {}{map[string]interface {}{"variables":map[string]string{"FOO":"Bar"}}} from API
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:31 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/ListVersionsByFunction Details:
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo/versions?MaxItems=10000 HTTP/1.1
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=1b0ffc99bc1001261082d8ea676676ed33fdc4a27529698522e4314d6f0d300c
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163131Z
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:31.741+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/ListVersionsByFunction Details:
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 1063
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:32 GMT
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: e766f899-81fd-4fe2-9bb9-2f54a9a0d08c
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:32.641+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] [aws-sdk-go] {"Versions":[{"Description":"test123","TracingConfig":{"Mode":"Active"},"VpcConfig":{"VpcId":"vpc-0fe79170e80c4dd89","SecurityGroupIds":["sg-0e95ebea013ec53eb"],"SubnetIds":["subnet-0baba8b6698a140bd","subnet-0a883169838b002e5"]},"SigningJobArn":null,"RevisionId":"bc533f9f-a8d8-44ee-8efc-a24806d0b1a2","LastModified":"2020-10-27T16:29:17.079+0000","FileSystemConfigs":null,"FunctionName":"xxxx-foo","Runtime":"dotnetcore3.1","Version":"$LATEST","PackageType":"Zip","LastUpdateStatus":null,"Layers":null,"ImageConfig":null,"FunctionArn":"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo:$LATEST","KMSKeyArn":null,"MemorySize":128,"LastUpdateStatusReason":null,"DeadLetterConfig":null,"Timeout":28,"Handler":"foo:bar","CodeSha256":"V+9qNF5bWPLJNNFUv8jwm2s6pZirlv9tNSIYSCEdU4Y=","Role":"arn:aws:iam::xxxxxxxxxxxx:role/xxxx-foo","SigningProfileVersionArn":null,"MasterArn":null,"CodeSize":66049,"State":null,"StateReason":null,"Environment":{"Variables":{"FOO":"Bar"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":null}],"NextMarker":null}
2020/10/27 22:01:32 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_lambda_function.api, 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:
- .kms_key_arn: was null, but now cty.StringVal("")
aws_lambda_function.api: Creation complete after 2m34s [id=xxxx-foo]
2020/10/27 22:01:32 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_log_group.api, 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:
- .retention_in_days: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
aws_cloudwatch_log_group.api: Creating...
2020/10/27 22:01:32 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_event_rule.warm_up_lambda, 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:
- .is_enabled: planned value cty.True does not match config value cty.NullVal(cty.Bool)
aws_cloudwatch_event_rule.warm_up_lambda: Creating...
2020/10/27 22:01:32 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:32 [DEBUG] aws_cloudwatch_log_group.api: applying the planned Create change
aws_lambda_permission.api: Creating...
2020/10/27 22:01:32 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_integration.api_any, 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:
- .timeout_milliseconds: planned value cty.NumberIntVal(29000) does not match config value cty.NullVal(cty.Number)
2020/10/27 22:01:32 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:32 [DEBUG] aws_cloudwatch_event_rule.warm_up_lambda: applying the planned Create change
2020-10-27T22:01:32.663+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Creating CloudWatch Log Group: /aws/lambda/xxxx-foo
aws_api_gateway_integration.api_any: Creating...
2020/10/27 22:01:32 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:32 [DEBUG] aws_lambda_permission.api: applying the planned Create change
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] [aws-sdk-go] DEBUG: Request logs/CreateLogGroup Details:
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 39
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=3b658c4fa5fb52dcafeef3af367c2b3667999ff7776eb00b68378cf02265be70
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163132Z
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.CreateLogGroup
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupName":"/aws/lambda/xxxx-foo"}
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Creating CloudWatch Event Rule: {
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Description: "Keep xxxx-foo warm",
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Name: "xxxx-foo",
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ScheduleExpression: "rate(5 minutes)",
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: State: "ENABLED"
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:32.664+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Waiting for state to become: [success]
2020/10/27 22:01:32 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:32 [DEBUG] aws_api_gateway_integration.api_any: applying the planned Create change
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] [aws-sdk-go] DEBUG: Request events/PutRule Details:
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: events.eu-west-2.amazonaws.com
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 111
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/events/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=03a912b64fb80bd513ef1024400b6d7b5b766c88098e796c359f3ef910a8de9f
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163132Z
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: AWSEvents.PutRule
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
0-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Description":"Keep xxxx-foo warm","Name":"xxxx-foo","ScheduleExpression":"rate(5 minutes)","State":"ENABLED"}
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Locking "xxxx-foo"
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Locked "xxxx-foo"
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Adding new Lambda permission: {
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action: "lambda:InvokeFunction",
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: FunctionName: "xxxx-foo",
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Principal: "apigateway.amazonaws.com",
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: SourceArn: "arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*",
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatementId: "AllowAPIGWLambdaInvoke"
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Waiting for state to become: [success]
2020-10-27T22:01:32.665+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/AddPermission Details:
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions/xxxx-foo/policy HTTP/1.1
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 184
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=55fc90ba435f3525e6cc3b26698aea839507c7c4ccba5ebcc9f5ec57e14acc86
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163132Z
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Action":"lambda:InvokeFunction","Principal":"apigateway.amazonaws.com","SourceArn":"arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*","StatementId":"AllowAPIGWLambdaInvoke"}
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:32.666+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] Creating API Gateway Integration
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:32 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/PutIntegration Details:
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PUT /restapis/52qnqfiux6/resources/3xh7y0/methods/ANY/integration HTTP/1.1
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 313
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=cb2b28017f42c196938402d67c0dfc117a3d9a8e173b11cbbfa3e9052b1f2012
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163132Z
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"connectionType":"INTERNET","httpMethod":"POST","passthroughBehavior":"WHEN_NO_MATCH","requestParameters":{},"requestTemplates":{},"timeoutInMillis":29000,"type":"AWS_PROXY","uri":"arn:aws:apigateway:eu-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo/invocations"}
2020-10-27T22:01:32.667+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Response logs/CreateLogGroup Details:
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 0
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:32 GMT
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 98c62adc-aba7-4891-9926-c3d2d91417e4
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go]
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [INFO] CloudWatch Log Group created
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Reading CloudWatch Log Group: "/aws/lambda/xxxx-foo"
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Request logs/DescribeLogGroups Details:
2020-10-27T22:01:33.558+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 45
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=73fefeb1bbd25f119f05636f5fdfcb44184055408d654bc85c4034f341a081bd
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163133Z
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.DescribeLogGroups
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupNamePrefix":"/aws/lambda/xxxx-foo"}
2020-10-27T22:01:33.559+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/AddPermission Details:
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 350
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:33 GMT
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 38e0aca6-2202-400f-ad95-fad46de5616b
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] {"Statement":"{\"Sid\":\"AllowAPIGWLambdaInvoke\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"apigateway.amazonaws.com\"},\"Action\":\"lambda:InvokeFunction\",\"Resource\":\"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo\",\"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*\"}}}"}
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Created new Lambda permission: {"Sid":"AllowAPIGWLambdaInvoke","Effect":"Allow","Principal":{"Service":"apigateway.amazonaws.com"},"Action":"lambda:InvokeFunction","Resource":"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo","Condition":{"ArnLike":{"AWS:SourceArn":"arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*"}}}
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Waiting for state to become: [success]
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Lxxxxng for Lambda permission: {
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: FunctionName: "xxxx-foo"
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:33.570+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Waiting for state to become: [success]
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetPolicy Details:
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo/policy HTTP/1.1
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=d0a7f583f295f87ebc32d19c548ae3d9e295237fd6d8a2622d077de4706d8a88
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163133Z
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.571+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Response events/PutRule Details:
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 65
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:33 GMT
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 281b002f-f944-4fa6-8ba2-ab67eeb82648
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] {"RuleArn":"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo"}
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [INFO] CloudWatch Event Rule "arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo" created
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Reading CloudWatch Event Rule: {
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Name: "xxxx-foo"
2020-10-27T22:01:33.620+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Request events/DescribeRule Details:
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: events.eu-west-2.amazonaws.com
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 19
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/events/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=b1990ba7f0923eb1be13e985366bbdb760d6fd57e4855d423fea29e32f68af97
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163133Z
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: AWSEvents.DescribeRule
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Name":"xxxx-foo"}
2020-10-27T22:01:33.621+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/PutIntegration Details:
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 336
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:33 GMT
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC34L8vLPEEcng=
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 7ba6a925-b83c-4cf7-a41f-56e270e7092c
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] {"cacheKeyParameters":[],"cacheNamespace":"3xh7y0","httpMethod":"POST","passthroughBehavior":"WHEN_NO_MATCH","requestParameters":{},"requestTemplates":{},"timeoutInMillis":29000,"type":"AWS_PROXY","uri":"arn:aws:apigateway:eu-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo/invocations"}
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] Reading API Gateway Integration: agi-52qnqfiux6-3xh7y0-ANY
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:33 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetIntegration Details:
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/resources/3xh7y0/methods/ANY/integration HTTP/1.1
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=54db13b4568580bb7093b9bcc6570fd7b6a1e7602c5d06f17fbe9fa6a4dd205b
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163133Z
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:33.700+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Response logs/DescribeLogGroups Details:
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 199
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:34 GMT
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 6436acae-99e6-480d-93e1-ae3b6c6db93a
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.441+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] {"logGroups":[{"arn":"arn:aws:logs:eu-west-2:xxxxxxxxxxxx:log-group:/aws/lambda/xxxx-foo:*","creationTime":1603816293461,"logGroupName":"/aws/lambda/xxxx-foo","metricFilterCount":0,"storedBytes":0}]}
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Request logs/ListTagsLogGroup Details:
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 39
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=3f0dda523eed8bf8bb44590d31c605a6388cdcfb1522b78d8b94df3113d948b5
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163134Z
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.ListTagsLogGroup
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupName":"/aws/lambda/xxxx-foo"}
2020-10-27T22:01:34.442+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetPolicy Details:
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 463
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:34 GMT
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: e6cc1940-3694-4017-ab60-6ac22be513b3
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] {"Policy":"{\"Version\":\"2012-10-17\",\"Id\":\"default\",\"Statement\":[{\"Sid\":\"AllowAPIGWLambdaInvoke\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"apigateway.amazonaws.com\"},\"Action\":\"lambda:InvokeFunction\",\"Resource\":\"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo\",\"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*\"}}}]}","RevisionId":"66a9b776-a8a9-4277-aa1f-b8da6a57515c"}
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Received 1 statements in Lambda policy: [{map[ArnLike:map[AWS:SourceArn:arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*]] lambda:InvokeFunction arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo Allow map[Service:apigateway.amazonaws.com] AllowAPIGWLambdaInvoke}]
2020-10-27T22:01:34.463+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [ERR] Error getting Lambda Qualifier: Invalid ARN or otherwise unable to get qualifier from ARN ("arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo")
2020-10-27T22:01:34.464+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Unlocking "xxxx-foo"
2020-10-27T22:01:34.464+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Unlocked "xxxx-foo"
2020/10/27 22:01:34 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_lambda_permission.api, 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:
- .qualifier: was null, but now cty.StringVal("")
aws_lambda_permission.api: Creation complete after 1s [id=AllowAPIGWLambdaInvoke]
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Response events/DescribeRule Details:
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 223
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:34 GMT
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 8bb4121f-c2b4-4dff-84ad-8abe7b5dcf2e
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] {"Arn":"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo","CreatedBy":"xxxxxxxxxxxx","Description":"Keep xxxx-foo warm","EventBusName":"default","Name":"xxxx-foo","ScheduleExpression":"rate(5 minutes)","State":"ENABLED"}
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Found Event Rule: {
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Arn: "arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo",
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Description: "Keep xxxx-foo warm",
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: EventBusName: "default",
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Name: "xxxx-foo",
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ScheduleExpression: "rate(5 minutes)",
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: State: "ENABLED"
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:34.501+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Setting boolean state: true
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Request events/ListTagsForResource Details:
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: events.eu-west-2.amazonaws.com
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 69
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/events/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=5a45890b276b42ee7d2969302017f02b48e95889408ec7f8985fb0d369f3a6e8
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163134Z
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: AWSEvents.ListTagsForResource
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"ResourceARN":"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo"}
2020-10-27T22:01:34.502+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetIntegration Details:
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 336
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:34 GMT
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC4CLU2LPEEcmg=
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: e2cff2ad-75db-403a-a7ef-66e21c8dab57
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] {"cacheKeyParameters":[],"cacheNamespace":"3xh7y0","httpMethod":"POST","passthroughBehavior":"WHEN_NO_MATCH","requestParameters":{},"requestTemplates":{},"timeoutInMillis":29000,"type":"AWS_PROXY","uri":"arn:aws:apigateway:eu-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo/invocations"}
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Received API Gateway Integration: {
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheKeyParameters: [],
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheNamespace: "3xh7y0",
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HttpMethod: "POST",
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PassthroughBehavior: "WHEN_NO_MATCH",
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestParameters: {
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RequestTemplates: {
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: TimeoutInMillis: 29000,
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Type: "AWS_PROXY",
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Uri: "arn:aws:apigateway:eu-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo/invocations"
2020-10-27T22:01:34.614+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 22:01:34 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_integration.api_any, 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:
- .connection_id: was null, but now cty.StringVal("")
- .content_handling: was null, but now cty.StringVal("")
- .credentials: was null, but now cty.StringVal("")
aws_api_gateway_integration.api_any: Creation complete after 2s [id=agi-52qnqfiux6-3xh7y0-ANY]
aws_api_gateway_deployment.api_gw: Creating...
2020/10/27 22:01:34 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:34 [DEBUG] aws_api_gateway_deployment.api_gw: applying the planned Create change
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] Creating API Gateway Deployment
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:34 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateDeployment Details:
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /restapis/52qnqfiux6/deployments HTTP/1.1
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 77
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=76ed3748bd20c2af23e3ceabb57a0dfa1182495ee7c55b8416f18cf21b62efaa
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163134Z
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"description":"","stageDescription":"","stageName":"nonlive","variables":{}}
2020-10-27T22:01:34.635+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] DEBUG: Response logs/ListTagsLogGroup Details:
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 11
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:34 GMT
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 7daa2699-519e-4f54-b452-317382a133c8
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.360+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.361+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:35.361+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] {"tags":{}}
2020/10/27 22:01:35 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_cloudwatch_log_group.api, 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:
- .kms_key_id: was null, but now cty.StringVal("")
aws_cloudwatch_log_group.api: Creation complete after 2s [id=/aws/lambda/xxxx-foo]
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] DEBUG: Response events/ListTagsForResource Details:
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 11
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:35 GMT
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 17ad3d2f-73d3-4a42-9ff6-7c6ee82dfcde
2020-10-27T22:01:35.391+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.392+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.392+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:35.392+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] {"Tags":[]}
2020/10/27 22:01:35 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_cloudwatch_event_rule.warm_up_lambda, 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:
- .role_arn: was null, but now cty.StringVal("")
aws_cloudwatch_event_rule.warm_up_lambda: Creation complete after 2s [id=xxxx-foo]
aws_lambda_permission.warm_up_lambda: Creating...
2020/10/27 22:01:35 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:35 [DEBUG] aws_lambda_permission.warm_up_lambda: applying the planned Create change
aws_cloudwatch_event_target.warm_up_lambda: Creating...
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] Locking "xxxx-foo"
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] Locked "xxxx-foo"
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] Adding new Lambda permission: {
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Action: "lambda:InvokeFunction",
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: FunctionName: "xxxx-foo",
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Principal: "events.amazonaws.com",
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: SourceArn: "arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo",
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StatementId: "xxxx-foo"
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] Waiting for state to become: [success]
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/AddPermission Details:
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /2015-03-31/functions/xxxx-foo/policy HTTP/1.1
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 160
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e41b40625df9a3053103ac8d984460eabe1560dbcb222be5e4a342e400893b29
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163135Z
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Action":"lambda:InvokeFunction","Principal":"events.amazonaws.com","SourceArn":"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo","StatementId":"xxxx-foo"}
2020-10-27T22:01:35.407+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020/10/27 22:01:35 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:35 [DEBUG] aws_cloudwatch_event_target.warm_up_lambda: applying the planned Create change
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] Creating CloudWatch Event Target: {
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Rule: "xxxx-foo",
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Targets: [{
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Arn: "arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo",
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Id: "terraform-20201027163135408500000003"
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }]
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] DEBUG: Request events/PutTargets Details:
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:35.408+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: events.eu-west-2.amazonaws.com
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 141
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/events/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=3cf2c27028f57c72bb942f34b92c25d804452deb477acc0fb44b8e5740dba360
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163135Z
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: AWSEvents.PutTargets
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Rule":"xxxx-foo","Targets":[{"Arn":"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo","Id":"terraform-20201027163135408500000003"}]}
2020-10-27T22:01:35.409+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateDeployment Details:
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 41
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:35 GMT
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC4LLTRLPEEcnA=
2020-10-27T22:01:35.900+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 955b6b01-6f60-4361-84fc-b81284685e57
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] {"createdDate":1603816295,"id":"swyi5i"}
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] API Gateway Deployment ID: swyi5i
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] Reading API Gateway Deployment swyi5i
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:35 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetDeployment Details:
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/deployments/swyi5i HTTP/1.1
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=2133ae49be02f46b0c93f159df3cc7fa42a94fc59b960537e2bf5cf9f564989e
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163135Z
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:35.901+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] DEBUG: Response events/PutTargets Details:
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 41
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:36 GMT
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: d14bfc01-9ac4-429e-a54b-98595e6719a6
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] {"FailedEntries":[],"FailedEntryCount":0}
2020-10-27T22:01:36.298+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [INFO] CloudWatch Event Target "xxxx-foo-terraform-20201027163135408500000003" created
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] DEBUG: Request events/ListTargetsByRule Details:
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: events.eu-west-2.amazonaws.com
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 31
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/events/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=a6400b025e01a8d144c69d51a1e2ebfb1a05a15b1bace478b8b591a41f38866b
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163136Z
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: AWSEvents.ListTargetsByRule
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"Limit":100,"Rule":"xxxx-foo"}
2020-10-27T22:01:36.299+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/AddPermission Details:
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 326
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:36 GMT
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 75f71d9a-5260-4642-b8f6-b98f3991e4d7
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] {"Statement":"{\"Sid\":\"xxxx-foo\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"events.amazonaws.com\"},\"Action\":\"lambda:InvokeFunction\",\"Resource\":\"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo\",\"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo\"}}}"}
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] Created new Lambda permission: {"Sid":"xxxx-foo","Effect":"Allow","Principal":{"Service":"events.amazonaws.com"},"Action":"lambda:InvokeFunction","Resource":"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo","Condition":{"ArnLike":{"AWS:SourceArn":"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo"}}}
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] Waiting for state to become: [success]
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] Lxxxxng for Lambda permission: {
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: FunctionName: "xxxx-foo"
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:36.309+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] Waiting for state to become: [success]
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetPolicy Details:
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /2015-03-31/functions/xxxx-foo/policy HTTP/1.1
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: lambda.eu-west-2.amazonaws.com
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/lambda/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=4ac973c0d99e0c96b3e46a8f4aa9684a8bf3baec1f642e5a8946864ca93640b5
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163136Z
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.310+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetDeployment Details:
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 41
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:36 GMT
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC4YL4WLPEEcMg=
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 924691b7-3064-48b5-85e2-f931a70a7c4b
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] {"createdDate":1603816295,"id":"swyi5i"}
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] Received API Gateway Deployment: {
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CreatedDate: 2020-10-27 16:31:35 +0000 UTC,
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Id: "swyi5i"
2020-10-27T22:01:36.812+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 22:01:36 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_deployment.api_gw, 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:
- .description: was null, but now cty.StringVal("")
aws_api_gateway_deployment.api_gw: Creation complete after 2s [id=swyi5i]
aws_api_gateway_stage.live: Creating...
2020/10/27 22:01:36 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:36 [DEBUG] aws_api_gateway_stage.live: applying the planned Create change
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:36 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateStage Details:
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST /restapis/52qnqfiux6/stages HTTP/1.1
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 112
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=d324ce50cc3210027c2329cf8e6823af73d9e5fdcd592d882c2de35824a1a6ba
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163136Z
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"cacheClusterSize":"0.5","deploymentId":"swyi5i","stageName":"live","tags":{"FOO":"VAR"},"tracingEnabled":true}
2020-10-27T22:01:36.829+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] [aws-sdk-go] DEBUG: Response events/ListTargetsByRule Details:
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 123
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:36 GMT
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 9dd4a0ad-7b8c-44de-b003-94bb5d288123
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] [aws-sdk-go] {"Targets":[{"Arn":"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo","Id":"terraform-20201027163135408500000003"}]}
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] Found Event Target: {
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Arn: "arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo",
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Id: "terraform-20201027163135408500000003"
2020-10-27T22:01:37.185+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 22:01:37 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_cloudwatch_event_target.warm_up_lambda, 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:
- .input: was null, but now cty.StringVal("")
- .input_path: was null, but now cty.StringVal("")
- .role_arn: was null, but now cty.StringVal("")
aws_cloudwatch_event_target.warm_up_lambda: Creation complete after 2s [id=xxxx-foo-terraform-20201027163135408500000003]
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetPolicy Details:
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 774
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:37 GMT
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: f25dfa3f-7ada-4e61-b1eb-cbfd107a429b
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] [aws-sdk-go] {"Policy":"{\"Version\":\"2012-10-17\",\"Id\":\"default\",\"Statement\":[{\"Sid\":\"AllowAPIGWLambdaInvoke\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"apigateway.amazonaws.com\"},\"Action\":\"lambda:InvokeFunction\",\"Resource\":\"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo\",\"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*\"}}},{\"Sid\":\"xxxx-foo\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"events.amazonaws.com\"},\"Action\":\"lambda:InvokeFunction\",\"Resource\":\"arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo\",\"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo\"}}}]}","RevisionId":"9e96b6fe-d86f-45a0-b211-71f46df7be62"}
2020-10-27T22:01:37.190+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] Received 2 statements in Lambda policy: [{map[ArnLike:map[AWS:SourceArn:arn:aws:execute-api:eu-west-2:xxxxxxxxxxxx:52qnqfiux6/*/*]] lambda:InvokeFunction arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo Allow map[Service:apigateway.amazonaws.com] AllowAPIGWLambdaInvoke} {map[ArnLike:map[AWS:SourceArn:arn:aws:events:eu-west-2:xxxxxxxxxxxx:rule/xxxx-foo]] lambda:InvokeFunction arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo Allow map[Service:events.amazonaws.com] xxxx-foo}]
2020-10-27T22:01:37.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [ERR] Error getting Lambda Qualifier: Invalid ARN or otherwise unable to get qualifier from ARN ("arn:aws:lambda:eu-west-2:xxxxxxxxxxxx:function:xxxx-foo")
2020-10-27T22:01:37.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] Unlocking "xxxx-foo"
2020-10-27T22:01:37.191+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:37 [DEBUG] Unlocked "xxxx-foo"
2020/10/27 22:01:37 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_lambda_permission.warm_up_lambda, 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:
- .qualifier: was null, but now cty.StringVal("")
aws_lambda_permission.warm_up_lambda: Creation complete after 2s [id=xxxx-foo]
2020-10-27T22:01:38.173+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:38 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateStage Details:
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 201 Created
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 252
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:38 GMT
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC4hIcOrPEEbNA=
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 866ff987-d1ad-4fd3-bcf5-8596d3fbaf6a
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:38 [DEBUG] [aws-sdk-go] {"cacheClusterEnabled":false,"cacheClusterSize":"0.5","cacheClusterStatus":"NOT_AVAILABLE","createdDate":1603816297,"deploymentId":"swyi5i","lastUpdatedDate":1603816297,"methodSettings":{},"stageName":"live","tags":{"FOO":"VAR"},"tracingEnabled":true}
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:38 [DEBUG] Reading API Gateway Stage ags-52qnqfiux6-live
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:38 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/GetStage Details:
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: GET /restapis/52qnqfiux6/stages/live HTTP/1.1
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-type;host;x-amz-date;x-amz-security-token, Signature=6727c55ab56678a6d82e841d9d22a724fa6f44e1a5900ff75e716c1340bdf7e7
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163138Z
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:38.174+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/GetStage Details:
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 252
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:39 GMT
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC4uL2yrPEEcsQ=
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: b5203f38-046f-4726-9c13-c30b973a1524
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] [aws-sdk-go] {"cacheClusterEnabled":false,"cacheClusterSize":"0.5","cacheClusterStatus":"NOT_AVAILABLE","createdDate":1603816297,"deploymentId":"swyi5i","lastUpdatedDate":1603816297,"methodSettings":{},"stageName":"live","tags":{"FOO":"VAR"},"tracingEnabled":true}
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] Received API Gateway Stage: {
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheClusterEnabled: false,
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheClusterSize: "0.5",
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CacheClusterStatus: "NOT_AVAILABLE",
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: CreatedDate: 2020-10-27 16:31:37 +0000 UTC,
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: DeploymentId: "swyi5i",
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: LastUpdatedDate: 2020-10-27 16:31:37 +0000 UTC,
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: MethodSettings: {
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StageName: "live",
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Tags: {
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: FOO: "VAR"
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: TracingEnabled: true
2020-10-27T22:01:39.117+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020/10/27 22:01:39 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_api_gateway_stage.live, 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:
- .description: was null, but now cty.StringVal("")
- .documentation_version: was null, but now cty.StringVal("")
- .client_certificate_id: was null, but now cty.StringVal("")
aws_api_gateway_stage.live: Creation complete after 2s [id=ags-52qnqfiux6-live]
2020/10/27 22:01:39 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_log_group.api_gw_access, 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:
- .retention_in_days: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
2020/10/27 22:01:39 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_cloudwatch_log_group.api_gw, 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:
- .retention_in_days: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
aws_cloudwatch_log_group.api_gw: Creating...
aws_cloudwatch_log_group.api_gw_access: Creating...
2020/10/27 22:01:39 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:39 [DEBUG] aws_cloudwatch_log_group.api_gw_access: applying the planned Create change
2020/10/27 22:01:39 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:39 [DEBUG] aws_cloudwatch_log_group.api_gw: applying the planned Create change
2020-10-27T22:01:39.131+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] Creating CloudWatch Log Group: API-Gateway-Execution-Logs_52qnqfiux6/live
2020-10-27T22:01:39.131+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] Creating CloudWatch Log Group: API-Gateway-Access-Logs_52qnqfiux6/live
2020/10/27 22:01:39 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_api_gateway_method_settings.proxyplus, 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:
- .settings[0].throttling_burst_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
- .settings[0].throttling_rate_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] [aws-sdk-go] DEBUG: Request logs/CreateLogGroup Details:
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 61
aws_api_gateway_method_settings.proxyplus: Creating...
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=4deb57e855134d7ba05cf5093e443a5e35a99a385d3d818be0ee7a746beaa4ca
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163139Z
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.CreateLogGroup
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupName":"API-Gateway-Execution-Logs_52qnqfiux6/live"}
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] [aws-sdk-go] DEBUG: Request logs/CreateLogGroup Details:
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 58
256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=fae1f675d85046f9543b04c77cdd46f2e89b44a0bf277e09c7e9bd7bcef422f3
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163139Z
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.CreateLogGroup
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupName":"API-Gateway-Access-Logs_52qnqfiux6/live"}
2020-10-27T22:01:39.132+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020/10/27 22:01:39 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/27 22:01:39 [DEBUG] aws_api_gateway_method_settings.proxyplus: applying the planned Create change
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] Updating API Gateway Stage: {
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PatchOperations: [
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Op: "replace",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Path: "/{proxy+}/ANY//throttling/burstLimit",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Value: "-1"
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Op: "replace",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Path: "/{proxy+}/ANY//throttling/rateLimit",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Value: "-1.000000"
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Op: "replace",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Path: "/{proxy+}/ANY//caching/ttlInSeconds",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Value: "3600"
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: },
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Op: "replace",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Path: "/{proxy+}/ANY//caching/dataEncrypted",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Value: "true"
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ],
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: RestApiId: "52qnqfiux6",
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: StageName: "live"
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: }
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:39 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/UpdateStage Details:
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: PATCH /restapis/52qnqfiux6/stages/live HTTP/1.1
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: apigateway.eu-west-2.amazonaws.com
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 334
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept: application/json
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c41304986917200020b91f0c02420ffd7da4938f32fb2d38694cd836c827dbdf
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163139Z
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
"/{proxy+}/ANY//throttling/rateLimit","value":"-1.000000"},{"op":"replace","path":"/{proxy+}/ANY//caching/ttlInSeconds","value":"3600"},{"op":"replace","path":"/{proxy+}/ANY//caching/dataEncrypted","value":"true"}]}
2020-10-27T22:01:39.133+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Response logs/CreateLogGroup Details:
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 0
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:39 GMT
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 6d331338-399a-4ab8-ab18-673f00cbdc43
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go]
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [INFO] CloudWatch Log Group created
2020-10-27T22:01:40.001+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] Reading CloudWatch Log Group: "API-Gateway-Execution-Logs_52qnqfiux6/live"
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Request logs/DescribeLogGroups Details:
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 67
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=d25a877bd22982846852bcf4aecfdc93726ab6f26f9ff22a65f58c33e6a0a1c6
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163140Z
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.DescribeLogGroups
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupNamePrefix":"API-Gateway-Execution-Logs_52qnqfiux6/live"}
2020-10-27T22:01:40.002+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/UpdateStage Details:
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 400 Bad Request
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 1159
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/json
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:39 GMT
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Apigw-Id: VFC44L22LPEEcsQ=
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Errortype: BadRequestException
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 6740f452-a2ff-4322-ba4a-b5a3379747d8
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] {"message":"Invalid method setting path: /{proxy+}/ANY//throttling/burstLimit. Must be one of: [/deploymentId, /description, /cacheClusterEnabled, /cacheClusterSize, /clientCertificateId, /accessLogSettings, /accessLogSettings/destinationArn, /accessLogSettings/format, /{resourcePath}/{httpMethod}/metrics/enabled, /{resourcePath}/{httpMethod}/logging/dataTrace, /{resourcePath}/{httpMethod}/logging/loglevel, /{resourcePath}/{httpMethod}/throttling/burstLimit/{resourcePath}/{httpMethod}/throttling/rateLimit/{resourcePath}/{httpMethod}/caching/ttlInSeconds, /{resourcePath}/{httpMethod}/caching/enabled, /{resourcePath}/{httpMethod}/caching/dataEncrypted, /{resourcePath}/{httpMethod}/caching/requireAuthorizationForCacheControl, /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy, /*/*/metrics/enabled, /*/*/logging/dataTrace, /*/*/logging/loglevel, /*/*/throttling/burstLimit /*/*/throttling/rateLimit /*/*/caching/ttlInSeconds, /*/*/caching/enabled, /*/*/caching/dataEncrypted, /*/*/caching/requireAuthorizationForCacheControl, /*/*/caching/unauthorizedCacheControlHeaderStrategy, /variables/{variable_name}, /tracingEnabled]"}
2020-10-27T22:01:40.039+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Validate Response apigateway/UpdateStage failed, attempt 0/25, error BadRequestException: Invalid method setting path: /{proxy+}/ANY//throttling/burstLimit. Must be one of: [/deploymentId, /description, /cacheClusterEnabled, /cacheClusterSize, /clientCertificateId, /accessLogSettings, /accessLogSettings/destinationArn, /accessLogSettings/format, /{resourcePath}/{httpMethod}/metrics/enabled, /{resourcePath}/{httpMethod}/logging/dataTrace, /{resourcePath}/{httpMethod}/logging/loglevel, /{resourcePath}/{httpMethod}/throttling/burstLimit/{resourcePath}/{httpMethod}/throttling/rateLimit/{resourcePath}/{httpMethod}/caching/ttlInSeconds, /{resourcePath}/{httpMethod}/caching/enabled, /{resourcePath}/{httpMethod}/caching/dataEncrypted, /{resourcePath}/{httpMethod}/caching/requireAuthorizationForCacheControl, /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy, /*/*/metrics/enabled, /*/*/logging/dataTrace, /*/*/logging/loglevel, /*/*/throttling/burstLimit /*/*/throttling/rateLimit /*/*/caching/ttlInSeconds, /*/*/caching/enabled, /*/*/caching/dataEncrypted, /*/*/caching/requireAuthorizationForCacheControl, /*/*/caching/unauthorizedCacheControlHeaderStrategy, /variables/{variable_name}, /tracingEnabled]
2020/10/27 22:01:40 [DEBUG] aws_api_gateway_method_settings.proxyplus: apply errored, but we're indicating that via the Error pointer rather than returning it: updating API Gateway Stage failed: BadRequestException: Invalid method setting path: /{proxy+}/ANY//throttling/burstLimit. Must be one of: [/deploymentId, /description, /cacheClusterEnabled, /cacheClusterSize, /clientCertificateId, /accessLogSettings, /accessLogSettings/destinationArn, /accessLogSettings/format, /{resourcePath}/{httpMethod}/metrics/enabled, /{resourcePath}/{httpMethod}/logging/dataTrace, /{resourcePath}/{httpMethod}/logging/loglevel, /{resourcePath}/{httpMethod}/throttling/burstLimit/{resourcePath}/{httpMethod}/throttling/rateLimit/{resourcePath}/{httpMethod}/caching/ttlInSeconds, /{resourcePath}/{httpMethod}/caching/enabled, /{resourcePath}/{httpMethod}/caching/dataEncrypted, /{resourcePath}/{httpMethod}/caching/requireAuthorizationForCacheControl, /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy, /*/*/metrics/enabled, /*/*/logging/dataTrace, /*/*/logging/loglevel, /*/*/throttling/burstLimit /*/*/throttling/rateLimit /*/*/caching/ttlInSeconds, /*/*/caching/enabled, /*/*/caching/dataEncrypted, /*/*/caching/requireAuthorizationForCacheControl, /*/*/caching/unauthorizedCacheControlHeaderStrategy, /variables/{variable_name}, /tracingEnabled]
2020/10/27 22:01:40 [ERROR] eval: *terraform.EvalApplyPost, err: updating API Gateway Stage failed: BadRequestException: Invalid method setting path: /{proxy+}/ANY//throttling/burstLimit. Must be one of: [/deploymentId, /description, /cacheClusterEnabled, /cacheClusterSize, /clientCertificateId, /accessLogSettings, /accessLogSettings/destinationArn, /accessLogSettings/format, /{resourcePath}/{httpMethod}/metrics/enabled, /{resourcePath}/{httpMethod}/logging/dataTrace, /{resourcePath}/{httpMethod}/logging/loglevel, /{resourcePath}/{httpMethod}/throttling/burstLimit/{resourcePath}/{httpMethod}/throttling/rateLimit/{resourcePath}/{httpMethod}/caching/ttlInSeconds, /{resourcePath}/{httpMethod}/caching/enabled, /{resourcePath}/{httpMethod}/caching/dataEncrypted, /{resourcePath}/{httpMethod}/caching/requireAuthorizationForCacheControl, /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy, /*/*/metrics/enabled, /*/*/logging/dataTrace, /*/*/logging/loglevel, /*/*/throttling/burstLimit /*/*/throttling/rateLimit /*/*/caching/ttlInSeconds, /*/*/caching/enabled, /*/*/caching/dataEncrypted, /*/*/caching/requireAuthorizationForCacheControl, /*/*/caching/unauthorizedCacheControlHeaderStrategy, /variables/{variable_name}, /tracingEnabled]
/{httpMethod}/caching/requireAuthorizationForCacheControl, /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy, /*/*/metrics/enabled, /*/*/logging/dataTrace, /*/*/logging/loglevel, /*/*/throttling/burstLimit /*/*/throttling/rateLimit /*/*/caching/ttlInSeconds, /*/*/caching/enabled, /*/*/caching/dataEncrypted, /*/*/caching/requireAuthorizationForCacheControl, /*/*/caching/unauthorizedCacheControlHeaderStrategy, /variables/{variable_name}, /tracingEnabled]
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Response logs/CreateLogGroup Details:
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 0
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:39 GMT
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: eb715336-7d1a-4b79-a4cb-bb85bab4982f
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go]
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [INFO] CloudWatch Log Group created
2020-10-27T22:01:40.052+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] Reading CloudWatch Log Group: "API-Gateway-Access-Logs_52qnqfiux6/live"
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Request logs/DescribeLogGroups Details:
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 64
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=15c6ed9af015a6828f21a2f48945337181b40a47fb9938c2faa5badfa2b089ed
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163140Z
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.DescribeLogGroups
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupNamePrefix":"API-Gateway-Access-Logs_52qnqfiux6/live"}
2020-10-27T22:01:40.053+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Response logs/DescribeLogGroups Details:
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 237
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:40 GMT
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: d3fadc10-f766-44ef-8695-60d06e24a41c
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] {"logGroups":[{"arn":"arn:aws:logs:eu-west-2:xxxxxxxxxxxx:log-group:API-Gateway-Access-Logs_52qnqfiux6/live:*","creationTime":1603816299948,"logGroupName":"API-Gateway-Access-Logs_52qnqfiux6/live","metricFilterCount":0,"storedBytes":0}]}
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Request logs/ListTagsLogGroup Details:
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 58
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=82bac3c2516c9dd09c2297fe809af20d0f9a351c252792817a9e4169fcee3099
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163140Z
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.ListTagsLogGroup
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupName":"API-Gateway-Access-Logs_52qnqfiux6/live"}
2020-10-27T22:01:40.889+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.895+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Response logs/DescribeLogGroups Details:
2020-10-27T22:01:40.895+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 243
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:40 GMT
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 845d1aac-2df0-4c04-8c3b-58809e18fc0d
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] {"logGroups":[{"arn":"arn:aws:logs:eu-west-2:xxxxxxxxxxxx:log-group:API-Gateway-Execution-Logs_52qnqfiux6/live:*","creationTime":1603816299909,"logGroupName":"API-Gateway-Execution-Logs_52qnqfiux6/live","metricFilterCount":0,"storedBytes":0}]}
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:40 [DEBUG] [aws-sdk-go] DEBUG: Request logs/ListTagsLogGroup Details:
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: POST / HTTP/1.1
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Host: logs.eu-west-2.amazonaws.com
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: User-Agent: aws-sdk-go/1.35.9 (go1.14.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.0 (+https://www.terraform.io)
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 61
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=ASIA6BAHHSR6IL3624JI/20201027/eu-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=37ce35711bec2feefbdda8425d06a3db7292c3b2c8d56e213231c9b9e71cd917
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Date: 20201027T163140Z
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Security-Token: FwoGZXIvYXdzENL//////////wEaDEXgkcGHSKCduaHB8yKpAeqPk46CQ+lcrw2JPW9MwA6QiUpkiYNcwm0VtRnmserickKNZ6eTcjh9b5Ah63ETkGMIhz7YPAeO4sEop0YM+Sg8eEmmegtX2O4pXuCl+Rc52XG5Jx4btGm8SlMqVLMaScxn+ZAlKLK3fKyG4PcHyIkI+r7/c0gUa4xSyqvgPS593iItR+RH70AsOkT9ffnutsm56wL46nJsl9a78fGRiE8f/XuEovPK+wgoxZXh/AUyLcr5jnSdiAMXB4aCqAx8B9n79GwesXylJXLWk8Q0QEcyqel97GPInvtQbbXZ8g==
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amz-Target: Logs_20140328.ListTagsLogGroup
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Accept-Encoding: gzip
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: {"logGroupName":"API-Gateway-Execution-Logs_52qnqfiux6/live"}
2020-10-27T22:01:40.896+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:41 [DEBUG] [aws-sdk-go] DEBUG: Response logs/ListTagsLogGroup Details:
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 11
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:41 GMT
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 4f6fe2ad-363a-4524-aeaa-811da3009e2a
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:41.766+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:41 [DEBUG] [aws-sdk-go] {"tags":{}}
2020/10/27 22:01:41 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_cloudwatch_log_group.api_gw, 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:
- .kms_key_id: was null, but now cty.StringVal("")
aws_cloudwatch_log_group.api_gw: Creation complete after 3s [id=API-Gateway-Execution-Logs_52qnqfiux6/live]
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:41 [DEBUG] [aws-sdk-go] DEBUG: Response logs/ListTagsLogGroup Details:
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: ---[ RESPONSE ]--------------------------------------
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: HTTP/1.1 200 OK
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Connection: close
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Length: 11
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Content-Type: application/x-amz-json-1.1
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: Date: Tue, 27 Oct 2020 16:31:41 GMT
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: X-Amzn-Requestid: 452844ad-c5b2-4540-84b1-5f0a48f19906
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5:
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: -----------------------------------------------------
2020-10-27T22:01:41.773+0530 [DEBUG] plugin.terraform-provider-aws_v3.12.0_x5: 2020/10/27 22:01:41 [DEBUG] [aws-sdk-go] {"tags":{}}
2020/10/27 22:01:41 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_cloudwatch_log_group.api_gw_access, 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:
- .kms_key_id: was null, but now cty.StringVal("")
aws_cloudwatch_log_group.api_gw_access: Creation complete after 3s [id=API-Gateway-Access-Logs_52qnqfiux6/live]

Error: updating API Gateway Stage failed: BadRequestException: Invalid method setting path: /{proxy+}/ANY//throttling/burstLimit. Must be one of: [/deploymentId, /description, /cacheClusterEnabled, /cacheClusterSize, /clientCertificateId, /accessLogSettings, /accessLogSettings/destinationArn, /accessLogSettings/format, /{resourcePath}/{httpMethod}/metrics/enabled, /{resourcePath}/{httpMethod}/logging/dataTrace, /{resourcePath}/{httpMethod}/logging/loglevel, /{resourcePath}/{httpMethod}/throttling/burstLimit/{resourcePath}/{httpMethod}/throttling/rateLimit/{resourcePath}/{httpMethod}/caching/ttlInSeconds, /{resourcePath}/{httpMethod}/caching/enabled, /{resourcePath}/{httpMethod}/caching/dataEncrypted, /{resourcePath}/{httpMethod}/caching/requireAuthorizationForCacheControl, /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy, /*/*/metrics/enabled, /*/*/logging/dataTrace, /*/*/logging/loglevel, /*/*/throttling/burstLimit /*/*/throttling/rateLimit /*/*/caching/ttlInSeconds, /*/*/caching/enabled, /*/*/caching/dataEncrypted, /*/*/caching/requireAuthorizationForCacheControl, /*/*/caching/unauthorizedCacheControlHeaderStrategy, /variables/{variable_name}, /tracingEnabled]

2020-10-27T22:01:41.801+0530 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-10-27T22:01:41.805+0530 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.12.0/darwin_amd64/terraform-provider-aws_v3.12.0_x5 pid=70322
2020-10-27T22:01:41.805+0530 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment