trying longer timeout

This commit is contained in:
Bryce Covert
2020-12-09 11:43:01 -08:00
parent df601aed22
commit 173242f229
4 changed files with 176 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "0.13.3",
"serial": 78,
"serial": 84,
"lineage": "9b630886-8cee-a57d-c7a2-4f19f13f9c51",
"outputs": {
"aws_access_key_id": {
@@ -33,7 +33,7 @@
"attributes": {
"account_id": "679918342773",
"arn": "arn:aws:iam::679918342773:user/bryce",
"id": "2020-12-09 05:46:51.764295 +0000 UTC",
"id": "2020-12-09 06:23:02.759955 +0000 UTC",
"user_id": "AIDAJPUJFTOKO4IRADMV4"
}
}
@@ -177,10 +177,10 @@
"force_new_deployment": null,
"health_check_grace_period_seconds": 0,
"iam_role": "aws-service-role",
"id": "arn:aws:ecs:us-east-1:679918342773:service/default/integreat_background_worker_prod",
"id": "arn:aws:ecs:us-east-1:679918342773:service/default/integreat_background_worker2_prod",
"launch_type": "FARGATE",
"load_balancer": [],
"name": "integreat_background_worker_prod",
"name": "integreat_background_worker2_prod",
"network_configuration": [
{
"assign_public_ip": true,
@@ -205,7 +205,7 @@
"container_name": "",
"container_port": 0,
"port": 0,
"registry_arn": "arn:aws:servicediscovery:us-east-1:679918342773:service/srv-m232jsqnpvd5e2xb"
"registry_arn": "arn:aws:servicediscovery:us-east-1:679918342773:service/srv-ogsibykufe2sjr75"
}
],
"tags": null,
@@ -217,7 +217,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiZGVsZXRlIjoxMjAwMDAwMDAwMDAwfX0=",
"dependencies": [
"aws_ecs_task_definition.integreat_background_worker",
"aws_service_discovery_service.service"
"aws_service_discovery_service.background_worker_service"
]
}
]
@@ -836,6 +836,44 @@
}
]
},
{
"mode": "managed",
"type": "aws_service_discovery_service",
"name": "background_worker_service",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:servicediscovery:us-east-1:679918342773:service/srv-ogsibykufe2sjr75",
"description": "",
"dns_config": [
{
"dns_records": [
{
"ttl": 10,
"type": "A"
}
],
"namespace_id": "ns-gv2z744em7myo2jp",
"routing_policy": "MULTIVALUE"
}
],
"health_check_config": [],
"health_check_custom_config": [
{
"failure_threshold": 1
}
],
"id": "srv-ogsibykufe2sjr75",
"name": "integreat-background-worker-prod",
"namespace_id": "ns-gv2z744em7myo2jp",
"tags": {}
},
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "aws_service_discovery_service",