-
Notifications
You must be signed in to change notification settings - Fork 1
/
terra-arrow-prod.json
64 lines (64 loc) · 1.84 KB
/
terra-arrow-prod.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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "terra",
"owner": "terra-arrow-prod",
"intent": "terra infrastructure",
"production": false,
"stability": "volatile",
"environment": "prod",
"project": "terra-arrow-prod",
"region": "us-central1",
"resource_zone_name": "us-central1-a",
"dns_zone_name": "none",
"dns_zone": "none",
"global_vars": {
"vault": {
"policy": "firecloud-prod"
},
"consul_template": {
"log_level": "debug"
},
"terraform": {
"docker_image": "us.gcr.io/broad-dsp-gcr-public/config-render:7c6c57f6",
"providers": {
"google": {
"default": {
"project": "terra-arrow-prod",
"vault_sa_path": "secret/suitable/arrow/prod/terraform-service-account.json",
"region": "us-central1"
}
}
},
"backend": {
"vault_sa_path": "secret/suitable/terraform/terra-secure-terraform-state.json",
"state_path_prefix":"terra",
"state_bucket": "terra-secure-terraform-state"
}
}
},
"profile_vars": {
"arrow-project": {
"env": {
"TERRAFORM_SA_KEY_PATH": "secret/suitable/arrow/prod/terraform-service-account.json",
"ARROW_FOLDER_ID": "1092453937443",
"ARROW_BILLING_ACCOUNT_ID": "00708C-45D19D-27AAFA",
"ARROW_PROJECT_EDITORS": "group:[email protected]",
"ARROW_PROJECT_OWNERS": "user:[email protected],group:[email protected]"
},
"terraform": {
"providers": {
"google": {
"default": {
"vault_sa_path": "secret/dsde/terra/envs/common/terra-env-owner-service-account.json",
"use_local_adc": true
}
}
}
}
},
"arrow-firewalls": {
"env": {
"ALLOWED_SOURCE_IPS": "35.232.28.253/32,35.225.65.224/32,35.184.57.147/32"
}
}
}
}