-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterraform.tfvars.json
53 lines (53 loc) · 1.71 KB
/
terraform.tfvars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"accounts": {
"development": {
"account_id": "288342028542",
"account_mapping": "development",
"allowed_roles": [
"\"arn:aws:iam::001780581745:root\"",
"\"arn:aws:iam::050256574573:root\"",
"\"arn:aws:iam::367815980639:root\""
],
"is_production": "false",
"opg_hosted_zone": "dev.lpa.api.opg.service.justice.gov.uk",
"session_data": "publicapi@opgtest.com",
"target_environment": "dev",
"vpc_id": "vpc-faf2d99e",
"logger_level": "DEBUG",
"threshold": 10,
"elasticache_count": 1
},
"preproduction": {
"account_id": "492687888235",
"account_mapping": "preproduction",
"allowed_roles": [
"\"arn:aws:iam::987830934591:role/preproduction-api-task-role\"",
"\"arn:aws:iam::888228022356:root\""
],
"is_production": "false",
"opg_hosted_zone": "pre.lpa.api.opg.service.justice.gov.uk",
"session_data": "opg+publicapi@digital.justice.gov.uk",
"target_environment": "preproduction",
"vpc_id": "vpc-037acd53d9ce813b4",
"logger_level": "INFO",
"threshold": 10,
"elasticache_count": 1
},
"production": {
"account_id": "649098267436",
"account_mapping": "production",
"allowed_roles": [
"\"arn:aws:iam::980242665824:role/production-api-task-role\"",
"\"arn:aws:iam::690083044361:root\""
],
"is_production": "true",
"opg_hosted_zone": "lpa.api.opg.service.justice.gov.uk",
"session_data": "opg+publicapi@digital.justice.gov.uk",
"target_environment": "production",
"vpc_id": "vpc-6809cc0f",
"logger_level": "INFO",
"threshold": 1,
"elasticache_count": 2
}
}
}