Brian Marsh

Results 3 issues of Brian Marsh

I'm running into an issue when trying to parse Terraform code with modules from the registry. ## main.tf ```hcl # Linux VM module here module "linuxvms" { vm_depends_on = [vsphere_folder.projectFolder]...

### Description Although we have a resource for creating/manipulating a new distributed port group, there is no data source for retrieving a current distributed port group. This is challenging when...

enhancement
new-data-source
acknowledged

First off, love this project. It is exactly what we need for an upcoming Red v Blue event. We will absolutely be pointing attendees to this project at the conclusion...

bug