We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create module for network_device_link.
Analogical to resource equinix_network_device_link in terraform-provider-equinix:
Module should
plugins/modules/network_device_link.py
check_mode
_info
make docs
tests/integration/targets/network_device_link/tasks/main.yml
$ cd .ansible/collections/ansible_collections/equinix/cloud
$ ansible-test sanity -v --docker --python 3.10 network_device_link.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:
No branches or pull requests
Create module for network_device_link.
Analogical to resource equinix_network_device_link in terraform-provider-equinix:
Module should
plugins/modules/network_device_link.py
check_mode
if it's an_info
modulemake docs
)tests/integration/targets/network_device_link/tasks/main.yml
$ cd .ansible/collections/ansible_collections/equinix/cloud
$ ansible-test sanity -v --docker --python 3.10 network_device_link.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: