Created
December 24, 2020 19:43
-
-
Save wperron/855c1b8a7f5e14815fe9c244127c624e to your computer and use it in GitHub Desktop.
Terraform Debug Output - Lambda 409s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ TF_LOG=DEBUG terraform apply -parallelism=1 plan.tfplan | |
2020/12/24 14:33:52 [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/12/24 14:33:52 [INFO] Terraform version: 0.14.3 | |
2020/12/24 14:33:52 [INFO] Go runtime version: go1.15.2 | |
2020/12/24 14:33:52 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-parallelism=1", "plan.tfplan"} | |
2020/12/24 14:33:52 [DEBUG] Attempting to open CLI config file: /home/wperron/.terraformrc | |
2020/12/24 14:33:52 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory /home/wperron/.terraform.d/plugins | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory /home/wperron/.local/share/terraform/plugins | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2020/12/24 14:33:52 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins | |
2020/12/24 14:33:52 [INFO] CLI command args: []string{"apply", "-parallelism=1", "plan.tfplan"} | |
2020/12/24 14:33:52 [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/12/24 14:33:52 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020/12/24 14:33:52 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020/12/24 14:33:52 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: aws-sdk-go/1.31.9 (go1.15.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 | |
Content-Length: 43 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20201224T193352Z | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
----------------------------------------------------- | |
2020/12/24 14:33:52 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 409 | |
Content-Type: text/xml | |
Date: Thu, 24 Dec 2020 19:33:51 GMT | |
X-Amzn-Requestid: 4d978adf-235d-413d-99e1-6e5f4ab1d80f | |
----------------------------------------------------- | |
2020/12/24 14:33:52 [DEBUG] checking for provisioner in "." | |
2020/12/24 14:33:52 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2020/12/24 14:33:52 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
2020/12/24 14:33:52 [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/12/24 14:33:52 [INFO] backend/local: starting Apply operation | |
2020/12/24 14:33:52 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /?max-keys=1000&prefix=env%3A%2F HTTP/1.1 | |
Host: deno-registry2-staging-terraform-state-69494d4b.s3.amazonaws.com | |
User-Agent: aws-sdk-go/1.31.9 (go1.15.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20201224T193352Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/12/24 14:33:53 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Thu, 24 Dec 2020 19:33:53 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-east-1 | |
X-Amz-Id-2: zRelwaNFpwA7Ib4Tuus14gIzFt6fdCEvX9Y+VCK0B8DPLt4hJzHKEFTcWVonl5/QsZxb/LZ1qtQ= | |
X-Amz-Request-Id: D34581C33E3051AC | |
----------------------------------------------------- | |
2020/12/24 14:33:53 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>deno-registry2-staging-terraform-state-69494d4b</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
2020/12/24 14:33:53 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /terraform.tfstate HTTP/1.1 | |
Host: deno-registry2-staging-terraform-state-69494d4b.s3.amazonaws.com | |
User-Agent: aws-sdk-go/1.31.9 (go1.15.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20201224T193353Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/12/24 14:33:53 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 137099 | |
Accept-Ranges: bytes | |
Content-Type: application/json | |
Date: Thu, 24 Dec 2020 19:33:54 GMT | |
Etag: "c94c8f716b8f3bbea47dceab21f5de63" | |
Last-Modified: Thu, 24 Dec 2020 19:25:57 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: zUYOtqBE9PCmbkx5rrGUxQHtzFXavGGXFfYlpvqwLVQ4B2sYMJ8EGhsFmVLhWHCFfgKqmEw9XI4= | |
X-Amz-Request-Id: 96CA1A4BECC77637 | |
X-Amz-Version-Id: rUO07uyX.0nj6gMJ7xFDQuzjZGC.bYxF | |
----------------------------------------------------- | |
2020/12/24 14:33:53 [DEBUG] [aws-sdk-go] | |
2020-12-24T14:33:53.396-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:53.424-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.0.0/linux_amd64/terraform-provider-archive_v2.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/archive/2.0.0/linux_amd64/terraform-provider-archive_v2.0.0_x5] | |
2020-12-24T14:33:53.424-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.0.0/linux_amd64/terraform-provider-archive_v2.0.0_x5 pid=149052 | |
2020-12-24T14:33:53.424-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.0.0/linux_amd64/terraform-provider-archive_v2.0.0_x5 | |
2020-12-24T14:33:53.428-0500 [INFO] plugin.terraform-provider-archive_v2.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:33:53.428-0500 | |
2020-12-24T14:33:53.452-0500 [DEBUG] plugin.terraform-provider-archive_v2.0.0_x5: plugin address: address=/tmp/plugin419466636 network=unix timestamp=2020-12-24T14:33:53.452-0500 | |
2020-12-24T14:33:53.452-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:53.501-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:53.501-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/archive/2.0.0/linux_amd64/terraform-provider-archive_v2.0.0_x5 pid=149052 | |
2020-12-24T14:33:53.501-0500 [DEBUG] plugin: plugin exited | |
2020-12-24T14:33:53.502-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:53.525-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5] | |
2020-12-24T14:33:53.525-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 pid=149065 | |
2020-12-24T14:33:53.525-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 | |
2020-12-24T14:33:53.548-0500 [INFO] plugin.terraform-provider-aws_v3.22.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:33:53.548-0500 | |
2020-12-24T14:33:53.572-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:53.572-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: plugin address: address=/tmp/plugin064862281 network=unix timestamp=2020-12-24T14:33:53.572-0500 | |
2020-12-24T14:33:53.680-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:53.683-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 pid=149065 | |
2020-12-24T14:33:53.683-0500 [DEBUG] plugin: plugin exited | |
2020-12-24T14:33:53.683-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:53.706-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5] | |
2020-12-24T14:33:53.706-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=149079 | |
2020-12-24T14:33:53.706-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 | |
2020-12-24T14:33:53.710-0500 [INFO] plugin.terraform-provider-random_v3.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:33:53.710-0500 | |
2020-12-24T14:33:53.734-0500 [DEBUG] plugin.terraform-provider-random_v3.0.0_x5: plugin address: address=/tmp/plugin290959720 network=unix timestamp=2020-12-24T14:33:53.734-0500 | |
2020-12-24T14:33:53.734-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:53.781-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:53.782-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=149079 | |
2020-12-24T14:33:53.782-0500 [DEBUG] plugin: plugin exited | |
2020-12-24T14:33:53.783-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:53.807-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 args=[.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0] | |
2020-12-24T14:33:53.808-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 pid=149092 | |
2020-12-24T14:33:53.808-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 | |
2020-12-24T14:33:53.816-0500 [INFO] plugin.terraform-provider-cloudflare_v2.14.0: configuring server automatic mTLS: timestamp=2020-12-24T14:33:53.816-0500 | |
2020-12-24T14:33:53.840-0500 [DEBUG] plugin.terraform-provider-cloudflare_v2.14.0: plugin address: address=/tmp/plugin241110728 network=unix timestamp=2020-12-24T14:33:53.840-0500 | |
2020-12-24T14:33:53.840-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:53.892-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:53.893-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 pid=149092 | |
2020-12-24T14:33:53.893-0500 [DEBUG] plugin: plugin exited | |
2020/12/24 14:33:53 [INFO] backend/local: apply calling Apply | |
2020/12/24 14:33:53 [INFO] terraform: building graph: GraphTypeApply | |
2020/12/24 14:33:53 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_uuid.this (expand) | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_integration.stats (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_integration.builds_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_iam_role_policy.replication (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.storage_bucket_public_access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.stuck_builds (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.stats" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.terraform_state_public_access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.publish_lambda_errors (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_api_mapping.deno_api_mapping (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_sns_topic.alarm (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.modules_list (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.replication_assume (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.cleanup (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.webhook_github" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.async_publish (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket.moderation_bucket (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket.storage_bucket_replication (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].backup | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "cloudflare_worker_route.worker_route (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/terraform-providers/cloudflare"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.replication_permissions (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_ecr_repository.deployment_package (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.cleanup" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket.storage_bucket (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.stats (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.basic_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_iam_role_policy.lambda_permissions (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.stats (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.stargazers_schedule (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.modules_get" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_event_source_mapping.async_publish (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_route.stats (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_integration.webhook_github (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_route.modules_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.stargazers_lambda_errors (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_route.modules_list (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_stage.deno_api_default_stage (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.webhook_github (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_integration.modules_list (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.async_publish" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.cleanup_schedule (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "cloudflare_record.cdn (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/terraform-providers/cloudflare"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.stargazers" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_sqs_queue.build_queue (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_domain_name.deno_api_domain (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_iam_role.lambda_exec_role (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.modules_list (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_integration.modules_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.cleanup (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.data_lambda_errors (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.builds_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_sqs_queue.build_dlq (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.modules_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_route.builds_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "data.aws_caller_identity.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.builds_get" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.stargazers (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.stargazers (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "cloudflare_worker_script.worker (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/terraform-providers/cloudflare"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.storage_replication_bucket_public_access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].backup | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_iam_role.replication (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.builds_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_permission.webhook_github (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_route.webhook_github (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.cleanup (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.lambda_permissions (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "cloudflare_record.api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/terraform-providers/cloudflare"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_ssm_parameter.github_token (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "data.aws_iam_policy.basic_lambda (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket.terraform_state (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_apigatewayv2_api.deno_api (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.stargazers (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.dlq_messages (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "random_uuid.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.async_publish (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.moderation_bucket_public_access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.modules_list" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ProviderTransformer: "aws_lambda_function.modules_get (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.publish_lambda_errors (expand)" references: [aws_lambda_function.async_publish (expand) aws_lambda_function.async_publish aws_lambda_function.async_publish aws_lambda_function.webhook_github (expand) aws_lambda_function.webhook_github aws_lambda_function.webhook_github] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.data_lambda_errors (expand)" references: [aws_lambda_function.modules_get (expand) aws_lambda_function.modules_get aws_lambda_function.modules_get aws_lambda_function.modules_list aws_lambda_function.modules_list aws_lambda_function.modules_list (expand) aws_lambda_function.builds_get (expand) aws_lambda_function.builds_get aws_lambda_function.builds_get aws_lambda_function.stats aws_lambda_function.stats aws_lambda_function.stats (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.async_publish (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_route.modules_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.docker_tag" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"].backup" references: [var.backup_region] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "cloudflare_worker_route.worker_route (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket_public_access_block.moderation_bucket_public_access (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_stage.deno_api_default_stage (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.stargazers_lambda_errors (expand)" references: [aws_lambda_function.stargazers (expand) aws_lambda_function.stargazers aws_lambda_function.stargazers] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.builds_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "local.ecr_image_url (expand)" references: [aws_ecr_repository.deployment_package (expand) var.docker_tag] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.modules_list" references: [local.ecr_image_url (expand) local.tags (expand) local.prefix (expand) local.short_uuid (expand) aws_iam_role.lambda_exec_role (expand) local.lambda_default_timeout (expand) var.mongodb_uri] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.modules_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.cleanup_schedule (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket.storage_bucket (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.stargazers_schedule (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.this (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_sqs_queue.build_dlq (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_integration.stats (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.cleanup (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_integration.modules_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.builds_get" references: [local.lambda_default_timeout (expand) local.ecr_image_url (expand) local.tags (expand) local.prefix (expand) local.short_uuid (expand) aws_iam_role.lambda_exec_role (expand) var.mongodb_uri aws_s3_bucket.storage_bucket (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_iam_role.replication (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.assume_policy (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.cdn_domain" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.stargazers (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.webhook_github (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.dlq_messages (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "cloudflare_record.cdn (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_integration.builds_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.modules_get" references: [local.lambda_default_timeout (expand) local.ecr_image_url (expand) local.tags (expand) local.prefix (expand) local.short_uuid (expand) aws_iam_role.lambda_exec_role (expand) var.mongodb_uri] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/terraform-providers/cloudflare\"]" references: [var.cloudflare_account_id] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_rule.stargazers (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.stats (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.builds_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.certificate_arn" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.github_token" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.basic_lambda (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_sns_topic.alarm (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.lambda_permissions (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.modules_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.modules_list (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.lambda_permissions (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_route.builds_get (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_ssm_parameter.github_token (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.cleanup (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_domain_name.deno_api_domain (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "cloudflare_record.api (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "random_uuid.this (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "data.aws_iam_policy.basic_lambda (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.replication_permissions (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.backup_region" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_integration.modules_list (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket.terraform_state (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.replication_assume (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.cleanup (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_event_target.stargazers (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_api.deno_api (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.sqs_visibility_delay" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "local.lambda_default_timeout (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_route.modules_list (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.webhook_github (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.cloudflare_account_id" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.env" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.webhook_github" references: [aws_iam_role.lambda_exec_role (expand) local.lambda_default_timeout (expand) local.ecr_image_url (expand) local.tags (expand) local.prefix (expand) local.short_uuid (expand) var.mongodb_uri aws_s3_bucket.storage_bucket (expand) aws_s3_bucket.moderation_bucket (expand) aws_sqs_queue.build_queue (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_iam_role.lambda_exec_role (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "local.prefix (expand)" references: [var.env] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.stargazers" references: [local.prefix (expand) local.short_uuid (expand) aws_iam_role.lambda_exec_role (expand) local.ecr_image_url (expand) local.tags (expand) var.mongodb_uri aws_s3_bucket.storage_bucket (expand) aws_ssm_parameter.github_token (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.replication (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_ecr_repository.deployment_package (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket_public_access_block.storage_bucket_public_access (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.stats" references: [local.lambda_default_timeout (expand) local.tags (expand) local.ecr_image_url (expand) local.prefix (expand) local.short_uuid (expand) aws_iam_role.lambda_exec_role (expand) var.mongodb_uri] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.region] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.cloudflare_zone_id" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.async_publish" references: [local.ecr_image_url (expand) local.tags (expand) local.prefix (expand) local.short_uuid (expand) aws_iam_role.lambda_exec_role (expand) var.mongodb_uri aws_s3_bucket.storage_bucket (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.stuck_builds (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_route.webhook_github (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_route.stats (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_event_source_mapping.async_publish (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.modules_list (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.api_domain" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "var.mongodb_uri" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "local.short_uuid (expand)" references: [random_uuid.this (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "cloudflare_worker_script.worker (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket_public_access_block.storage_replication_bucket_public_access (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket.moderation_bucket (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_permission.async_publish (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_sqs_queue.build_queue (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "local.tags (expand)" references: [var.env local.short_uuid (expand) data.aws_caller_identity.this (expand)] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.cleanup" references: [aws_iam_role.lambda_exec_role (expand) local.ecr_image_url (expand) local.tags (expand) local.prefix (expand) local.short_uuid (expand) var.mongodb_uri] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket_public_access_block.terraform_state_public_access (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_s3_bucket.storage_bucket_replication (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_integration.webhook_github (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_lambda_function.stats (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] ReferenceTransformer: "aws_apigatewayv2_api_mapping.deno_api_mapping (expand)" references: [] | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_event_target.stargazers (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_api.deno_api (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_route.modules_list (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.webhook_github (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_iam_role_policy.replication (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_s3_bucket_public_access_block.storage_bucket_public_access (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_metric_alarm.stuck_builds (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_route.webhook_github (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_route.stats (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_event_source_mapping.async_publish (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: cloudflare_worker_script.worker (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_s3_bucket_public_access_block.storage_replication_bucket_public_access (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.async_publish (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_s3_bucket_public_access_block.terraform_state_public_access (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_s3_bucket.storage_bucket_replication (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_integration.webhook_github (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_api_mapping.deno_api_mapping (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_metric_alarm.publish_lambda_errors (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_metric_alarm.data_lambda_errors (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_route.modules_get (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: cloudflare_worker_route.worker_route (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_s3_bucket_public_access_block.moderation_bucket_public_access (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_stage.deno_api_default_stage (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_metric_alarm.stargazers_lambda_errors (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.cleanup_schedule (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.stargazers_schedule (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_sqs_queue.build_dlq (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_integration.stats (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_event_rule.cleanup (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_integration.modules_get (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_iam_role.replication (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: data.aws_iam_policy_document.assume_policy (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: data.aws_iam_policy_document.replication_assume (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_s3_bucket.terraform_state (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_integration.modules_list (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: data.aws_iam_policy_document.replication_permissions (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: data.aws_iam_policy.basic_lambda (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: cloudflare_record.api (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_domain_name.deno_api_domain (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_event_target.cleanup (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_route.builds_get (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_iam_role_policy.lambda_permissions (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.modules_list (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.modules_get (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: data.aws_iam_policy_document.lambda_permissions (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_sns_topic.alarm (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_iam_role_policy_attachment.basic_lambda (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.builds_get (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_lambda_permission.stats (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_metric_alarm.dlq_messages (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: cloudflare_record.cdn (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_apigatewayv2_integration.builds_get (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] pruneUnusedNodes: aws_cloudwatch_event_rule.stargazers (expand) is no longer needed, removing | |
2020/12/24 14:33:53 [DEBUG] Starting graph walk: walkApply | |
2020-12-24T14:33:53.906-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:53.928-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 args=[.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0] | |
2020-12-24T14:33:53.928-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 pid=149105 | |
2020-12-24T14:33:53.928-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 | |
2020-12-24T14:33:53.936-0500 [INFO] plugin.terraform-provider-cloudflare_v2.14.0: configuring server automatic mTLS: timestamp=2020-12-24T14:33:53.936-0500 | |
2020-12-24T14:33:53.960-0500 [DEBUG] plugin.terraform-provider-cloudflare_v2.14.0: plugin address: address=/tmp/plugin522127014 network=unix timestamp=2020-12-24T14:33:53.960-0500 | |
2020-12-24T14:33:53.960-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:54.012-0500 [DEBUG] plugin.terraform-provider-cloudflare_v2.14.0: 2020/12/24 14:33:54 [INFO] Cloudflare Client configured for user: | |
2020-12-24T14:33:54.012-0500 [DEBUG] plugin.terraform-provider-cloudflare_v2.14.0: 2020/12/24 14:33:54 [INFO] Using specified account id 8fb64064705da7d65b1d09307f768c61 in Cloudflare provider | |
2020-12-24T14:33:54.012-0500 [DEBUG] plugin.terraform-provider-cloudflare_v2.14.0: 2020/12/24 14:33:54 [INFO] Cloudflare Client configured for user: | |
2020-12-24T14:33:54.012-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:54.035-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5] | |
2020-12-24T14:33:54.035-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=149118 | |
2020-12-24T14:33:54.035-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 | |
2020-12-24T14:33:54.038-0500 [INFO] plugin.terraform-provider-random_v3.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:33:54.038-0500 | |
2020-12-24T14:33:54.061-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:54.061-0500 [DEBUG] plugin.terraform-provider-random_v3.0.0_x5: plugin address: address=/tmp/plugin116108552 network=unix timestamp=2020-12-24T14:33:54.061-0500 | |
2020-12-24T14:33:54.108-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:54.109-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/terraform-providers/cloudflare/2.14.0/linux_amd64/terraform-provider-cloudflare_v2.14.0 pid=149105 | |
2020-12-24T14:33:54.109-0500 [DEBUG] plugin: plugin exited | |
2020-12-24T14:33:54.109-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:54.132-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5] | |
2020-12-24T14:33:54.132-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 pid=149131 | |
2020-12-24T14:33:54.132-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 | |
2020-12-24T14:33:54.157-0500 [INFO] plugin.terraform-provider-aws_v3.22.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:33:54.157-0500 | |
2020-12-24T14:33:54.183-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: plugin address: address=/tmp/plugin023652680 network=unix timestamp=2020-12-24T14:33:54.183-0500 | |
2020-12-24T14:33:54.183-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:54.290-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-12-24T14:33:54.290-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST / HTTP/1.1 | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: sts.amazonaws.com | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 43 | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193354Z | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-12-24T14:33:54.291-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:54.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 409 | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: text/xml | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:53 GMT | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 725e8e7a-0dab-4807-a1df-c5902a3a44e4 | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <GetCallerIdentityResult> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Arn>arn:aws:iam::REDACTED:user/REDACTED</Arn> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <UserId>AIDA3BRLZG2SGZ5XA6DCF</UserId> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Account>REDACTED</Account> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResult> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <ResponseMetadata> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <RequestId>725e8e7a-0dab-4807-a1df-c5902a3a44e4</RequestId> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </ResponseMetadata> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResponse> | |
2020-12-24T14:33:54.511-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST / HTTP/1.1 | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: sts.amazonaws.com | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 43 | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193354Z | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-12-24T14:33:54.512-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 409 | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: text/xml | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:54 GMT | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 6c936d7c-53f0-4ecc-bf60-97305a9870c5 | |
2020-12-24T14:33:54.689-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <GetCallerIdentityResult> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Arn>arn:aws:iam::REDACTED:user/REDACTED</Arn> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <UserId>AIDA3BRLZG2SGZ5XA6DCF</UserId> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Account>REDACTED</Account> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResult> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <ResponseMetadata> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <RequestId>6c936d7c-53f0-4ecc-bf60-97305a9870c5</RequestId> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </ResponseMetadata> | |
2020-12-24T14:33:54.690-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResponse> | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:54 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST / HTTP/1.1 | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: ec2.eu-west-1.amazonaws.com | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 87 | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193354Z | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-12-24T14:33:54.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 540 | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: text/xml;charset=UTF-8 | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:54 GMT | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Server: AmazonEC2 | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: aa8d2103-f6cd-4a75-9731-fc6704430c1a | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <requestId>aa8d2103-f6cd-4a75-9731-fc6704430c1a</requestId> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <accountAttributeSet> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <item> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <attributeName>supported-platforms</attributeName> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <attributeValueSet> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <item> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <attributeValue>VPC</attributeValue> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </item> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </attributeValueSet> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </item> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </accountAttributeSet> | |
2020-12-24T14:33:55.570-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </DescribeAccountAttributesResponse> | |
2020-12-24T14:33:55.571-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-12-24T14:33:55.623-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5] | |
2020-12-24T14:33:55.624-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 pid=149144 | |
2020-12-24T14:33:55.624-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 | |
2020-12-24T14:33:55.649-0500 [INFO] plugin.terraform-provider-aws_v3.22.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:33:55.649-0500 | |
2020-12-24T14:33:55.673-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-12-24T14:33:55.673-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: plugin address: address=/tmp/plugin148213726 network=unix timestamp=2020-12-24T14:33:55.673-0500 | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST / HTTP/1.1 | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: sts.amazonaws.com | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 43 | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193355Z | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-12-24T14:33:55.782-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 409 | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: text/xml | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:55 GMT | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: e1f07c3f-edc0-4ce3-879d-3ddf63dffd8e | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <GetCallerIdentityResult> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Arn>arn:aws:iam::REDACTED:user/REDACTED</Arn> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <UserId>AIDA3BRLZG2SGZ5XA6DCF</UserId> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Account>REDACTED</Account> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResult> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <ResponseMetadata> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <RequestId>e1f07c3f-edc0-4ce3-879d-3ddf63dffd8e</RequestId> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </ResponseMetadata> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResponse> | |
2020-12-24T14:33:55.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:55 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST / HTTP/1.1 | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: sts.amazonaws.com | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 43 | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193355Z | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-12-24T14:33:55.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 409 | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: text/xml | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:55 GMT | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: d7857ea4-347f-4a97-8739-7963e6a40cf0 | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <GetCallerIdentityResult> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Arn>arn:aws:iam::REDACTED:user/REDACTED</Arn> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <UserId>AIDA3BRLZG2SGZ5XA6DCF</UserId> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <Account>REDACTED</Account> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResult> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <ResponseMetadata> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <RequestId>d7857ea4-347f-4a97-8739-7963e6a40cf0</RequestId> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </ResponseMetadata> | |
2020-12-24T14:33:56.165-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </GetCallerIdentityResponse> | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST / HTTP/1.1 | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: ec2.us-east-1.amazonaws.com | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 87 | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193356Z | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-12-24T14:33:56.172-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 540 | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Cache-Control: no-cache, no-store | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: text/xml;charset=UTF-8 | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:56 GMT | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Server: AmazonEC2 | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Strict-Transport-Security: max-age=31536000; includeSubDomains | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 71c831da-f999-4174-83e4-fbcdeac9657c | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <requestId>71c831da-f999-4174-83e4-fbcdeac9657c</requestId> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <accountAttributeSet> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <item> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <attributeName>supported-platforms</attributeName> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <attributeValueSet> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <item> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: <attributeValue>VPC</attributeValue> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </item> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </attributeValueSet> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </item> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </accountAttributeSet> | |
2020-12-24T14:33:56.453-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: </DescribeAccountAttributesResponse> | |
2020-12-24T14:33:56.455-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:56.459-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=149118 | |
2020-12-24T14:33:56.459-0500 [DEBUG] plugin: plugin exited | |
2020-12-24T14:33:56.461-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2020-12-24T14:33:56.472-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 pid=149131 | |
2020-12-24T14:33:56.473-0500 [DEBUG] plugin: plugin exited | |
2020/12/24 14:33:56 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.stargazers, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.stargazers: Modifying... [id=deno-registry2-staging_scrape_stargazers_69494d4b] | |
2020/12/24 14:33:56 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:33:56 [DEBUG] aws_lambda_function.stargazers: applying the planned Update change | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_scrape_stargazers_69494d4b", | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:56 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_scrape_stargazers_69494d4b/code HTTP/1.1 | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193356Z | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:33:56.510-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1409 | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:57 GMT | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 7f70895d-8799-4e1f-b7fd-a9c53212c85a | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.468-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
NO_UNSTABLE":"1","STORAGE_BUCKET":"deno-registry2-staging-storagebucket-69494d4b","MONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority","GITHUB_TOKEN_SSM":"deno-registry2-staging-github-token-69494d4b"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_scrape_stargazers_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193357Z | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.469-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 211 | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:57 GMT | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 1ae2876d-5733-4e9c-90d0-44c2e06aa22f | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b"} | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "1ae2876d-5733-4e9c-90d0-44c2e06aa22f" | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b", | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:33:57.642-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:33:57 [DEBUG] aws_lambda_function.stargazers: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_scrape_stargazers_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "1ae2876d-5733-4e9c-90d0-44c2e06aa22f" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:33:57 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.async_publish, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.async_publish: Modifying... [id=deno-registry2-staging_async_publish_69494d4b] | |
2020/12/24 14:33:57 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:33:57 [DEBUG] aws_lambda_function.async_publish: applying the planned Update change | |
2020-12-24T14:33:57.695-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_async_publish_69494d4b", | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:57 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_async_publish_69494d4b/code HTTP/1.1 | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193357Z | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:33:57.696-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1373 | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:58 GMT | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 6aaed5b9-aeae-40f8-90d9-fe6daa0615ec | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.697-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
/admin:[email protected]/?retryWrites=true&w=majority","REMOTE_URL":"https://deno.land/x/%m@%v"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_async_publish_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193358Z | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.698-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 207 | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:58 GMT | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 0ab76f31-c403-4836-a774-35d027a76c4f | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b"} | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "0ab76f31-c403-4836-a774-35d027a76c4f" | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b", | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:33:58.874-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:33:58 [DEBUG] aws_lambda_function.async_publish: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_async_publish_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "0ab76f31-c403-4836-a774-35d027a76c4f" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:33:58 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.webhook_github, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.webhook_github: Modifying... [id=deno-registry2-staging_webhook_github_69494d4b] | |
2020/12/24 14:33:58 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:33:58 [DEBUG] aws_lambda_function.webhook_github: applying the planned Update change | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_webhook_github_69494d4b", | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:58 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_webhook_github_69494d4b/code HTTP/1.1 | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193358Z | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:33:58.924-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:59 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1513 | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:33:59 GMT | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: ebb5ab11-5a9d-4540-ac60-3e1eafa0f825 | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:59.926-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
azonaws.com/REDACTED/deno-registry2-staging-build-queue-69494d4b","DENO_UNSTABLE":"1","STORAGE_BUCKET":"deno-registry2-staging-storagebucket-69494d4b","MONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:33:59 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_webhook_github_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193359Z | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:33:59.927-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 208 | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:00 GMT | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: dde8feb6-3d8b-4451-897e-a03484677544 | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b"} | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "dde8feb6-3d8b-4451-897e-a03484677544" | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b", | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:34:00.101-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:34:00 [DEBUG] aws_lambda_function.webhook_github: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_webhook_github_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "dde8feb6-3d8b-4451-897e-a03484677544" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:34:00 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.modules_list, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.modules_list: Modifying... [id=deno-registry2-staging_modules_list_69494d4b] | |
2020/12/24 14:34:00 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:34:00 [DEBUG] aws_lambda_function.modules_list: applying the planned Update change | |
2020-12-24T14:34:00.148-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:34:00.148-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_modules_list_69494d4b", | |
2020-12-24T14:34:00.148-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:34:00.148-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_modules_list_69494d4b/code HTTP/1.1 | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193400Z | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:34:00.149-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1262 | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:00 GMT | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 3db8374d-4c63-4dcb-994c-1c135a827377 | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:00.937-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] {"Description":"","TracingConfig":{"Mode":"PassThrough"},"VpcConfig":null,"SigningJobArn":null,"RevisionId":"23293d08-f36f-4110-8c5d-e76bf0d1d7ff","LastModified":"2020-12-24T19:34:00.000+0000","FileSystemConfigs":null,"FunctionName":"deno-registry2-staging_modules_list_69494d4b","Runtime":null,"Version":"$LATEST","PackageType":"Image","LastUpdateStatus":"InProgress","Layers":null,"FunctionArn":"arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b","KMSKeyArn":null,"MemorySize":128,"ImageConfigResponse":{"ImageConfig":{"WorkingDirectory":"","Command":["api/modules/list.handler"],"EntryPoint":null},"Error":null},"LastUpdateStatusReason":"The function is being created.","DeadLetterConfig":null,"Timeout":10,"Handler":null,"CodeSha256":"5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22","Role":"arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b","SigningProfileVersionArn":null,"MasterArn":null,"CodeSize":0,"State":"Active","StateReason":null,"Environment":{"Variables":{"DENO_UNSTABLE":"1","MONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:00 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_modules_list_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193400Z | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:00.938-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 206 | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:01 GMT | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 6c249aaf-fa82-4f78-872e-6cbf93824f81 | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b"} | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "6c249aaf-fa82-4f78-872e-6cbf93824f81" | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b", | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:34:01.109-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:34:01 [DEBUG] aws_lambda_function.modules_list: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_modules_list_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "6c249aaf-fa82-4f78-872e-6cbf93824f81" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:34:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.stats, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.stats: Modifying... [id=deno-registry2-staging_stats_69494d4b] | |
2020/12/24 14:34:01 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:34:01 [DEBUG] aws_lambda_function.stats: applying the planned Update change | |
2020-12-24T14:34:01.151-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:34:01.151-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_stats_69494d4b", | |
2020-12-24T14:34:01.151-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:34:01.151-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_stats_69494d4b/code HTTP/1.1 | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193401Z | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:34:01.152-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1241 | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:01 GMT | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: b768b6a4-7bb7-4bd3-a67e-1ed9aaeec1ee | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] {"Description":"","TracingConfig":{"Mode":"PassThrough"},"VpcConfig":null,"SigningJobArn":null,"RevisionId":"7b008fef-b514-450b-9d1a-3bcc48b58904","LastModified":"2020-12-24T19:34:01.000+0000","FileSystemConfigs":null,"FunctionName":"deno-registry2-staging_stats_69494d4b","Runtime":null,"Version":"$LATEST","PackageType":"Image","LastUpdateStatus":"InProgress","Layers":null,"FunctionArn":"arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b","KMSKeyArn":null,"MemorySize":128,"ImageConfigResponse":{"ImageConfig":{"WorkingDirectory":"","Command":["api/stats.handler"],"EntryPoint":null},"Error":null},"LastUpdateStatusReason":"The function is being created.","DeadLetterConfig":null,"Timeout":10,"Handler":null,"CodeSha256":"5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22","Role":"arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b","SigningProfileVersionArn":null,"MasterArn":null,"CodeSize":0,"State":"Active","StateReason":null,"Environment":{"Variables":{"DENO_UNSTABLE":"1","MONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:01 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_stats_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193401Z | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:01.973-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 199 | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:02 GMT | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 39f8adc7-d229-4bcf-9a16-6261b2e86a33 | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b"} | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "39f8adc7-d229-4bcf-9a16-6261b2e86a33" | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b", | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:34:02.141-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:34:02 [DEBUG] aws_lambda_function.stats: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_stats_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "39f8adc7-d229-4bcf-9a16-6261b2e86a33" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:34:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.modules_get, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.modules_get: Modifying... [id=deno-registry2-staging_modules_get_69494d4b] | |
2020/12/24 14:34:02 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:34:02 [DEBUG] aws_lambda_function.modules_get: applying the planned Update change | |
2020-12-24T14:34:02.194-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:34:02.194-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_modules_get_69494d4b", | |
2020-12-24T14:34:02.194-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:34:02.194-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_modules_get_69494d4b/code HTTP/1.1 | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193402Z | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:34:02.195-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:02.997-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1259 | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:02 GMT | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: dbe0769d-4971-4b83-93eb-448437880cab | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:02.998-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
ONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:02 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_modules_get_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193402Z | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:03.000-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:03 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 205 | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:03 GMT | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: ae0a0ce3-eeb0-44cc-a696-485620684fa3 | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:03 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b"} | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "ae0a0ce3-eeb0-44cc-a696-485620684fa3" | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b", | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:34:03.169-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:34:03 [DEBUG] aws_lambda_function.modules_get: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_modules_get_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "ae0a0ce3-eeb0-44cc-a696-485620684fa3" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:34:03 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.cleanup, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.cleanup: Modifying... [id=deno-registry2-staging_nightly_cleanup_69494d4b] | |
2020/12/24 14:34:03 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:34:03 [DEBUG] aws_lambda_function.cleanup: applying the planned Update change | |
2020-12-24T14:34:03.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:03 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:34:03.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_nightly_cleanup_69494d4b", | |
2020-12-24T14:34:03.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:34:03.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:03 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_nightly_cleanup_69494d4b/code HTTP/1.1 | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193403Z | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:34:03.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1284 | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:04 GMT | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 4cf04e69-9df6-4a01-b202-a249017b6b80 | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:04.231-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] {"Description":"","TracingConfig":{"Mode":"PassThrough"},"VpcConfig":null,"SigningJobArn":null,"RevisionId":"a81e093c-3458-46e3-9fe8-2733df01a537","LastModified":"2020-12-24T19:34:03.000+0000","FileSystemConfigs":null,"FunctionName":"deno-registry2-staging_nightly_cleanup_69494d4b","Runtime":null,"Version":"$LATEST","PackageType":"Image","LastUpdateStatus":"InProgress","Layers":null,"FunctionArn":"arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b","KMSKeyArn":null,"MemorySize":1024,"ImageConfigResponse":{"ImageConfig":{"WorkingDirectory":"","Command":["api/async/cleanup.handler"],"EntryPoint":null},"Error":null},"LastUpdateStatusReason":"The function is being created.","DeadLetterConfig":null,"Timeout":300,"Handler":null,"CodeSha256":"5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22","Role":"arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b","SigningProfileVersionArn":null,"MasterArn":null,"CodeSize":0,"State":"Active","StateReason":null,"Environment":{"Variables":{"DENO_UNSTABLE":"1","DRYRUN":"1","MONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_nightly_cleanup_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193404Z | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.232-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 209 | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:04 GMT | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 9259b0e9-be71-4f5b-a382-2c100e73a2cf | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b"} | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "9259b0e9-be71-4f5b-a382-2c100e73a2cf" | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b", | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:34:04.404-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:34:04 [DEBUG] aws_lambda_function.cleanup: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_nightly_cleanup_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "9259b0e9-be71-4f5b-a382-2c100e73a2cf" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:34:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lambda_function.builds_get, 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: | |
- .tracing_config: block count in plan (1) disagrees with count in config (0) | |
aws_lambda_function.builds_get: Modifying... [id=deno-registry2-staging_builds_get_69494d4b] | |
2020/12/24 14:34:04 [DEBUG] EvalApply: ProviderMeta config value set | |
2020/12/24 14:34:04 [DEBUG] aws_lambda_function.builds_get: applying the planned Update change | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] Send Update Lambda Function Code request: { | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: FunctionName: "deno-registry2-staging_builds_get_69494d4b", | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ImageUri: "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13" | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:04 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: PUT /2015-03-31/functions/deno-registry2-staging_builds_get_69494d4b/code HTTP/1.1 | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 83 | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193404Z | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: {"ImageUri":"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13"} | |
2020-12-24T14:34:04.448-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/UpdateFunctionCode Details: | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 200 OK | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 1321 | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:05 GMT | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: 0eaa10f8-e7eb-43a0-bcb2-f27dbdc441b3 | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:05.250-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] {"Description":"","TracingConfig":{"Mode":"PassThrough"},"VpcConfig":null,"SigningJobArn":null,"RevisionId":"e7bbc0e0-b281-4342-bb7d-dfee47c5904a","LastModified":"2020-12-24T19:34:05.000+0000","FileSystemConfigs":null,"FunctionName":"deno-registry2-staging_builds_get_69494d4b","Runtime":null,"Version":"$LATEST","PackageType":"Image","LastUpdateStatus":"InProgress","Layers":null,"FunctionArn":"arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b","KMSKeyArn":null,"MemorySize":128,"ImageConfigResponse":{"ImageConfig":{"WorkingDirectory":"","Command":["api/builds/get.handler"],"EntryPoint":null},"Error":null},"LastUpdateStatusReason":"The function is being created.","DeadLetterConfig":null,"Timeout":10,"Handler":null,"CodeSha256":"5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22","Role":"arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b","SigningProfileVersionArn":null,"MasterArn":null,"CodeSize":0,"State":"Active","StateReason":null,"Environment":{"Variables":{"DENO_UNSTABLE":"1","STORAGE_BUCKET":"deno-registry2-staging-storagebucket-69494d4b","MONGO_URI":"mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"},"Error":null},"StateReasonCode":null,"LastUpdateStatusReasonCode":"Creating"} | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/PublishVersion Details: | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: POST /2015-03-31/functions/deno-registry2-staging_builds_get_69494d4b/versions HTTP/1.1 | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Host: lambda.us-east-1.amazonaws.com | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: User-Agent: aws-sdk-go/1.36.7 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 (+https://www.terraform.io) | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 0 | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amz-Date: 20201224T193405Z | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Accept-Encoding: gzip | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:05.251-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/PublishVersion Details: | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: HTTP/1.1 409 Conflict | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Connection: close | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Length: 204 | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Content-Type: application/json | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Date: Thu, 24 Dec 2020 19:34:05 GMT | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Errortype: ResourceConflictException | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: X-Amzn-Requestid: ec675757-8b8a-4e73-bd5f-d2f6fcf3ae4c | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: ----------------------------------------------------- | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] {"Type":"User","message":"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b"} | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: 2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] DEBUG: Validate Response lambda/PublishVersion failed, attempt 0/25, error ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: { | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RespMetadata: { | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: StatusCode: 409, | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: RequestID: "ec675757-8b8a-4e73-bd5f-d2f6fcf3ae4c" | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: }, | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b", | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: Type: "User" | |
2020-12-24T14:34:05.421-0500 [DEBUG] plugin.terraform-provider-aws_v3.22.0_x5: } | |
2020/12/24 14:34:05 [DEBUG] aws_lambda_function.builds_get: apply errored, but we're indicating that via the Error pointer rather than returning it: Error publishing Lambda Function (deno-registry2-staging_builds_get_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "ec675757-8b8a-4e73-bd5f-d2f6fcf3ae4c" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b", | |
Type: "User" | |
} | |
2020/12/24 14:34:05 [DEBUG] Uploading remote state to S3: { | |
Body: buffer(0xc001e21aa0), | |
Bucket: "deno-registry2-staging-terraform-state-69494d4b", | |
ContentLength: 137099, | |
ContentType: "application/json", | |
Key: "terraform.tfstate" | |
} | |
2020/12/24 14:34:05 [DEBUG] [aws-sdk-go] DEBUG: Request s3/PutObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
PUT /terraform.tfstate HTTP/1.1 | |
Host: deno-registry2-staging-terraform-state-69494d4b.s3.amazonaws.com | |
User-Agent: aws-sdk-go/1.31.9 (go1.15.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.3 | |
Content-Length: 137099 | |
Content-Md5: 1hrrTe6vLJ82ibOJiQTHWA== | |
Content-Type: application/json | |
X-Amz-Content-Sha256: d1456d4c0b4665efd9c48810cb148662f7419a87f336b9cf13a27f05735c9469 | |
X-Amz-Date: 20201224T193405Z | |
Accept-Encoding: gzip | |
{ | |
"version": 4, | |
"terraform_version": "0.14.3", | |
"serial": 11, | |
"lineage": "000674aa-b1b6-b146-1669-de944fb6263e", | |
"outputs": {}, | |
"resources": [ | |
{ | |
"mode": "data", | |
"type": "aws_caller_identity", | |
"name": "this", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"account_id": "REDACTED", | |
"arn": "arn:aws:iam::REDACTED:user/REDACTED", | |
"id": "REDACTED", | |
"user_id": "AIDA3BRLZG2SGZ5XA6DCF" | |
}, | |
"sensitive_attributes": [] | |
} | |
] | |
}, | |
{ | |
"mode": "data", | |
"type": "aws_iam_policy", | |
"name": "basic_lambda", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole", | |
"description": "Provides write permissions to CloudWatch Logs.", | |
"id": "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole", | |
e", | |
"path": "/service-role/", | |
"policy": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"logs:CreateLogGroup\",\n \"logs:CreateLogStream\",\n \"logs:PutLogEvents\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}" | |
}, | |
"sensitive_attributes": [] | |
} | |
] | |
}, | |
{ | |
"mode": "data", | |
"type": "aws_iam_policy_document", | |
"name": "assume_policy", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "3693445097", | |
"json": "{\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}", | |
"override_json": null, | |
"policy_id": null, | |
"source_json": null, | |
"statement": [ | |
{ | |
"actions": [ | |
"sts:AssumeRole" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [ | |
{ | |
"identifiers": [ | |
"lambda.amazonaws.com" | |
], | |
"type": "Service" | |
} | |
], | |
"resources": [], | |
"sid": "" | |
} | |
], | |
"version": "2012-10-17" | |
}, | |
"sensitive_attributes": [] | |
} | |
] | |
}, | |
{ | |
"mode": "data", | |
"type": "aws_iam_policy_document", | |
"name": "lambda_permissions", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "2034192863", | |
"json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:PutObjectAcl\",\n \"s3:PutObject\",\n \"s3:ListBucket\",\n \"s3:GetObject\"\n ],\n \"Resource\": [\n \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b/*\",\n \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b\",\n \"arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b/*\",\n \"arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b\"\n ]\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"sqs:SetQueueAttributes\",\n \"sqs:SendMessageBatch\",\n \"sqs:SendMessage\",\n \"sqs:ReceiveMessage\",\n \"sqs:GetQueueUrl\",\n \"sqs:GetQueueAttributes\",\n \"sqs:DeleteMessage\"\n ],\n \"Resource\": [\n \"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-queue-69494d4b\",\n \"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-dlq-69494d4b\"\n ]\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"ssm:GetParameter\",\n \"Resource\": \"arn:aws:ssm:us-east-1:REDACTED:parameter/deno-registry2-staging-github-token-69494d4b\"\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"ecr:*\",\n \"Resource\": \"arn:aws:ecr:us-east-1:REDACTED:repository/deno_registry2\"\n }\n ]\n}", | |
"override_json": null, | |
"policy_id": null, | |
"source_json": null, | |
"statement": [ | |
{ | |
"actions": [ | |
"s3:GetObject", | |
"s3:ListBucket", | |
"s3:PutObject", | |
"s3:PutObjectAcl" | |
], | |
"condition": [], | |
"effect": "Allow", | |
actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
"arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b", | |
"arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b/*", | |
"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b", | |
"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b/*" | |
], | |
"sid": "" | |
}, | |
{ | |
"actions": [ | |
"sqs:DeleteMessage", | |
"sqs:GetQueueAttributes", | |
"sqs:GetQueueUrl", | |
"sqs:ReceiveMessage", | |
"sqs:SendMessage", | |
"sqs:SendMessageBatch", | |
"sqs:SetQueueAttributes" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-dlq-69494d4b", | |
"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-queue-69494d4b" | |
], | |
"sid": "" | |
}, | |
{ | |
"actions": [ | |
"ssm:GetParameter" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
"arn:aws:ssm:us-east-1:REDACTED:parameter/deno-registry2-staging-github-token-69494d4b" | |
], | |
"sid": "" | |
}, | |
{ | |
"actions": [ | |
"ecr:*" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
"arn:aws:ecr:us-east-1:REDACTED:repository/deno_registry2" | |
], | |
"sid": "" | |
} | |
], | |
"version": "2012-10-17" | |
}, | |
"sensitive_attributes": [] | |
} | |
] | |
}, | |
{ | |
"mode": "data", | |
"type": "aws_iam_policy_document", | |
"name": "replication_assume", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "4003806384", | |
"json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"s3.amazonaws.com\"\n }\n }\n ]\n}", | |
"override_json": null, | |
"policy_id": null, | |
"source_json": null, | |
"statement": [ | |
{ | |
"actions": [ | |
"sts:AssumeRole" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [ | |
{ | |
"identifiers": [ | |
"s3.amazonaws.com" | |
], | |
"type": "Service" | |
} | |
], | |
"resources": [], | |
"sid": "" | |
} | |
], | |
"version": "2012-10-17" | |
}, | |
"sensitive_attributes": [] | |
} | |
] | |
}, | |
{ | |
"mode": "data", | |
"type": "aws_iam_policy_document", | |
"name": "replication_permissions", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
stances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "487152131", | |
"json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:ListBucket\",\n \"s3:GetReplicationConfiguration\"\n ],\n \"Resource\": \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b\"\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:GetObjectVersionAcl\",\n \"s3:GetObjectVersion\"\n ],\n \"Resource\": \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b/*\"\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:ReplicateObject\",\n \"s3:ReplicateDelete\"\n ],\n \"Resource\": \"arn:aws:s3:::deno-registry2-staging-storagebucket-replication-69494d4b/*\"\n }\n ]\n}", | |
"override_json": null, | |
"policy_id": null, | |
"source_json": null, | |
"statement": [ | |
{ | |
"actions": [ | |
"s3:GetReplicationConfiguration", | |
"s3:ListBucket" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b" | |
], | |
"sid": "" | |
}, | |
{ | |
"actions": [ | |
"s3:GetObjectVersion", | |
"s3:GetObjectVersionAcl" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
no-registry2-staging-storagebucket-69494d4b/*" | |
], | |
"sid": "" | |
}, | |
{ | |
"actions": [ | |
"s3:ReplicateDelete", | |
"s3:ReplicateObject" | |
], | |
"condition": [], | |
"effect": "Allow", | |
"not_actions": [], | |
"not_principals": [], | |
"not_resources": [], | |
"principals": [], | |
"resources": [ | |
"arn:aws:s3:::deno-registry2-staging-storagebucket-replication-69494d4b/*" | |
], | |
"sid": "" | |
} | |
], | |
"version": "2012-10-17" | |
}, | |
"sensitive_attributes": [] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_api", | |
"name": "deno_api", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_endpoint": "https://ujn4s6k0ae.execute-api.us-east-1.amazonaws.com", | |
"api_key_selection_expression": "$request.header.x-api-key", | |
"arn": "arn:aws:apigateway:us-east-1::/apis/ujn4s6k0ae", | |
"body": null, | |
"cors_configuration": [ | |
{ | |
"allow_credentials": false, | |
"allow_headers": [], | |
"allow_methods": [], | |
"allow_origins": [ | |
"*" | |
], | |
"expose_headers": [], | |
"max_age": 0 | |
} | |
], | |
"credentials_arn": null, | |
"description": "", | |
"disable_execute_api_endpoint": false, | |
"execution_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae", | |
"id": "ujn4s6k0ae", | |
"name": "deno-registry2-staging_api_69494d4b", | |
"protocol_type": "HTTP", | |
"route_key": null, | |
d $request.path", | |
"tags": {}, | |
"target": null, | |
"version": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_api_mapping", | |
"name": "deno_api_mapping", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"api_mapping_key": "", | |
"domain_name": "api.wperron.com", | |
"id": "d491to", | |
"stage": "$default" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_apigatewayv2_domain_name.deno_api_domain", | |
"aws_apigatewayv2_stage.deno_api_default_stage", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_domain_name", | |
"name": "deno_api_domain", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_mapping_selection_expression": "$request.basepath", | |
"arn": "arn:aws:apigateway:us-east-1::/domainnames/api.wperron.com", | |
"domain_name": "api.wperron.com", | |
"domain_name_configuration": [ | |
{ | |
"certificate_arn": "arn:aws:acm:us-east-1:REDACTED:certificate/f6ee1214-dfe2-4ddd-8008-7e3c1c86bebb", | |
"endpoint_type": "REGIONAL", | |
"hosted_zone_id": "Z1UJRXOUMOOFQ8", | |
"security_policy": "TLS_1_2", | |
"target_domain_name": "d-l12ez1j7di.execute-api.us-east-1.amazonaws.com" | |
} | |
], | |
"id": "api.wperron.com", | |
ation": [], | |
"tags": {}, | |
"timeouts": null | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsidXBkYXRlIjozNjAwMDAwMDAwMDAwfX0=" | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_integration", | |
"name": "builds_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"connection_id": "", | |
"connection_type": "INTERNET", | |
"content_handling_strategy": "", | |
"credentials_arn": "", | |
"description": "", | |
"id": "cyulml3", | |
"integration_method": "POST", | |
"integration_response_selection_expression": "", | |
"integration_subtype": "", | |
"integration_type": "AWS_PROXY", | |
"integration_uri": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b/invocations", | |
"passthrough_behavior": "", | |
"payload_format_version": "2.0", | |
"request_parameters": {}, | |
"request_templates": {}, | |
"template_selection_expression": "", | |
"timeout_milliseconds": 10000, | |
"tls_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_integration", | |
"name": "modules_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"connection_id": "", | |
"connection_type": "INTERNET", | |
"content_handling_strategy": "", | |
"credentials_arn": "", | |
"description": "", | |
"id": "81ongv8", | |
"integration_method": "POST", | |
"integration_response_selection_expression": "", | |
"integration_subtype": "", | |
"integration_type": "AWS_PROXY", | |
"integration_uri": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b/invocations", | |
"passthrough_behavior": "", | |
"payload_format_version": "2.0", | |
"request_parameters": {}, | |
"request_templates": {}, | |
"template_selection_expression": "", | |
"timeout_milliseconds": 10000, | |
"tls_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.modules_get", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_integration", | |
"name": "modules_list", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
: "", | |
"connection_type": "INTERNET", | |
"content_handling_strategy": "", | |
"credentials_arn": "", | |
"description": "", | |
"id": "eaztslu", | |
"integration_method": "POST", | |
"integration_response_selection_expression": "", | |
"integration_subtype": "", | |
"integration_type": "AWS_PROXY", | |
"integration_uri": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b/invocations", | |
"passthrough_behavior": "", | |
"payload_format_version": "2.0", | |
"request_parameters": {}, | |
"request_templates": {}, | |
"template_selection_expression": "", | |
"timeout_milliseconds": 10000, | |
"tls_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.modules_list", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_integration", | |
"name": "stats", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"connection_id": "", | |
"connection_type": "INTERNET", | |
"content_handling_strategy": "", | |
"credentials_arn": "", | |
"description": "", | |
"id": "sx7zow5", | |
"integration_method": "POST", | |
"integration_response_selection_expression": "", | |
"integration_subtype": "", | |
"integration_type": "AWS_PROXY", | |
ation_uri": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b/invocations", | |
"passthrough_behavior": "", | |
"payload_format_version": "2.0", | |
"request_parameters": {}, | |
"request_templates": {}, | |
"template_selection_expression": "", | |
"timeout_milliseconds": 30000, | |
"tls_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.stats", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_integration", | |
"name": "webhook_github", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"connection_id": "", | |
"connection_type": "INTERNET", | |
"content_handling_strategy": "", | |
"credentials_arn": "", | |
"description": "", | |
"id": "s8c97c5", | |
"integration_method": "POST", | |
"integration_response_selection_expression": "", | |
"integration_subtype": "", | |
"integration_type": "AWS_PROXY", | |
"integration_uri": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b/invocations", | |
"passthrough_behavior": "", | |
"payload_format_version": "2.0", | |
"request_parameters": {}, | |
"request_templates": {}, | |
"template_selection_expression": "", | |
"timeout_milliseconds": 10000, | |
"tls_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.webhook_github", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_route", | |
"name": "builds_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"api_key_required": false, | |
"authorization_scopes": [], | |
"authorization_type": "NONE", | |
"authorizer_id": "", | |
"id": "84yfvod", | |
"model_selection_expression": "", | |
"operation_name": "", | |
"request_models": {}, | |
"route_key": "GET /builds/{id}", | |
"route_response_selection_expression": "", | |
"target": "integrations/cyulml3" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_apigatewayv2_integration.builds_get", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_route", | |
"name": "modules_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"api_key_required": false, | |
"authorization_scopes": [], | |
"authorization_type": "NONE", | |
"authorizer_id": "", | |
"id": "xn6cas1", | |
"model_selection_expression": "", | |
"operation_name": "", | |
"request_models": {}, | |
"route_key": "GET /modules/{name}", | |
"route_response_selection_expression": "", | |
"target": "integrations/81ongv8" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_apigatewayv2_integration.modules_get", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.modules_get", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_route", | |
"name": "modules_list", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"api_key_required": false, | |
"authorization_scopes": [], | |
"authorization_type": "NONE", | |
"authorizer_id": "", | |
"id": "ax7x96o", | |
"model_selection_expression": "", | |
"operation_name": "", | |
"request_models": {}, | |
"route_key": "GET /modules", | |
"route_response_selection_expression": "", | |
"target": "integrations/eaztslu" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_apigatewayv2_integration.modules_list", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.modules_list", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_route", | |
"name": "stats", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"api_key_required": false, | |
"authorization_scopes": [], | |
"authorization_type": "NONE", | |
"authorizer_id": "", | |
"id": "c7gynbs", | |
"model_selection_expression": "", | |
"operation_name": "", | |
"request_models": {}, | |
"route_key": "GET /stats", | |
"route_response_selection_expression": "", | |
"target": "integrations/sx7zow5" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_apigatewayv2_integration.stats", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.stats", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_route", | |
"name": "webhook_github", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"api_id": "ujn4s6k0ae", | |
"api_key_required": false, | |
"authorization_scopes": [], | |
"authorization_type": "NONE", | |
"authorizer_id": "", | |
"id": "c1aksck", | |
"model_selection_expression": "", | |
"operation_name": "", | |
"request_models": {}, | |
"route_key": "POST /webhook/gh/{name}", | |
"route_response_selection_expression": "", | |
"target": "integrations/s8c97c5" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_apigatewayv2_integration.webhook_github", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.webhook_github", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_apigatewayv2_stage", | |
"name": "deno_api_default_stage", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"access_log_settings": [], | |
"api_id": "ujn4s6k0ae", | |
"arn": "arn:aws:apigateway:us-east-1::/apis/ujn4s6k0ae/stages/$default", | |
"auto_deploy": true, | |
"client_certificate_id": "", | |
"default_route_settings": [ | |
{ | |
"data_trace_enabled": false, | |
"detailed_metrics_enabled": false, | |
"logging_level": "", | |
"throttling_burst_limit": 0, | |
"throttling_rate_limit": 0 | |
} | |
], | |
"deployment_id": "oi9gtw", | |
"description": "", | |
"execution_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae/$default", | |
"id": "$default", | |
"invoke_url": "https://ujn4s6k0ae.execute-api.us-east-1.amazonaws.com/", | |
"name": "$default", | |
"route_settings": [], | |
"stage_variables": {}, | |
"tags": {} | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_event_rule", | |
"name": "cleanup", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:events:us-east-1:REDACTED:rule/deno-registry2-staging-nightly-cleanup-schedule-69494d4b", | |
"description": "Event triggering the nightly cleanup of unused module names", | |
"event_bus_name": "default", | |
"event_pattern": null, | |
"id": "deno-registry2-staging-nightly-cleanup-schedule-69494d4b", | |
"is_enabled": true, | |
"name": "deno-registry2-staging-nightly-cleanup-schedule-69494d4b", | |
"name_prefix": "", | |
"role_arn": "", | |
"schedule_expression": "rate(1 day)", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
} | |
}, | |
itive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
], | |
"create_before_destroy": true | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_event_rule", | |
"name": "stargazers", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:events:us-east-1:REDACTED:rule/deno-registry2-staging-scrape-stargazers-schedule-69494d4b", | |
"description": "Event triggering the scrapping of stargazers from GitHub.", | |
"event_bus_name": "default", | |
"event_pattern": null, | |
"id": "deno-registry2-staging-scrape-stargazers-schedule-69494d4b", | |
"is_enabled": true, | |
"name": "deno-registry2-staging-scrape-stargazers-schedule-69494d4b", | |
"name_prefix": "", | |
"role_arn": "", | |
"schedule_expression": "rate(1 day)", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
} | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
], | |
"create_before_destroy": true | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_event_target", | |
"name": "cleanup", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 1, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b", | |
"batch_target": [], | |
"ecs_target": [], | |
"event_bus_name": "default", | |
"id": "deno-registry2-staging-nightly-cleanup-schedule-69494d4b-69494d4b", | |
"input": "", | |
"input_path": "", | |
"input_transformer": [], | |
"kinesis_target": [], | |
"role_arn": "", | |
"rule": "deno-registry2-staging-nightly-cleanup-schedule-69494d4b", | |
"run_command_targets": [], | |
"sqs_target": [], | |
"target_id": "69494d4b" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_cloudwatch_event_rule.cleanup", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.cleanup", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_event_target", | |
"name": "stargazers", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 1, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b", | |
"batch_target": [], | |
"ecs_target": [], | |
"event_bus_name": "default", | |
"id": "deno-registry2-staging-scrape-stargazers-schedule-69494d4b-69494d4b", | |
"input": "", | |
"input_path": "", | |
"input_transformer": [], | |
"kinesis_target": [], | |
"role_arn": "", | |
"rule": "deno-registry2-staging-scrape-stargazers-schedule-69494d4b", | |
"run_command_targets": [], | |
"sqs_target": [], | |
"target_id": "69494d4b" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_cloudwatch_event_rule.stargazers", | |
deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.stargazers", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_ssm_parameter.github_token", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_metric_alarm", | |
"name": "data_lambda_errors", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"index_key": "builds", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "Lambda function failed more than 5 times in the last 5 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-builds-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-builds-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"FunctionName": "deno-registry2-staging_builds_get_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-lambda-errors-alarm-builds-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 300, | |
"statistic": "Sum", | |
"tags": { | |
ronment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 5, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_lambda_function.modules_get", | |
"aws_lambda_function.modules_list", | |
"aws_lambda_function.stats", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
}, | |
{ | |
"index_key": "get", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "Lambda function failed more than 5 times in the last 5 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-get-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-get-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"FunctionName": "deno-registry2-staging_modules_get_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
-registry2-staging-lambda-errors-alarm-get-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 300, | |
"statistic": "Sum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 5, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_lambda_function.modules_get", | |
"aws_lambda_function.modules_list", | |
"aws_lambda_function.stats", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
}, | |
{ | |
"index_key": "list", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "Lambda function failed more than 5 times in the last 5 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-list-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-list-69494d4b", | |
ison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"FunctionName": "deno-registry2-staging_modules_list_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-lambda-errors-alarm-list-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 300, | |
"statistic": "Sum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 5, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_lambda_function.modules_get", | |
"aws_lambda_function.modules_list", | |
"aws_lambda_function.stats", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
}, | |
{ | |
"index_key": "stats", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
494d4b" | |
], | |
"alarm_description": "Lambda function failed more than 5 times in the last 5 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-stats-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-stats-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"FunctionName": "deno-registry2-staging_stats_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-lambda-errors-alarm-stats-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 300, | |
"statistic": "Sum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 5, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_lambda_function.modules_get", | |
"aws_lambda_function.modules_list", | |
"aws_lambda_function.stats", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
ta.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_metric_alarm", | |
"name": "dlq_messages", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "", | |
"alarm_name": "deno-registry2-staging-total-build-dlq-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-total-build-dlq-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"QueueName": "deno-registry2-staging-build-dlq-69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-total-build-dlq-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "ApproximateNumberOfMessagesVisible", | |
"metric_query": [], | |
"namespace": "AWS/SQS", | |
"ok_actions": [], | |
"period": 300, | |
"statistic": "Average", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 25, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_sns_topic.alarm", | |
"aws_sqs_queue.build_dlq", | |
dentity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_metric_alarm", | |
"name": "publish_lambda_errors", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"index_key": "publish", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "Lambda function failed more than 2 times in the last 30 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-publish-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-publish-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"FunctionName": "deno-registry2-staging_async_publish_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-lambda-errors-alarm-publish-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 1800, | |
"statistic": "Sum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 2, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.async_publish", | |
"aws_lambda_function.webhook_github", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
}, | |
{ | |
"index_key": "webhook", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "Lambda function failed more than 2 times in the last 30 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-webhook-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-webhook-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"FunctionName": "deno-registry2-staging_webhook_github_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-lambda-errors-alarm-webhook-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 1800, | |
"statistic": "Sum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 2, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.async_publish", | |
"aws_lambda_function.webhook_github", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_metric_alarm", | |
"name": "stargazers_lambda_errors", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"index_key": "stargazers", | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b" | |
], | |
"alarm_description": "Lambda function failed once in the last 15 minutes.", | |
"alarm_name": "deno-registry2-staging-lambda-errors-alarm-stargazers-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-lambda-errors-alarm-stargazers-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
ons": { | |
"FunctionName": "deno-registry2-staging_scrape_stargazers_69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-lambda-errors-alarm-stargazers-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "Errors", | |
"metric_query": [], | |
"namespace": "AWS/Lambda", | |
"ok_actions": [], | |
"period": 900, | |
"statistic": "Sum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 1, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.stargazers", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sns_topic.alarm", | |
"aws_ssm_parameter.github_token", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_cloudwatch_metric_alarm", | |
"name": "stuck_builds", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 1, | |
"attributes": { | |
"actions_enabled": true, | |
"alarm_actions": [ | |
-69494d4b" | |
], | |
"alarm_description": "", | |
"alarm_name": "deno-registry2-staging-build-queue-old-messages-69494d4b", | |
"arn": "arn:aws:cloudwatch:us-east-1:REDACTED:alarm:deno-registry2-staging-build-queue-old-messages-69494d4b", | |
"comparison_operator": "GreaterThanThreshold", | |
"datapoints_to_alarm": 1, | |
"dimensions": { | |
"QueueName": "deno-registry2-staging-build-queue-69494d4b" | |
}, | |
"evaluate_low_sample_count_percentiles": "", | |
"evaluation_periods": 1, | |
"extended_statistic": "", | |
"id": "deno-registry2-staging-build-queue-old-messages-69494d4b", | |
"insufficient_data_actions": [], | |
"metric_name": "ApproximateAgeOfOldestMessage", | |
"metric_query": [], | |
"namespace": "AWS/SQS", | |
"ok_actions": [], | |
"period": 300, | |
"statistic": "Maximum", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"threshold": 900, | |
"threshold_metric_id": "", | |
"treat_missing_data": "missing", | |
"unit": "" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", | |
"dependencies": [ | |
"aws_sns_topic.alarm", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_ecr_repository", | |
"name": "deployment_package", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:ecr:us-east-1:REDACTED:repository/deno_registry2", | |
ion": [ | |
{ | |
"encryption_type": "AES256", | |
"kms_key": "" | |
} | |
], | |
"id": "deno_registry2", | |
"image_scanning_configuration": [ | |
{ | |
"scan_on_push": true | |
} | |
], | |
"image_tag_mutability": "IMMUTABLE", | |
"name": "deno_registry2", | |
"registry_id": "REDACTED", | |
"repository_url": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeouts": null | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiZGVsZXRlIjoxMjAwMDAwMDAwMDAwfX0=", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_iam_role", | |
"name": "lambda_exec_role", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"assume_role_policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"lambda.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}", | |
"create_date": "2020-12-21T02:28:06Z", | |
"description": "", | |
"force_detach_policies": false, | |
"id": "deno-registry2-staging_execution_role_69494d4b", | |
"max_session_duration": 3600, | |
"name": "deno-registry2-staging_execution_role_69494d4b", | |
"name_prefix": null, | |
"path": "/", | |
"permissions_boundary": null, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"unique_id": "AROA3BRLZG2SFOHLEP747" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_iam_role", | |
"name": "replication", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:iam::REDACTED:role/deno-registry2-staging-replication-role-69494d4b", | |
"assume_role_policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"s3.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}", | |
"create_date": "2020-12-21T02:28:06Z", | |
"description": "", | |
"force_detach_policies": false, | |
"id": "deno-registry2-staging-replication-role-69494d4b", | |
"max_session_duration": 3600, | |
"name": "deno-registry2-staging-replication-role-69494d4b", | |
"name_prefix": null, | |
"path": "/", | |
"permissions_boundary": null, | |
"tags": {}, | |
"unique_id": "AROA3BRLZG2SJNU6TWRI7" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_iam_role_policy", | |
"name": "lambda_permissions", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "deno-registry2-staging_execution_role_69494d4b:terraform-20201221022822935600000003", | |
"name": "terraform-20201221022822935600000003", | |
"name_prefix": null, | |
"policy": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:PutObjectAcl\",\n \"s3:PutObject\",\n \"s3:ListBucket\",\n \"s3:GetObject\"\n ],\n \"Resource\": [\n \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b/*\",\n \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b\",\n \"arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b/*\",\n \"arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b\"\n ]\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"sqs:SetQueueAttributes\",\n \"sqs:SendMessageBatch\",\n \"sqs:SendMessage\",\n \"sqs:ReceiveMessage\",\n \"sqs:GetQueueUrl\",\n \"sqs:GetQueueAttributes\",\n \"sqs:DeleteMessage\"\n ],\n \"Resource\": [\n \"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-queue-69494d4b\",\n \"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-dlq-69494d4b\"\n ]\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"ssm:GetParameter\",\n \"Resource\": \"arn:aws:ssm:us-east-1:REDACTED:parameter/deno-registry2-staging-github-token-69494d4b\"\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"ecr:*\",\n \"Resource\": \"arn:aws:ecr:us-east-1:REDACTED:repository/deno_registry2\"\n }\n ]\n}", | |
"role": "deno-registry2-staging_execution_role_69494d4b" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
, | |
"aws_iam_role.replication", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"aws_ssm_parameter.github_token", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.lambda_permissions", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_iam_role_policy", | |
"name": "replication", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "deno-registry2-staging-replication-role-69494d4b:terraform-20201221022822935400000002", | |
"name": "terraform-20201221022822935400000002", | |
"name_prefix": null, | |
"policy": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:ListBucket\",\n \"s3:GetReplicationConfiguration\"\n ],\n \"Resource\": \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b\"\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:GetObjectVersionAcl\",\n \"s3:GetObjectVersion\"\n ],\n \"Resource\": \"arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b/*\"\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:ReplicateObject\",\n \"s3:ReplicateDelete\"\n ],\n \"Resource\": \"arn:aws:s3:::deno-registry2-staging-storagebucket-replication-69494d4b/*\"\n }\n ]\n}", | |
"role": "deno-registry2-staging-replication-role-69494d4b" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_iam_role.replication", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.replication_assume", | |
"data.aws_iam_policy_document.replication_permissions", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_iam_role_policy_attachment", | |
"name": "basic_lambda", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "deno-registry2-staging_execution_role_69494d4b-20201221022806710800000001", | |
"policy_arn": "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole", | |
"role": "deno-registry2-staging_execution_role_69494d4b" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_iam_role.lambda_exec_role", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy.basic_lambda", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_event_source_mapping", | |
"name": "async_publish", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"batch_size": 1, | |
"bisect_batch_on_function_error": false, | |
"destination_config": [], | |
"enabled": true, | |
"event_source_arn": "arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-queue-69494d4b", | |
"function_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b", | |
-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b", | |
"id": "c1a0db7f-07f6-4dd5-840e-40c2139fff11", | |
"last_modified": "2020-12-21T02:50:15Z", | |
"last_processing_result": "", | |
"maximum_batching_window_in_seconds": 0, | |
"maximum_record_age_in_seconds": 0, | |
"maximum_retry_attempts": 0, | |
"parallelization_factor": 0, | |
"starting_position": null, | |
"starting_position_timestamp": null, | |
"state": "Enabled", | |
"state_transition_reason": "USER_INITIATED", | |
"uuid": "c1a0db7f-07f6-4dd5-840e-40c2139fff11" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.async_publish", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "async_publish", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"DENO_UNSTABLE": "1", | |
godb.net/?retryWrites=true\u0026w=majority", | |
"REMOTE_URL": "https://deno.land/x/%m@%v", | |
"STORAGE_BUCKET": "deno-registry2-staging-storagebucket-69494d4b" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_async_publish_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_async_publish_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/async/publish.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:54.000+0000", | |
"layers": [], | |
"memory_size": 1024, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b:2", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 300, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "2", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_s3_bucket.storage_bucket", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "builds_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"DENO_UNSTABLE": "1", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority", | |
"STORAGE_BUCKET": "deno-registry2-staging-storagebucket-69494d4b" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_builds_get_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_builds_get_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/builds/get.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:54.000+0000", | |
"layers": [], | |
"memory_size": 128, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b:2", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 10, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "2", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_s3_bucket.storage_bucket", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "cleanup", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"DENO_UNSTABLE": "1", | |
"DRYRUN": "1", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_nightly_cleanup_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_nightly_cleanup_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/async/cleanup.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:54.000+0000", | |
"layers": [], | |
"memory_size": 1024, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b:1", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 300, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "1", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "modules_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"DENO_UNSTABLE": "1", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
odules_get_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_modules_get_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/modules/get.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:56.000+0000", | |
"layers": [], | |
"memory_size": 128, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b:2", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 10, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "2", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "modules_list", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"DENO_UNSTABLE": "1", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_modules_list_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_modules_list_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/modules/list.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:54.000+0000", | |
"layers": [], | |
"memory_size": 128, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b:2", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 10, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "2", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "stargazers", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"GITHUB_TOKEN_SSM": "deno-registry2-staging-github-token-69494d4b", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority", | |
"STORAGE_BUCKET": "deno-registry2-staging-storagebucket-69494d4b" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_scrape_stargazers_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_scrape_stargazers_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/async/stargazers.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:55.000+0000", | |
"layers": [], | |
"memory_size": 1024, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b:4", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 300, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "4", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_s3_bucket.storage_bucket", | |
"aws_ssm_parameter.github_token", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_function", | |
"name": "stats", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"DENO_UNSTABLE": "1", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_stats_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_stats_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/stats.handler" | |
], | |
"entry_point": [], | |
ory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:54.000+0000", | |
"layers": [], | |
"memory_size": 128, | |
"package_type": "Image", | |
"publish": true, | |
"qualified_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b:2", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 10, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "2", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
unction", | |
"name": "webhook_github", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b", | |
"code_signing_config_arn": "", | |
"dead_letter_config": [], | |
"description": "", | |
"environment": [ | |
{ | |
"variables": { | |
"BUILD_QUEUE": "https://sqs.us-east-1.amazonaws.com/REDACTED/deno-registry2-staging-build-queue-69494d4b", | |
"DENO_UNSTABLE": "1", | |
"MODERATION_BUCKET": "deno-registry2-staging-moderationbucket-69494d4b", | |
"MONGO_URI": "mongodb+srv://admin:[email protected]/?retryWrites=true\u0026w=majority", | |
"STORAGE_BUCKET": "deno-registry2-staging-storagebucket-69494d4b" | |
} | |
} | |
], | |
"file_system_config": [], | |
"filename": null, | |
"function_name": "deno-registry2-staging_webhook_github_69494d4b", | |
"handler": "", | |
"id": "deno-registry2-staging_webhook_github_69494d4b", | |
"image_config": [ | |
{ | |
"command": [ | |
"api/webhook/github.handler" | |
], | |
"entry_point": [], | |
"working_directory": "" | |
} | |
], | |
"image_uri": "REDACTED.dkr.ecr.us-east-1.amazonaws.com/deno_registry2:latest13", | |
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b/invocations", | |
"kms_key_arn": "", | |
"last_modified": "2020-12-24T19:25:54.000+0000", | |
"layers": [], | |
"memory_size": 128, | |
"package_type": "Image", | |
"publish": true, | |
_arn": "arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b:2", | |
"reserved_concurrent_executions": -1, | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging_execution_role_69494d4b", | |
"runtime": "", | |
"s3_bucket": null, | |
"s3_key": null, | |
"s3_object_version": null, | |
"signing_job_arn": "", | |
"signing_profile_version_arn": "", | |
"source_code_hash": "5b83cbfde49a039e4f03da4f4a857439424e3028423001461f064d256e9c1f22", | |
"source_code_size": 0, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"timeout": 10, | |
"timeouts": null, | |
"tracing_config": [ | |
{ | |
"mode": "PassThrough" | |
} | |
], | |
"version": "2", | |
"vpc_config": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDB9fQ==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "async_publish", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"action": "lambda:InvokeFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_async_publish_69494d4b", | |
", | |
"principal": "sqs.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-queue-69494d4b", | |
"statement_id": "terraform-20201221025015008900000001", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.async_publish", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "builds_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"action": "lambda:InvokeFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_builds_get_69494d4b", | |
"id": "terraform-20201221023847216000000002", | |
"principal": "apigateway.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae/*/*", | |
"statement_id": "terraform-20201221023847216000000002", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.builds_get", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "cleanup_schedule", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"action": "lambda:InvokeFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_nightly_cleanup_69494d4b", | |
"id": "AllowExecutionFromCloudWatch", | |
"principal": "events.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:events:us-east-1:REDACTED:rule/deno-registry2-staging-nightly-cleanup-schedule-69494d4b", | |
"statement_id": "AllowExecutionFromCloudWatch", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_cloudwatch_event_rule.cleanup", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.cleanup", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "modules_get", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
keFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_modules_get_69494d4b", | |
"id": "terraform-20201221023857601200000005", | |
"principal": "apigateway.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae/*/*", | |
"statement_id": "terraform-20201221023857601200000005", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.modules_get", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "modules_list", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"action": "lambda:InvokeFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_modules_list_69494d4b", | |
"id": "terraform-20201221023847445700000003", | |
"principal": "apigateway.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae/*/*", | |
"statement_id": "terraform-20201221023847445700000003", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
nction.modules_list", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "stargazers_schedule", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"action": "lambda:InvokeFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_scrape_stargazers_69494d4b", | |
"id": "AllowExecutionFromCloudWatch", | |
"principal": "events.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:events:us-east-1:REDACTED:rule/deno-registry2-staging-scrape-stargazers-schedule-69494d4b", | |
"statement_id": "AllowExecutionFromCloudWatch", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_cloudwatch_event_rule.stargazers", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.stargazers", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_ssm_parameter.github_token", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "stats", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
, | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_stats_69494d4b", | |
"id": "terraform-20201221023848827600000004", | |
"principal": "apigateway.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae/*/*", | |
"statement_id": "terraform-20201221023848827600000004", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_lambda_function.stats", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_lambda_permission", | |
"name": "webhook_github", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"action": "lambda:InvokeFunction", | |
"event_source_token": null, | |
"function_name": "deno-registry2-staging_webhook_github_69494d4b", | |
"id": "terraform-20201221023847215100000001", | |
"principal": "apigateway.amazonaws.com", | |
"qualifier": "", | |
"source_account": null, | |
"source_arn": "arn:aws:execute-api:us-east-1:REDACTED:ujn4s6k0ae/*/*", | |
"statement_id": "terraform-20201221023847215100000001", | |
"statement_id_prefix": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_apigatewayv2_api.deno_api", | |
"aws_ecr_repository.deployment_package", | |
"aws_iam_role.lambda_exec_role", | |
"aws_iam_role.replication", | |
"aws_lambda_function.webhook_github", | |
"aws_s3_bucket.moderation_bucket", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"aws_sqs_queue.build_dlq", | |
"aws_sqs_queue.build_queue", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.assume_policy", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket", | |
"name": "moderation_bucket", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"acceleration_status": "", | |
"acl": "private", | |
"arn": "arn:aws:s3:::deno-registry2-staging-moderationbucket-69494d4b", | |
"bucket": "deno-registry2-staging-moderationbucket-69494d4b", | |
"bucket_domain_name": "deno-registry2-staging-moderationbucket-69494d4b.s3.amazonaws.com", | |
"bucket_prefix": null, | |
"bucket_regional_domain_name": "deno-registry2-staging-moderationbucket-69494d4b.s3.amazonaws.com", | |
"cors_rule": [], | |
"force_destroy": false, | |
"grant": [], | |
"hosted_zone_id": "Z3AQBSTGFYJSTF", | |
"id": "deno-registry2-staging-moderationbucket-69494d4b", | |
"lifecycle_rule": [], | |
"logging": [], | |
"object_lock_configuration": [], | |
"policy": null, | |
"region": "us-east-1", | |
"replication_configuration": [], | |
"request_payer": "BucketOwner", | |
"server_side_encryption_configuration": [ | |
{ | |
"rule": [ | |
{ | |
"apply_server_side_encryption_by_default": [ | |
{ | |
"kms_master_key_id": "", | |
"sse_algorithm": "AES256" | |
} | |
] | |
} | |
] | |
} | |
], | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"versioning": [ | |
{ | |
"enabled": true, | |
"mfa_delete": false | |
} | |
], | |
"website": [], | |
"website_domain": null, | |
"website_endpoint": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket", | |
"name": "storage_bucket", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"acceleration_status": "", | |
"acl": "private", | |
"arn": "arn:aws:s3:::deno-registry2-staging-storagebucket-69494d4b", | |
"bucket": "deno-registry2-staging-storagebucket-69494d4b", | |
"bucket_domain_name": "deno-registry2-staging-storagebucket-69494d4b.s3.amazonaws.com", | |
"bucket_prefix": null, | |
"bucket_regional_domain_name": "deno-registry2-staging-storagebucket-69494d4b.s3.amazonaws.com", | |
"cors_rule": [ | |
{ | |
"allowed_headers": [], | |
"allowed_methods": [ | |
"GET" | |
], | |
"allowed_origins": [ | |
"*" | |
], | |
"expose_headers": [], | |
"max_age_seconds": 0 | |
} | |
], | |
"force_destroy": false, | |
"grant": [], | |
"hosted_zone_id": "Z3AQBSTGFYJSTF", | |
"id": "deno-registry2-staging-storagebucket-69494d4b", | |
"lifecycle_rule": [], | |
"object_lock_configuration": [], | |
"policy": null, | |
"region": "us-east-1", | |
"replication_configuration": [ | |
{ | |
"role": "arn:aws:iam::REDACTED:role/deno-registry2-staging-replication-role-69494d4b", | |
"rules": [ | |
{ | |
"destination": [ | |
{ | |
"access_control_translation": [], | |
"account_id": "", | |
"bucket": "arn:aws:s3:::deno-registry2-staging-storagebucket-replication-69494d4b", | |
"replica_kms_key_id": "", | |
"storage_class": "STANDARD" | |
} | |
], | |
"filter": [], | |
"id": "69494d4b", | |
"prefix": "", | |
"priority": 0, | |
"source_selection_criteria": [], | |
"status": "Enabled" | |
} | |
] | |
} | |
], | |
"request_payer": "BucketOwner", | |
"server_side_encryption_configuration": [], | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"versioning": [ | |
{ | |
"enabled": true, | |
"mfa_delete": false | |
} | |
], | |
"website": [ | |
{ | |
"error_document": "", | |
"index_document": "________________", | |
"redirect_all_requests_to": "", | |
"routing_rules": "" | |
} | |
], | |
"website_domain": "s3-website-us-east-1.amazonaws.com", | |
"website_endpoint": "deno-registry2-staging-storagebucket-69494d4b.s3-website-us-east-1.amazonaws.com" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
s_iam_role.replication", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket", | |
"name": "storage_bucket_replication", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"].backup", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"acceleration_status": "", | |
"acl": "private", | |
"arn": "arn:aws:s3:::deno-registry2-staging-storagebucket-replication-69494d4b", | |
"bucket": "deno-registry2-staging-storagebucket-replication-69494d4b", | |
"bucket_domain_name": "deno-registry2-staging-storagebucket-replication-69494d4b.s3.amazonaws.com", | |
"bucket_prefix": null, | |
"bucket_regional_domain_name": "deno-registry2-staging-storagebucket-replication-69494d4b.s3.eu-west-1.amazonaws.com", | |
"cors_rule": [], | |
"force_destroy": false, | |
"grant": [], | |
"hosted_zone_id": "Z1BKCTXD74EZPE", | |
"id": "deno-registry2-staging-storagebucket-replication-69494d4b", | |
"lifecycle_rule": [ | |
{ | |
"abort_incomplete_multipart_upload_days": 0, | |
"enabled": true, | |
"expiration": [], | |
"id": "tf-s3-lifecycle-20201221022808480100000001", | |
"noncurrent_version_expiration": [], | |
"noncurrent_version_transition": [], | |
"prefix": "", | |
"tags": {}, | |
"transition": [ | |
{ | |
"date": "", | |
"days": 30, | |
"storage_class": "STANDARD_IA" | |
} | |
] | |
} | |
], | |
"logging": [], | |
"object_lock_configuration": [], | |
"policy": null, | |
"region": "eu-west-1", | |
"replication_configuration": [], | |
"request_payer": "BucketOwner", | |
"server_side_encryption_configuration": [], | |
"tags": {}, | |
"versioning": [ | |
{ | |
"enabled": true, | |
"mfa_delete": false | |
} | |
], | |
"website": [], | |
"website_domain": null, | |
"website_endpoint": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket", | |
"name": "terraform_state", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"acceleration_status": "", | |
"acl": "private", | |
"arn": "arn:aws:s3:::deno-registry2-staging-terraform-state-69494d4b", | |
"bucket": "deno-registry2-staging-terraform-state-69494d4b", | |
"bucket_domain_name": "deno-registry2-staging-terraform-state-69494d4b.s3.amazonaws.com", | |
"bucket_prefix": null, | |
"bucket_regional_domain_name": "deno-registry2-staging-terraform-state-69494d4b.s3.amazonaws.com", | |
"cors_rule": [], | |
"force_destroy": false, | |
"grant": [], | |
"hosted_zone_id": "Z3AQBSTGFYJSTF", | |
"id": "deno-registry2-staging-terraform-state-69494d4b", | |
"lifecycle_rule": [], | |
"logging": [], | |
"object_lock_configuration": [], | |
"policy": null, | |
"region": "us-east-1", | |
"replication_configuration": [], | |
"request_payer": "BucketOwner", | |
"server_side_encryption_configuration": [], | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"versioning": [ | |
{ | |
"enabled": true, | |
"mfa_delete": false | |
} | |
], | |
"website": [], | |
"website_domain": null, | |
"website_endpoint": null | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket_public_access_block", | |
"name": "moderation_bucket_public_access", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"block_public_acls": true, | |
"block_public_policy": true, | |
"bucket": "deno-registry2-staging-moderationbucket-69494d4b", | |
"id": "deno-registry2-staging-moderationbucket-69494d4b", | |
"ignore_public_acls": true, | |
"restrict_public_buckets": true | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_s3_bucket.moderation_bucket", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket_public_access_block", | |
"name": "storage_bucket_public_access", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"block_public_acls": false, | |
"block_public_policy": false, | |
"bucket": "deno-registry2-staging-storagebucket-69494d4b", | |
"id": "deno-registry2-staging-storagebucket-69494d4b", | |
"ignore_public_acls": false, | |
"restrict_public_buckets": false | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_iam_role.replication", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket_public_access_block", | |
"name": "storage_replication_bucket_public_access", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"].backup", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"block_public_acls": true, | |
"block_public_policy": true, | |
"bucket": "deno-registry2-staging-storagebucket-replication-69494d4b", | |
"id": "deno-registry2-staging-storagebucket-replication-69494d4b", | |
"ignore_public_acls": true, | |
"restrict_public_buckets": true | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_s3_bucket.storage_bucket_replication", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_s3_bucket_public_access_block", | |
"name": "terraform_state_public_access", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"block_public_acls": true, | |
"block_public_policy": true, | |
"bucket": "deno-registry2-staging-terraform-state-69494d4b", | |
"id": "deno-registry2-staging-terraform-state-69494d4b", | |
"ignore_public_acls": true, | |
"restrict_public_buckets": true | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_s3_bucket.terraform_state", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_sns_topic", | |
"name": "alarm", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"application_failure_feedback_role_arn": "", | |
"application_success_feedback_role_arn": "", | |
"application_success_feedback_sample_rate": null, | |
"arn": "arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b", | |
"delivery_policy": "", | |
"display_name": "", | |
"http_failure_feedback_role_arn": "", | |
"http_success_feedback_role_arn": "", | |
"http_success_feedback_sample_rate": null, | |
"id": "arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b", | |
"kms_master_key_id": "", | |
"lambda_failure_feedback_role_arn": "", | |
"lambda_success_feedback_role_arn": "", | |
"lambda_success_feedback_sample_rate": null, | |
"name": "deno-registry2-staging-alarms-69494d4b", | |
"name_prefix": null, | |
"policy": "{\"Version\":\"2008-10-17\",\"Id\":\"__default_policy_ID\",\"Statement\":[{\"Sid\":\"__default_statement_ID\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"*\"},\"Action\":[\"SNS:GetTopicAttributes\",\"SNS:SetTopicAttributes\",\"SNS:AddPermission\",\"SNS:RemovePermission\",\"SNS:DeleteTopic\",\"SNS:Subscribe\",\"SNS:ListSubscriptionsByTopic\",\"SNS:Publish\",\"SNS:Receive\"],\"Resource\":\"arn:aws:sns:us-east-1:REDACTED:deno-registry2-staging-alarms-69494d4b\",\"Condition\":{\"StringEquals\":{\"AWS:SourceOwner\":\"REDACTED\"}}}]}", | |
"sqs_failure_feedback_role_arn": "", | |
"sqs_success_feedback_role_arn": "", | |
"sqs_success_feedback_sample_rate": null, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
} | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_sqs_queue", | |
"name": "build_dlq", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-dlq-69494d4b", | |
"content_based_deduplication": false, | |
"delay_seconds": 0, | |
"fifo_queue": false, | |
"id": "https://sqs.us-east-1.amazonaws.com/REDACTED/deno-registry2-staging-build-dlq-69494d4b", | |
"kms_data_key_reuse_period_seconds": 300, | |
"kms_master_key_id": "", | |
"max_message_size": 2048, | |
"message_retention_seconds": 86400, | |
"name": "deno-registry2-staging-build-dlq-69494d4b", | |
"name_prefix": null, | |
"policy": "", | |
"receive_wait_time_seconds": 0, | |
"redrive_policy": "", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"visibility_timeout_seconds": 301 | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_sqs_queue", | |
"name": "build_queue", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"arn": "arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-queue-69494d4b", | |
"content_based_deduplication": false, | |
"delay_seconds": 0, | |
"fifo_queue": false, | |
"id": "https://sqs.us-east-1.amazonaws.com/REDACTED/deno-registry2-staging-build-queue-69494d4b", | |
"kms_data_key_reuse_period_seconds": 300, | |
"kms_master_key_id": "", | |
"max_message_size": 2048, | |
"message_retention_seconds": 86400, | |
"name": "deno-registry2-staging-build-queue-69494d4b", | |
"name_prefix": null, | |
"policy": "", | |
"receive_wait_time_seconds": 0, | |
"redrive_policy": "{\"deadLetterTargetArn\":\"arn:aws:sqs:us-east-1:REDACTED:deno-registry2-staging-build-dlq-69494d4b\",\"maxReceiveCount\":5}", | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
"deno.land/x:provisioned-by": "user/REDACTED" | |
}, | |
"visibility_timeout_seconds": 301 | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_sqs_queue.build_dlq", | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "aws_ssm_parameter", | |
"name": "github_token", | |
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"allowed_pattern": "", | |
"arn": "arn:aws:ssm:us-east-1:REDACTED:parameter/deno-registry2-staging-github-token-69494d4b", | |
"data_type": "text", | |
"description": "Github personal access token", | |
"id": "deno-registry2-staging-github-token-69494d4b", | |
"key_id": "alias/aws/ssm", | |
"name": "deno-registry2-staging-github-token-69494d4b", | |
"overwrite": null, | |
"tags": { | |
"deno.land/x:environment": "staging", | |
"deno.land/x:instance": "69494d4b", | |
provisioned-by": "user/REDACTED" | |
}, | |
"tier": "Standard", | |
"type": "SecureString", | |
"value": "3380397bd100a8592716c4b47885a8bc67effea6", | |
"version": 1 | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"data.aws_caller_identity.this", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "cloudflare_record", | |
"name": "api", | |
"provider": "provider[\"registry.terraform.io/terraform-providers/cloudflare\"]", | |
"instances": [ | |
{ | |
"schema_version": 1, | |
"attributes": { | |
"created_on": "2020-12-21T02:28:09.740226Z", | |
"data": {}, | |
"hostname": "api.wperron.com", | |
"id": "61d0b1b3475a516d5f61b2f62afd2a12", | |
"metadata": { | |
"auto_added": "false", | |
"managed_by_apps": "false", | |
"managed_by_argo_tunnel": "false", | |
"source": "primary" | |
}, | |
"modified_on": "2020-12-21T02:28:09.740226Z", | |
"name": "api.wperron.com", | |
"priority": 0, | |
"proxiable": true, | |
"proxied": false, | |
"timeouts": null, | |
"ttl": 1, | |
"type": "CNAME", | |
"value": "d-l12ez1j7di.execute-api.us-east-1.amazonaws.com", | |
"zone_id": "d97923c37b2e4310db7405bc0b7f8ee2" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMCwidXBkYXRlIjozMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", | |
"dependencies": [ | |
"aws_apigatewayv2_domain_name.deno_api_domain" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "cloudflare_record", | |
"name": "cdn", | |
"provider": "provider[\"registry.terraform.io/terraform-providers/cloudflare\"]", | |
"instances": [ | |
{ | |
: 1, | |
"attributes": { | |
"created_on": "2020-12-21T02:28:23.313646Z", | |
"data": {}, | |
"hostname": "deno.wperron.com", | |
"id": "1152067fc9a958290179557501554be7", | |
"metadata": { | |
"auto_added": "false", | |
"managed_by_apps": "false", | |
"managed_by_argo_tunnel": "false", | |
"source": "primary" | |
}, | |
"modified_on": "2020-12-21T02:28:23.313646Z", | |
"name": "deno.wperron.com", | |
"priority": 0, | |
"proxiable": true, | |
"proxied": true, | |
"timeouts": null, | |
"ttl": 1, | |
"type": "CNAME", | |
"value": "deno-registry2-staging-storagebucket-69494d4b.s3-website-us-east-1.amazonaws.com", | |
"zone_id": "d97923c37b2e4310db7405bc0b7f8ee2" | |
}, | |
"sensitive_attributes": [], | |
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMCwidXBkYXRlIjozMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", | |
"dependencies": [ | |
"aws_iam_role.replication", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "cloudflare_worker_route", | |
"name": "worker_route", | |
"provider": "provider[\"registry.terraform.io/terraform-providers/cloudflare\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "b787f6beda724808bc346aba3c502246", | |
"pattern": "deno.wperron.com/*", | |
"script_name": "deno-registry2-staging-worker-69494d4b", | |
"zone_id": "d97923c37b2e4310db7405bc0b7f8ee2" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
ication", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"cloudflare_worker_script.worker", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "cloudflare_worker_script", | |
"name": "worker", | |
"provider": "provider[\"registry.terraform.io/terraform-providers/cloudflare\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"content": "// S3_BUCKET is passed in as an env var\n\n/**\n * Handles a request\n * @param {Request} request \n */\nasync function handleRequest(request) {\n const url = new URL(request.url);\n // deno-lint-ignore no-undef\n const resp = await fetch(`${S3_BUCKET}${url.pathname}`, {\n cf: { cacheEverything: true },\n });\n const resp2 = new Response(resp.body, resp);\n resp2.headers.set(\"Access-Control-Allow-Origin\", \"*\");\n resp2.headers.set(\n \"Content-Security-Policy\",\n \"default-src 'none'; style-src 'unsafe-inline'; sandbox\",\n );\n return resp2;\n}\n\naddEventListener(\"fetch\", (event) =\u003e {\n return event.respondWith(handleRequest(event.request));\n});\n", | |
"id": "deno-registry2-staging-worker-69494d4b", | |
"kv_namespace_binding": [], | |
"name": "deno-registry2-staging-worker-69494d4b", | |
"plain_text_binding": [ | |
{ | |
"name": "S3_BUCKET", | |
"text": "http://deno-registry2-staging-storagebucket-69494d4b.s3-website-us-east-1.amazonaws.com" | |
} | |
], | |
"secret_text_binding": [], | |
"webassembly_binding": [] | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"aws_iam_role.replication", | |
"aws_s3_bucket.storage_bucket", | |
"aws_s3_bucket.storage_bucket_replication", | |
"data.aws_caller_identity.this", | |
"data.aws_iam_policy_document.replication_assume", | |
"random_uuid.this" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "random_uuid", | |
"name": "this", | |
"provider": "provider[\"registry.terraform.io/hashicorp/random\"]", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"id": "69494d4b-261b-9b53-6a5e-40e7e1a3ec77", | |
"keepers": null, | |
"result": "69494d4b-261b-9b53-6a5e-40e7e1a3ec77" | |
}, | |
"sensitive_attributes": [], | |
"private": "bnVsbA==", | |
"create_before_destroy": true | |
} | |
] | |
} | |
] | |
} | |
----------------------------------------------------- | |
2020/12/24 14:34:06 [DEBUG] [aws-sdk-go] DEBUG: Response s3/PutObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 0 | |
Date: Thu, 24 Dec 2020 19:34:06 GMT | |
Etag: "d61aeb4deeaf2c9f3689b3898904c758" | |
Server: AmazonS3 | |
X-Amz-Id-2: QkHk/q5o8TptlMHQW6kaYgHLfRwARRf/5sB9ntGElIAKHru3avpq/hIzdo3f7N4/rx4IRl9np6s= | |
X-Amz-Request-Id: AD7F4D261FD94371 | |
X-Amz-Version-Id: ZjlY4MJ57LFzU.Zjoq.Vl3LCCeUUhZ8f | |
----------------------------------------------------- | |
2020/12/24 14:34:06 [DEBUG] [aws-sdk-go] | |
Error: Error publishing Lambda Function (deno-registry2-staging_modules_get_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
2020-12-24T14:34:06.073-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
RequestID: "ae0a0ce3-eeb0-44cc-a696-485620684fa3" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_get_69494d4b", | |
Type: "User" | |
} | |
Error: Error publishing Lambda Function (deno-registry2-staging_async_publish_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "0ab76f31-c403-4836-a774-35d027a76c4f" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_async_publish_69494d4b", | |
Type: "User" | |
} | |
Error: Error publishing Lambda Function (deno-registry2-staging_builds_get_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "ec675757-8b8a-4e73-bd5f-d2f6fcf3ae4c" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_builds_get_69494d4b", | |
Type: "User" | |
} | |
Error: Error publishing Lambda Function (deno-registry2-staging_nightly_cleanup_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "9259b0e9-be71-4f5b-a382-2c100e73a2cf" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_nightly_cleanup_69494d4b", | |
Type: "User" | |
} | |
Error: Error publishing Lambda Function (deno-registry2-staging_modules_list_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "6c249aaf-fa82-4f78-872e-6cbf93824f81" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_modules_list_69494d4b", | |
Type: "User" | |
} | |
2020-12-24T14:34:06.087-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.22.0/linux_amd64/terraform-provider-aws_v3.22.0_x5 pid=149144 | |
2020-12-24T14:34:06.088-0500 [DEBUG] plugin: plugin exited | |
Error: Error publishing Lambda Function (deno-registry2-staging_scrape_stargazers_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "1ae2876d-5733-4e9c-90d0-44c2e06aa22f" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_scrape_stargazers_69494d4b", | |
Type: "User" | |
} | |
Error: Error publishing Lambda Function (deno-registry2-staging_webhook_github_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "dde8feb6-3d8b-4451-897e-a03484677544" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_webhook_github_69494d4b", | |
Type: "User" | |
} | |
Error: Error publishing Lambda Function (deno-registry2-staging_stats_69494d4b) version: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b | |
{ | |
RespMetadata: { | |
StatusCode: 409, | |
RequestID: "39f8adc7-d229-4bcf-9a16-6261b2e86a33" | |
}, | |
Message_: "The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:REDACTED:function:deno-registry2-staging_stats_69494d4b", | |
Type: "User" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment