I'm installing Google Cloud Robotics Core (https://github.com/googlecloudrobotics/core) but it allways gives me the following error when running ./deploy.sh create
Error: Error applying plan:
2 error(s) occurred:
google_endpoints_service.map: 1 error(s) occurred:
google_endpoints_service.map: googleapi: Error 403: Caller does not have permission 'servicemanagement.services.create' on project robotstest., forbidden
google_compute_address.cloud_robotics: 1 error(s) occurred:
google_compute_address.cloud_robotics: Error creating Address: googleapi: Error 403: Access Not Configured. Compute Engine API has not been used in project 933659281767 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/compute.googleapis.com/overview?project=933659281767 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry., accessNotConfigured
Terraform does not automatically rollback in the face of errors. Instead, your Terraform state file has been partially updated with any resources that successfully completed. Please address the error above and apply again to incrementally change your infrastructure.
terraform apply failed
I have set the correct project with "./deploy.sh set-project robotstest" but that project id where the error refers is not my project so could there be some hardcoded setting somewhere in installer?