-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudwatch - Add Alarms on Metric Math Expressions #6551
Comments
Below is a proposed implementation spec. Please let me know what you think. The
Where:
Notice I folded in the https://www.terraform.io/docs/providers/aws/r/cloudwatch_metric_alarm.html |
How's #6833 going? |
Hi @bflad, |
Any update on this PR? Would be great to have a new version with working cw math expressions in place. |
Bump - looking forward to seeing this get in. If there's something else pending on this I am happy to take a look/help out. Thanks in advance! |
Support for math expression metric alarms (via a new |
Thanks @bflad - out of curiosity for the impatient; is there a method or docs on how to use a work-in-progress terraform AWS provider/git branch to test out the functionality until an official provider is released? Thanks for all the work you do. |
@shaiguitar the README instructions should get you on your way to a custom built provider locally (e.g., a Go 1.11.4+ environment using If you have any issues with those instructions, I would suggest opening a new GitHub issue. |
Any update on a release with this feature (end of week)? |
This has been released in version 1.59.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Verified this works as expected, thanks!
…On Thu, Feb 14, 2019, 18:46 Brian Flad ***@***.*** wrote:
This has been released in version 1.59.0 of the AWS provider
<https://github.com/terraform-providers/terraform-provider-aws/blob/master/CHANGELOG.md#1590-february-14-2019>.
Please see the Terraform documentation on provider versioning
<https://www.terraform.io/docs/configuration/providers.html#provider-versions>
or reach out if you need any assistance upgrading.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6551 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAM3jJWfI_ilgwgOLBdxTdVIa9C86rGks5vNfVKgaJpZM4Yu5Ts>
.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
need to add support for this new feature:
Amazon CloudWatch Launches Ability to Add Alarms on Metric Math Expressions
New or Affected Resource(s)
aws cloudwatch alarms
References
https://aws.amazon.com/about-aws/whats-new/2018/11/amazon-cloudwatch-launches-ability-to-add-alarms-on-metric-math-expressions/
The text was updated successfully, but these errors were encountered: