Skip to content

Commit 5efa06d

Browse files
committed
aws_apprunner_service: adds region to HasChangesExcept
1 parent ac087b6 commit 5efa06d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/service/apprunner/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ func resourceServiceUpdate(ctx context.Context, d *schema.ResourceData, meta any
551551

552552
conn := meta.(*conns.AWSClient).AppRunnerClient(ctx)
553553

554-
if d.HasChangesExcept(names.AttrTags, names.AttrTagsAll) {
554+
if d.HasChangesExcept(names.AttrRegion, names.AttrTags, names.AttrTagsAll) {
555555
input := &apprunner.UpdateServiceInput{
556556
ServiceArn: aws.String(d.Id()),
557557
}

0 commit comments

Comments
 (0)