Skip to content

Commit

Permalink
aws_batch_job_queue: return on error (#33163)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Aug 24, 2023
1 parent d2220ff commit 8aebcb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/batch/job_queue.go
Expand Up @@ -243,6 +243,7 @@ func (r *resourceJobQueue) Update(ctx context.Context, request resource.UpdateRe
"cannot remove the fair share scheduling policy",
"cannot remove scheduling policy",
)
return
}
}

Expand Down

0 comments on commit 8aebcb6

Please sign in to comment.