Skip to content

Commit c9df84f

Browse files
authored
Merge pull request #30 from LBHackney-IT/feature/update-tagging-standards-and-how-to
chore: add pre-prod
2 parents a05d993 + 93055e2 commit c9df84f

File tree

1 file changed

+3
-3
lines changed
  • docs/technical-standards/Reference/hosting-standards

1 file changed

+3
-3
lines changed

docs/technical-standards/Reference/hosting-standards/tagging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ To ensure we can consistently search for, and report on, the tags we use, you sh
1212

1313
- `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`.
1414
- `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].
1616

1717
### Mandatory tags for data-holding resources
1818

19-
The following potentially data-holding resources must have the Confidentiality tag:
19+
The following potentially data-holding resources must have the `Confidentiality` tag:
2020
- EC2 instance
2121
- EBS volume
2222
- RDS instance
@@ -28,7 +28,7 @@ You will not be able to deploy the above resources if they are not tagged with t
2828
### Optional tags
2929

3030
- `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`.
3232
- `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].
3333
- `Department`: The service area this system serves.
3434
- `WeekendShutdown`: If present, regardless of the value provided the resource will be shut down over the weekend.

0 commit comments

Comments
 (0)