Download your private key and put it in a folder ssh/mykey.pem
The contents of the file should look like this:
aws_key_path = "ssh/mykey.pem"
aws_key_name = "cyberdojo-key"
And the AWS_ACCESS_KEY and AWS_SECRET_KEY should be availble in the environment.
terraform plan
terraform apply
terraform destroy