Chris Marchesi

Results 53 comments of Chris Marchesi

Hey @showry, sorry for the delay in replying on addressing this topic. At this point, I don't think the vSphere provider is going too end up supporting RDM disks anytime...

@surajsub and @showry I think I may have closed this pre-maturely. I want to make sure this is tracked, even if it's a longer-term goal, so I'm re-opening the issue....

Note that you can also export the `--add-opens java.base/java.lang=ALL-UNNAMED` flag to `CONTEXT_MAPPER_LSP_OPTS` in your respective environment to avoid having to edit files the extension that may be reverted at a...

@Laffs2k5 I suspect your assessment is correct here, I haven't reproduced but seeing as there should only be one provider instance running it's definitely plausible parallel renewals would cause nondeterminism...

@Laffs2k5 PS: For now, you _should_ be able to work around this in Terraform itself by disabling parallelism, ie: `-parallelism=1`, see https://www.terraform.io/cli/commands/apply#parallelism-n.

Just thought I'd mention I haven't forgotten about this! Some notes though: just checking the provider and it seems that there is a `NewDNSProviderConfig` function in a number of the...

@plemelin thanks for the data, knowing that more and more people are having to apply the workaround is giving me more ammo to work on addressing it. I think now...

@SpencerBrown indeed breaking changes need to be handled with care. We have a state migration workflow that helps with this. Check [this field](https://github.com/hashicorp/terraform/blob/master/helper/schema/resource.go#L45) and [this function field](https://github.com/hashicorp/terraform/blob/master/helper/schema/resource.go#L57) in the `helper/schema`...

@designermonkey @bukowa I'll mull this and see how I can make it better. In addition to targeted destroys (and probably even better than that), you can set up your certificates...

@irl credential races should have been fixed in https://github.com/vancluever/terraform-provider-acme/pull/276 (see https://github.com/vancluever/terraform-provider-acme/issues/235). Pretty much the same issue you're mentioning, although there's possibly some other things that could be affecting things on...