You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe google_project(project: 'gcp_project_id') do
it { should exist }
its('name') { should eq gcp_project_name }
its('project_number') { should cmp gcp_project_number }
its('lifecycle_state') { should eq "ACTIVE" }
end
The text was updated successfully, but these errors were encountered:
Our example in https://github.com/inspec/inspec-gcp/blob/master/libraries/google_project.rb#L11-L16does is not correct anymore and should be updated to reflect the required arguments as used https://github.com/inspec/inspec-gcp/blob/master/test/integration/verify/controls/gcp_project.rb#L12-L17
The text was updated successfully, but these errors were encountered: