Merge pull request #448 from bartigor/fix_inventory_plugin_name_chack

fix documentation for correct work inventory plugin
This commit is contained in:
Alex Stephen 2021-07-27 11:35:23 -07:00 committed by GitHub
commit 8654190c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ DOCUMENTATION = """
plugin: plugin:
description: token that ensures this is a source file for the 'gcp_compute' plugin. description: token that ensures this is a source file for the 'gcp_compute' plugin.
required: True required: True
choices: ['gcp_compute'] choices: ['google.cloud.gcp_compute']
zones: zones:
description: A list of regions in which to describe GCE instances. description: A list of regions in which to describe GCE instances.
If none provided, it defaults to all zones available to a given project. If none provided, it defaults to all zones available to a given project.