Skip to content

Commit 45c171c

Browse files
authored
Merge pull request #31 from LBHackney-IT/feature/lowercased-backup-policy-tags-support
Update documentation to reflect support for lowercased BackupPolicy tags
2 parents c9df84f + 9819744 commit 45c171c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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`, `Prod`.
31+
- `BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Prod`, _(can be lowercase, e.g.: 'dev', 'stg', etc)_.
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)