Skip to content

Commit

Permalink
Merge pull request #17690 from hashicorp/t-fix-cloudwatch-format
Browse files Browse the repository at this point in the history
resource/cloudwatch_metric_alarm: Fix format
  • Loading branch information
YakDriver authored Feb 18, 2021
2 parents 7ed8ce4 + 7956a58 commit 4a57068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_cloudwatch_metric_alarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func resourceAwsCloudWatchMetricAlarm() *schema.Resource {
Optional: true,
MaxItems: 5,
Elem: &schema.Schema{
Type: schema.TypeString,
Type: schema.TypeString,
ValidateFunc: validation.Any(
validateArn,
validateEC2AutomateARN,
Expand All @@ -206,7 +206,7 @@ func resourceAwsCloudWatchMetricAlarm() *schema.Resource {
Optional: true,
MaxItems: 5,
Elem: &schema.Schema{
Type: schema.TypeString,
Type: schema.TypeString,
ValidateFunc: validation.Any(
validateArn,
validateEC2AutomateARN,
Expand Down

0 comments on commit 4a57068

Please sign in to comment.