Tom Dyas
Tom Dyas
Still to come: Computing the `packages` field from the classfiles found in the jar.
> I think we might need to add a `resolve` arg, which if left off defaults to the default. Will do. > Thoughts on making this API be batched, that...
> As a Terraform noob I am not really sure, is this the desired way to go or should provider return more data? The better way would be to update...
Background: I'm using `terraform` to manage some DigitalOcean infrastructure. My wish is to have a more "ergonomic" experience when using `terraform` to manage my DO assets. In this case, my...
FYI https://github.com/terraform-providers/terraform-provider-digitalocean/pull/396 adds a `digitalocean_project_resources` resource that can add droplets to an existing project not managed by Terraform.
Linking https://github.com/hashicorp/terraform-provider-null/issues/45 as potentially related and involving the `null` provider and a `local-exec` provisioner writing to a file.
> I'd love to be able to support something like this, but it's not clear if that is possible from the side of the DigitalOcean provider. The provider could support...
https://github.com/terraform-providers/terraform-provider-digitalocean/pull/396 implements `digialocean_project_resources`.
The Pants project is seeing a similar race condition consistently in CI with JDK downloads: https://github.com/pantsbuild/pants/issues/12293 (example CI failure: https://github.com/pantsbuild/pants/runs/3010851715?check_suite_focus=true#step:11:919)
Maybe `CacheLocks.withLockOr` has a race condition?