mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Wrong matcher name in example for aws_config_recorder (#2899)
* Wrong matcher name in example * Remove spurious slash Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
16273c27b8
commit
fe591417f3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Provides a list of AWS resource types for which the AWS Config records configura
|
|||
|
||||
Indicates if the ConfigurationRecorder will record changes for all resources, regardless of type. If this is true, resource_types is ignored.
|
||||
|
||||
it { should be_all_supported }
|
||||
it { should be_recording_all_resource_types }
|
||||
|
||||
### be\_recording\_all\_global\_types
|
||||
|
||||
|
|
Loading…
Reference in a new issue