mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
Merge pull request #448 from bartigor/fix_inventory_plugin_name_chack
fix documentation for correct work inventory plugin
This commit is contained in:
commit
8654190c5b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ DOCUMENTATION = """
|
|||
plugin:
|
||||
description: token that ensures this is a source file for the 'gcp_compute' plugin.
|
||||
required: True
|
||||
choices: ['gcp_compute']
|
||||
choices: ['google.cloud.gcp_compute']
|
||||
zones:
|
||||
description: A list of regions in which to describe GCE instances.
|
||||
If none provided, it defaults to all zones available to a given project.
|
||||
|
|
Loading…
Add table
Reference in a new issue