Skip to content

Commit 2118ec2

Browse files
authored
CCM-9743: disable amplify auto disconnect (#423)
1 parent 3e1fe0f commit 2118ec2

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)