Code snippets for VMware vSphere IaCThis snippets extension enables code snippets for vSphere (VMware/Broadcom) automation with Ansible and Terraform. Requires VS Code 1.92 or later. For Ansible, open a YAML (.yml or .yaml) file, type "vmw-", hit Ctrl+Space and access the well commented snippets for all the modules from this VMware Community Collection For Terraform, open a .tf (does require Hashicorp Terraform extension for language support) file, type "vsp-", hit Ctrl+Space and access the well commented snippets for all the resources from this vShpere Terraform provider Release NotesThis is a community contribution. Please test your configs and code before deploying. Extension publisher cannot guarantee that the snippets will work in your environment or that they are accurate. Please report bugs and issues at agentics.dev@gmail.com 0.1.0Added Terraform resources for the provider based on https://github.com/vmware/terraform-provider-vsphere 0.0.3Very first release includes Ansible snippets for Community.Vmware modules. |