From 7c016851275582fe473b6de5284f0ed7f69db65a Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Wed, 14 May 2025 12:03:35 +0100 Subject: [PATCH 1/2] chore: update documentation to reflect support for lowercased BackupPolicy tags --- docs/technical-standards/Reference/hosting-standards/tagging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-standards/Reference/hosting-standards/tagging.md b/docs/technical-standards/Reference/hosting-standards/tagging.md index d735deb..7f9ffbb 100644 --- a/docs/technical-standards/Reference/hosting-standards/tagging.md +++ b/docs/technical-standards/Reference/hosting-standards/tagging.md @@ -28,7 +28,7 @@ You will not be able to deploy the above resources if they are not tagged with t ### Optional tags - `AutomationBuildUrl`: URL of the automation build, must be a valid URL. -- `BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt`. +- `BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt` _(can be lowercased, ex: 'dev', 'stg', etc)_. - `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]. - `Department`: The service area this system serves. - `WeekendShutdown`: If present, regardless of the value provided the resource will be shut down over the weekend. From 98197449016ad466a1c5594faa3b92c741b29560 Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Thu, 15 May 2025 10:16:44 +0100 Subject: [PATCH 2/2] Remove 'Mgmt' and 'Preprod' values from documentation. Also fix typo. Co-authored-by: Anna C M <62144201+acanbym@users.noreply.github.com> --- docs/technical-standards/Reference/hosting-standards/tagging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-standards/Reference/hosting-standards/tagging.md b/docs/technical-standards/Reference/hosting-standards/tagging.md index 9f07d7f..3b7e00c 100644 --- a/docs/technical-standards/Reference/hosting-standards/tagging.md +++ b/docs/technical-standards/Reference/hosting-standards/tagging.md @@ -28,7 +28,7 @@ You will not be able to deploy the above resources if they are not tagged with t ### Optional tags - `AutomationBuildUrl`: URL of the automation build, must be a valid URL. -- `BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt` _(can be lowercased, ex: 'dev', 'stg', etc)_. +- `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)_. - `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]. - `Department`: The service area this system serves. - `WeekendShutdown`: If present, regardless of the value provided the resource will be shut down over the weekend.