You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/technical-standards/Reference/hosting-standards/tagging.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ To ensure we can consistently search for, and report on, the tags we use, you sh
12
12
13
13
-`Application`: The full name of the application or service. This should match the name used in the Service Catalogue, e.g. `Repairs Hub`, `Common Fate`.
14
14
-`TeamEmail`: The email address of the team responsible for the operation of the service. Must be a valid email group, not an individual.
15
-
-`Environment`: The name of the environment, must be one of `dev`, `stg`, `prod` or `mgmt`[^environment-tags-source].
15
+
-`Environment`: The name of the environment, must be one of `dev`, `stg`, `prod`, `pre-prod` or `mgmt`[^environment-tags-source].
16
16
17
17
### Mandatory tags for data-holding resources
18
18
19
-
The following potentially data-holding resources must have the Confidentiality tag:
19
+
The following potentially data-holding resources must have the `Confidentiality` tag:
20
20
- EC2 instance
21
21
- EBS volume
22
22
- RDS instance
@@ -28,7 +28,7 @@ You will not be able to deploy the above resources if they are not tagged with t
28
28
### Optional tags
29
29
30
30
-`AutomationBuildUrl`: URL of the automation build, must be a valid URL.
31
-
-`BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt`.
31
+
-`BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Prod`.
32
32
-`Confidentiality`: Data confidentiality of the infrastructure. Only mandatory for infrastructure which holds data, e.g. EC2, RDS, EBS, DynamoDB, Glue, and S3. Optional for all other infrastructure. Must be one of `Internal`, `Restricted`, or `Public`[^confidentiality-tags-source].
33
33
-`Department`: The service area this system serves.
34
34
-`WeekendShutdown`: If present, regardless of the value provided the resource will be shut down over the weekend.
0 commit comments