Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chef 1095 Add the missing contents in the files of aws cloudtrail trail resource #969

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding the be_organization_trail
Signed-off-by: Soumyodeep Karmakar <soumyo.k13@gmail.com>
  • Loading branch information
soumyo13 committed Mar 13, 2023
commit 991931316ce6555b75a3271e7e284ad1822a6119
1 change: 1 addition & 0 deletions test/integration/verify/controls/aws_cloudtrail_trail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
describe aws_cloudtrail_trail(aws_cloud_trail_name) do
its('s3_key_prefix') { should_not eq nil }
its('is_organization_trail') { should eq false }
it { should be_organization_trail }
end
end