We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf79803 commit a736fd2Copy full SHA for a736fd2
roles/platform/tasks/teardown_gcp_authz.yml
@@ -59,7 +59,7 @@
59
label: __gcp_binding_item.member
60
failed_when:
61
- __gcp_service_account_teardown.rc == 1
62
- - "'Policy bindings with the specified member and role not found!' not in __gcp_service_account_teardown.stderr"
+ - "'Policy bindings with the specified principal and role not found!' not in __gcp_service_account_teardown.stderr"
63
loop:
64
# Logs
65
- member: "serviceAccount:{{ plat__gcp_log_identity_name }}@{{ plat__gcp_project }}.iam.gserviceaccount.com"
0 commit comments