mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-13 08:30:57 -07:00
Adding proper vars to tests (#225)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
152f52d4c6
commit
66f43ea8f9
10 changed files with 15 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue