Adding proper vars to tests (#225)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-04-15 12:41:18 -07:00 committed by Alex Stephen
parent 152f52d4c6
commit 66f43ea8f9
10 changed files with 15 additions and 22 deletions

View file

@ -61,7 +61,7 @@ extends_documentation_fragment: gcp
EXAMPLES = '''
- name: create a service account
gcp_iam_service_account:
name: '"{{resource_name}}@{{gcp_project}}.google.com.iam.gserviceaccount.com"'
name: "{{ sa_name }}"
display_name: My Ansible test key
project: test_project
auth_kind: serviceaccount