Fixed Docs asking for instead of (#2933)

Signed-off-by: Bj Maldonado <bj@maldonado.io>
This commit is contained in:
Bj Maldonado 2018-04-12 15:26:32 -04:00 committed by Jared Quick
parent b0ce734035
commit eff4de6784
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ An `aws_cloudwatch_alarm` resource block searches for a Cloudwatch Alarm, specif
# Look for a specific alarm
aws_cloudwatch_alarm(
metric: 'my-metric-name',
metric_name: 'my-metric-name',
metric_namespace: 'my-metric-namespace',
) do
it { should exist }

View file

@ -3,7 +3,7 @@ class AwsCloudwatchAlarm < Inspec.resource(1)
desc <<-EOD
# Look for a specific alarm
aws_cloudwatch_alarm(
metric: 'my-metric-name',
metric_name: 'my-metric-name',
metric_namespace: 'my-metric-namespace',
) do
it { should exist }