fix: correct gcp_compute_instance_info filter docs

The link for filter documentation was pointing to
gcloud, which isn't correct as gcp_compute_instance_info
communicates with the API.

fixes #549
This commit is contained in:
Yusuke Tsutsumi 2023-02-18 18:58:31 +00:00 committed by Yusuke Tsutsumi
commit 12438f9bfb
2 changed files with 50 additions and 23 deletions

View file

@ -0,0 +1,5 @@
# https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst#changelog-fragment-categories
bugfixes:
- >
gcp_compute_instance_info: fix incorrect documentation for filter which incorrectly
pointed to the gcloud filter logic rather than the API (fixes #549)