Skip to content

Commit

Permalink
Better IAM Service Account name
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Dec 10, 2018
1 parent d5d8f5c commit bd351e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion products/iam/examples/ansible/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
task: !ruby/object:Provider::Ansible::Task
name: gcp_iam_service_account
code:
name: 'test-ansible@graphite-playground.google.com.iam.gserviceaccount.com'
name: >
"{{resource_name}}@{{gcp_project}}.google.com.iam.gserviceaccount.com"
display_name: 'My Ansible test key'
project: <%= ctx[:project] %>
auth_kind: <%= ctx[:auth_kind] %>
Expand Down

0 comments on commit bd351e1

Please sign in to comment.