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.
1 parent 83b4ddf commit 97d3ec6Copy full SHA for 97d3ec6
infrastructure/terraform/components/app/amplify_app.tf
@@ -6,6 +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
10
enable_branch_auto_build = var.enable_amplify_branch_auto_build
11
platform = "WEB_COMPUTE"
12
0 commit comments