forked from dinocorp/webs-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.yaml
39 lines (36 loc) · 939 Bytes
/
product.yaml
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
---
organization: 'dinocorp'
product: 'webs'
description: 'Our webs product does cool stuff'
# Used to generate the README.md
support:
times: '0900-1700'
on-call: true
people:
'Product Owner':
name: 'Tea Rex'
email: '[email protected]'
phone: '0161 452 1212'
'Platform Engineer':
name: 'Dino Saurus'
email: '[email protected]'
phone: '07771 777 777'
'Development Lead':
name: 'Codey McCodeface'
email: '[email protected]'
phone: '07728 222 222'
accounts:
dev:
id: '123456789' # Used to guard against running against incorrect environments
environments:
infradev:
vpc_subnet: '172.20.0.0/16' # public / private subnets are calculated programatically
stg:
vpc_subnet: '172.21.0.0/16'
prd:
id: '999999999'
environments:
infraprd:
vpc_subnet: '172.120.0.0/16'
prd:
vpc_subnet: '172.121.0.0/16'