You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep in mind that the Terraform provider doesn't have a full implementation of the VRF capabilities. These open issues are limitations that can be overcome in the first release of the Ansible implementation if we take it into consideration:
Create module for metal_vrf.
Analogical to resource equinix_metal_vrf in terraform-provider-equinix:
Module should
plugins/modules/metal_vrf.py
check_mode
if it's an_info
modulemake docs
)tests/integration/targets/metal_vrf/tasks/main.yml
$ cd .ansible/collections/ansible_collections/equinix/cloud
$ ansible-test sanity -v --docker --python 3.10 metal_vrf.py
See the newest added module to get an idea how to do implement this.
The text was updated successfully, but these errors were encountered: