Bug fixes for GCP modules (#51576)

This commit is contained in:
Alex Stephen 2019-01-31 14:02:56 -08:00
parent cdb4c9b272
commit 68f4228065
5 changed files with 9 additions and 9 deletions

View file

@ -117,7 +117,7 @@ EXAMPLES = '''
- name: create a bucket access control
gcp_storage_bucket_access_control:
bucket: "{{ bucket }}"
bucket: "test_object"
entity: user-alexstephen@google.com
role: WRITER
project: "test_project"