Skip to content

Commit 0eedff2

Browse files
committed
CCM-7001: enable branch auto-disconnection
1 parent 21d3451 commit 0eedff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/components/app/amplify_app.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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
910
enable_branch_auto_build = var.enable_amplify_branch_auto_build
1011
platform = "WEB_COMPUTE"
1112

0 commit comments

Comments
 (0)