aws_cloudwatch_metric_alarm does not validate input on alarm_actions
#6092
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/cloudwatch
Issues and PRs that pertain to the cloudwatch service.
Milestone
This issue was originally opened by @sprutner as hashicorp/terraform#19015. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
alarm_actions
instead of an ARN.Additional Context
This should be an easy fix if you just use a regex or something to check if it's an ARN being passed in.
The text was updated successfully, but these errors were encountered: