Fix name param. Remove logging. (#34881)

This commit is contained in:
Chris Houseknecht 2018-01-15 11:27:39 -05:00 committed by GitHub
parent 32997a5160
commit 6a75c1a138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View file

@ -44,7 +44,7 @@ DOCUMENTATION = """
- Use to specify an object model. If I(resource definition) is provided, the I(kind) from a
I(resource_definition) will override this option.
required: true
name:
resource_name:
description:
- Fetch a specific object by name. If I(resource definition) is provided, the I(metadata.name) value
from the I(resource_definition) will override this option.