isaac-sim / IsaacAutomator

Isaac Sim/Lab in AWS, Azure, Google Cloud, Alibaba Cloud
Apache License 2.0
65 stars 6 forks source link

`deploy-gcp` script does not enable compute-engine API #7

Open prasvelagapudiagility opened 3 months ago

prasvelagapudiagility commented 3 months ago

When running the deploy-gcp script, the terraform template does not check or enable the Compute Engine API on the project, causing the deployment to fail. If this is API is required it should probably be added to either the instructions or the terraform spec.

myurasov-nv commented 3 months ago

@prasvelagapudiagility thanks for the feedback. I will investigate if compute API can be automatically enabled.