Kestutis Stalmok
Kestutis Stalmok
Documentation in README.md actually mentions similar issue under [Firefox](https://github.com/cypress-io/github-action#firefox): > In order to run Firefox, you need to use non-root user (Firefox security restriction). > Note: the magical user id...
Another workaround: use `--refresh=false` if you're sure you have no remote changes.
I don't think we should close this as it's still an issue. Setting `-parallelism=1` is a good workaround, but now my planning/applying takes forever.
Any update on this? I could try to submit a PR if you nudge me in a right direction.
Yeah I've been using that workaround for a while now, but with 1000 resources it's painfully slow. Is there an issue you could point me to in RESP API repo?
I've identified that the ID format for importing an `octopusdeploy_tenant_project` resource is `"space-id:tenant-id:project-id"`, but unfortunately, the import doesn't work as expected. ### Steps I Took: 1. **Manual Import Attempt** (I'm...