Skip to content

Commit 14f8a5c

Browse files
authored
Merge branch 'main' into feature/CCM-8637-sftp-send-proof
2 parents d3c8e7e + 2118ec2 commit 14f8a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/amplify_app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "aws_amplify_app" "main" {
66
iam_service_role_arn = aws_iam_role.amplify.arn
77

88
enable_auto_branch_creation = false
9-
enable_branch_auto_deletion = true
9+
enable_branch_auto_deletion = false
1010
enable_branch_auto_build = var.enable_amplify_branch_auto_build
1111
platform = "WEB_COMPUTE"
1212

0 commit comments

Comments
 (0)