Legacy Galaxy still available as read-only on https://old-galaxy.ansible.com - looking for the new galaxy -> https://github.com/ansible/galaxy_ng
855
stars
331
forks
source link
Add support for Google Virtual Network Interface (gVNIC) #3388
Open
rahulkausale opened 3 months ago
Feature Request
Use Case
We need to create instances with gVNIC interfaces as mentioned here https://cloud.google.com/compute/docs/instances/create-vm-with-gvnic.
Proposed Solution
Possible playbook
As part of request https://github.com/hashicorp/terraform-provider-google/issues/7699, module gcp_compute_image was modified to support guest_os_features of type GVNIC. But gcp_compute_instance module still doesnt have any option to request vNICs of type gVNIC.