Raffael
Raffael
Seems to be the same issue: https://github.com/terraform-providers/terraform-provider-aws/issues/6352 I also just ran into it. [Revoking active sessions](https://github.com/serverless/examples/issues/279#issuecomment-669879979) didn't solve it.
Compute Admin role + **Service Account User** role works. Next question would be what to replace Compute Admin role with that is less powerful / more specific.
> @joyofdata could you share what error you get when only using a Compute Admin role. ```py from dask_cloudprovider.gcp import GCPCluster cluster = GCPCluster( projectid="playground-xyz", zone="europe-west1-b", network="dask", machine_type="n2-standard-2", source_image="projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20210325", docker_image="daskdev/dask:latest",...
> And when you ran that did you see the scheduler VM get created in the GCP console? Using only Compute Admin role and [above code](https://github.com/dask/dask-cloudprovider/issues/279#issuecomment-817658276) will cause the instance...
> Thanks for gathing that list, it's really helpful. I'm just a little confused because the Compute Admin role has `compute.*` permissions, so that should include everything you listed. >...
Absolutely no idea :/ 
Seems to be the same issue: https://github.com/serverless/examples/issues/279 I also just ran into it. I'm using TF 0.13.1. Destroying and applying doesn't solve it. That worked: https://github.com/terraform-providers/terraform-provider-aws/issues/6352#issuecomment-554359665 This is the code...
> Hey @crgz . I see that PR: #145 has been merged. Consequently, I did the following: > > * "pip uninstall pyswip" > > * "pip install git+https://github.com/yuce/pyswip@master#egg=pyswip" and...