Sha256: 23106ea7165361d88413059bb364178bffbf253d92e94080914076454dcf1576

Contents?: true

Size: 180 Bytes

Versions: 5

Compression:

Stored size: 180 Bytes

Contents

control 'iam_root_user_mfa' do
  title 'MFA should be enabled for the root user'
  impact 1.0

  describe aws_iam_root_user do
    it { should have_mfa_enabled }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
inspec-2.1.81 examples/profile-aws/controls/iam_root_user_mfa.rb
inspec-2.1.21 examples/profile-aws/controls/iam_root_user_mfa.rb
inspec-2.1.10 examples/profile-aws/controls/iam_root_user_mfa.rb
inspec-2.0.32 examples/profile-aws/controls/iam_root_user_mfa.rb
inspec-2.0.17 examples/profile-aws/controls/iam_root_user_mfa.rb