added required missing field for common yaml fmt

This commit is contained in:
Brian Coca 2018-07-05 13:01:16 -04:00 committed by Alex Stephen
parent 03cdff340d
commit e6c4e94687

View file

@ -18,6 +18,10 @@ DOCUMENTATION = '''
- Get inventory hosts from Google Cloud Platform GCE.
- Uses a <name>.gcp.yaml (or <name>.gcp.yml) YAML configuration file.
options:
plugin:
description: token that ensures this is a source file for the 'gcp_compute' plugin.
required: True
choices: ['gcp_compute']
zones:
description: A list of regions in which to describe GCE instances.
default: all zones available to a given project