diff --git a/terraform/team-repo/sync-team.tf b/terraform/team-repo/sync-team.tf index 6cf944d46..1f54b6987 100644 --- a/terraform/team-repo/sync-team.tf +++ b/terraform/team-repo/sync-team.tf @@ -20,7 +20,7 @@ resource "aws_codebuild_project" "sync_team" { phases: build: commands: - - sync-team --live + - sync-team apply EOF }