Error starting AWS Glue Crawler from Terraform | AWS

Hi,
I am trying automate creation of AWS Glue -Crawler and “Run” the same through terraform in windows machine .

While Crawler got created successfully, i am stuck with below error while execute the command in “local-exec” provisioner.

Error Message:
**Error running command ‘aws glue start-crawler --name tf-glue1’: exit status 1. Output: aws : The term ‘aws’ is not recognized as the name of a cmdlet, function, **
│ script file, or operable program. Check the spelling of the name, or if a path was
│ included, verify that the path is correct and try again.

AWS CLI is already installed already in windows. Can you please advise what should i do to fix this? is there any environment variables needs to bet set in windows machine?
Thanks.