Skip to content

Commit 97d3ec6

Browse files
authored
CCM-7001: enable branch auto-disconnection (#248)
1 parent 83b4ddf commit 97d3ec6

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)