Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/terraform/components/app/amplify_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_amplify_app" "main" {
iam_service_role_arn = aws_iam_role.amplify.arn

enable_auto_branch_creation = false
enable_branch_auto_deletion = true
enable_branch_auto_deletion = false
enable_branch_auto_build = var.enable_amplify_branch_auto_build
platform = "WEB_COMPUTE"

Expand Down
Loading