We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3c8e7e + 2118ec2 commit 14f8a5cCopy full SHA for 14f8a5c
infrastructure/terraform/components/app/amplify_app.tf
@@ -6,7 +6,7 @@ resource "aws_amplify_app" "main" {
6
iam_service_role_arn = aws_iam_role.amplify.arn
7
8
enable_auto_branch_creation = false
9
- enable_branch_auto_deletion = true
+ enable_branch_auto_deletion = false
10
enable_branch_auto_build = var.enable_amplify_branch_auto_build
11
platform = "WEB_COMPUTE"
12
0 commit comments