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 716fb12 commit e6e4b18Copy full SHA for e6e4b18
test/integration/multiple_service_accounts/controls/gcp.rb
@@ -16,7 +16,7 @@
16
title "GCP Resources"
17
18
attribute('emails').each do |email|
19
- describe google_service_accounts(project: 'ludo-tf-playground') do
+ describe google_service_accounts(project: "#{attribute('project_id')}") do
20
its('service_account_emails'){ should include email }
21
end
22
describe google_project_iam_binding(project: "#{attribute("project_id")}", role: 'roles/viewer') do
0 commit comments