Skip to content

Commit a8e70d4

Browse files
authored
Merge pull request #139 from NHSDigital/feature/CCM-12323_s3_restore_test_fixes
CCM-12323: Fix restore plan
2 parents bbdfb4e + 47a7457 commit a8e70d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/modules/aws-backup-source/backup_restore_testing_selection_comms_backup_restore_selection_s3.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ resource "aws_backup_restore_testing_selection" "backup_restore_testing_selectio
44
restore_testing_plan_name = local.csi_underscore
55
protected_resource_type = "S3"
66
iam_role_arn = aws_iam_role.backup.arn
7-
protected_resource_arns = ["*"]
87
protected_resource_conditions {
98
string_equals {
109
key = "aws:ResourceTag/${var.backup_plan_config_s3.selection_tag}"

0 commit comments

Comments
 (0)