Skip to content

Commit

Permalink
Update apprunner.tf
Browse files Browse the repository at this point in the history
auto deploy
  • Loading branch information
glennbech authored Oct 9, 2023
1 parent 0cae120 commit 42e3d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apprunner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ resource "aws_apprunner_service" "service" {
image_identifier = var.image
image_repository_type = "ECR"
}
auto_deployments_enabled = false
auto_deployments_enabled = true
}
}
}

0 comments on commit 42e3d9c

Please sign in to comment.