Adam Robinson
Adam Robinson
### Terraform Version 0.13.1 ### vSphere Provider Version 1.23.0 ### Affected Resource(s) - `vsphere_compute_cluster` ### Terraform Configuration Files ```hcl resource "vsphere_compute_cluster" "cluster" { provider = vsphere.nested name = var.nested_cluster_name datacenter_id...
### Description I am working on a Terraform provider for [VMware Horizon](https://github.com/umich-vci/terraform-provider-horizon) so that I can automate desktop pool creation in our environment. As a part of that, I need...
### Description I think it would be useful if there were a resource named something like `ad_group_member` which could be used to control if a single entity was a member...
This updates `nsxt_vm_tags` to use an API that is not deprecated and supports query parameters so that environments with over 1000 VMs work. This also resolves an issue I was...
### Describe the bug The API used to list all VMs does not properly support cursors as the API documentation states. No cursor is returned, so there are issues using...
### Describe the bug If I create an SNAT rule with `nsxt_policy_nat_rule` with `destination_networks` unset (which seems to act equivalent to "Any" in the UI), it creates an SNAT rule...
### Description The crashes I have experienced with `oneview_logical_interconnect_group` have been resolved, but I have still had some issues with the resource complaining about attributes being set that are read...
Some documentation on how to use .terraformrc (or the TF_CLI_CONFIG_FILE environment variable when it is available) with this GitHub Action might be useful to others. It took me a bit...
### Describe the bug The short_id field of the nsxt_policy_project is not marked with ForceNew. This causes an error to be returned by Terraform if you attempt to perform an...