Rob Nelson
Rob Nelson
I went through the provider code and I don't know either terraform or go well enough to fully pinpoint the issue, but I'm trying to learn both and if someone...
Updated the versions now that I've got them. I don't think it's an ordering issue, per se - flip the input order (below) and it doesn't show up. Somehow it's...
We are coming up on a year since this was submitted and I don't see any provider resources for this yet, but please correct me if I missed something. If...
I don't know much about writing Go, but I've seen that a `TypeList` is used [when the order matters](https://www.terraform.io/docs/extend/schemas/schema-types.html#typelist), but a `TypeSet` can be used [when the order has no...
If that's correct (and again, I do not know go very well) then perhaps the fix is as simple as replacing L55-61 with ```go "regions": { Type: schema.TypeSet, Computed: true,...
@frodenas Awesome, thank you for that PR! I’m looking forward to testing this out soon!
@frodenas FYI We're on 0.5.0+ and no longer seeing this issue. Can't speak for @pgsmith123 of course but maybe this addressed their issue, too.
Reviewing https://registry.terraform.io/providers/vmware/vra/latest/docs/resources/vra_zone does not appear to show a setting for the Compute WebUI setting. If there's a parameter we should explicitly set, that would be great to call out in...
@esalberg The webhook does not return the 200 immediately because it determines the return code based on the result of the full deployment. It is possible that the webhook will...
Re: overlapping runs. Is that because two PRs merged at the same time, or because of git lab retrying? If the former, try using the branch from #268 to see...