Skip to content
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

New resource: aws_cloudwatch_composite_alarm #15023

Merged
merged 3 commits into from
Jan 14, 2021

Conversation

roberth-k
Copy link
Contributor

@roberth-k roberth-k commented Sep 3, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #12272

Release note for CHANGELOG:

FEATURES:
- **New Resource:** `aws_cloudwatch_composite_alarm`

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAwsCloudWatchCompositeAlarm_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsCloudWatchCompositeAlarm_ -timeout 120m
--- PASS: TestAccAwsCloudWatchCompositeAlarm_disappears (19.78s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_basic (22.99s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_update (36.72s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       38.508s

@roberth-k roberth-k requested a review from a team September 3, 2020 21:17
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. provider Pertains to the provider itself, rather than any interaction with AWS. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. documentation Introduces or discusses updates to documentation. needs-triage Waiting for first response or review from a maintainer. labels Sep 3, 2020
@jvisker
Copy link

jvisker commented Sep 16, 2020

Any updates on this?

@jayy-mize
Copy link
Contributor

jayy-mize commented Sep 25, 2020

any ETA on this feature being released?

welp, you guys are just making it easier to abandon terraform and move to AWS CDK. thanks for nothing! enjoy losing all that potential money from TF cloud and enterprise.

@mqchau
Copy link

mqchau commented Oct 7, 2020

@breathingdust Could you please take a look at this?

@breathingdust
Copy link
Member

Hi all 👋 . Just letting you know this is on our list for our engineers to review and will feature in an upcoming release.

@anGie44 anGie44 self-requested a review December 15, 2020 21:20
@anGie44 anGie44 removed the needs-triage Waiting for first response or review from a maintainer. label Dec 16, 2020
Copy link
Contributor

@anGie44 anGie44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @roberth-k, thank you for this PR ! Off to a really great start 👍 Please find my comments here for review. Feel free to reach out with any questions/concerns!

Output of acceptance tests:

--- PASS: TestAccAwsCloudWatchCompositeAlarm_disappears (13.90s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_basic (37.54s)

aws/resource_aws_cloudwatch_composite_alarm.go Outdated Show resolved Hide resolved
aws/resource_aws_cloudwatch_composite_alarm.go Outdated Show resolved Hide resolved
aws/resource_aws_cloudwatch_composite_alarm.go Outdated Show resolved Hide resolved
aws/resource_aws_cloudwatch_composite_alarm.go Outdated Show resolved Hide resolved
aws/resource_aws_cloudwatch_composite_alarm.go Outdated Show resolved Hide resolved
aws/resource_aws_cloudwatch_composite_alarm_test.go Outdated Show resolved Hide resolved
website/docs/r/cloudwatch_composite_alarm.html.markdown Outdated Show resolved Hide resolved
website/docs/r/cloudwatch_composite_alarm.html.markdown Outdated Show resolved Hide resolved
website/docs/r/cloudwatch_composite_alarm.html.markdown Outdated Show resolved Hide resolved
@anGie44 anGie44 added the waiting-response Maintainers are waiting on response from community or contributor. label Dec 16, 2020
@anGie44
Copy link
Contributor

anGie44 commented Jan 4, 2021

Hi @roberth-k 👋 checking in to see if you'll be able to address the changes requested here. Not a problem if you can't, we're happy to continue the work here and get it into an upcoming release, just let us know :)

@roberth-k
Copy link
Contributor Author

Hi @anGie44! I'll get it sorted some time this week.

@ghost ghost removed the waiting-response Maintainers are waiting on response from community or contributor. label Jan 4, 2021
@anGie44
Copy link
Contributor

anGie44 commented Jan 4, 2021

sounds great, thanks @roberth-k 👍

@anGie44 anGie44 added the waiting-response Maintainers are waiting on response from community or contributor. label Jan 5, 2021
@roberth-k roberth-k force-pushed the f-aws_cloudwatch_composite_alarm branch from 1c63f08 to a74d047 Compare January 9, 2021 20:15
@roberth-k roberth-k requested a review from a team as a code owner January 9, 2021 20:15
@roberth-k roberth-k force-pushed the f-aws_cloudwatch_composite_alarm branch from a74d047 to f7a9453 Compare January 9, 2021 20:22
@ghost ghost added the service/cloudwatch Issues and PRs that pertain to the cloudwatch service. label Jan 9, 2021
@roberth-k roberth-k requested review from anGie44 and removed request for a team January 9, 2021 21:09
@anGie44 anGie44 added new-resource Introduces a new resource. and removed waiting-response Maintainers are waiting on response from community or contributor. labels Jan 10, 2021
@anGie44 anGie44 added this to the v3.24.0 milestone Jan 14, 2021
@anGie44 anGie44 force-pushed the f-aws_cloudwatch_composite_alarm branch from 5c1659b to 757ee46 Compare January 14, 2021 02:41
@anGie44
Copy link
Contributor

anGie44 commented Jan 14, 2021

Hi @roberth-k 👋 Thank you again for this PR -- looked great overall! I've added a couple more acceptance tests for coverage to get this into our upcoming release.

Output of acceptance tests:

--- PASS: TestAccAwsCloudWatchCompositeAlarm_disappears (183.81s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_basic (231.57s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_description (306.49s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_updateAlarmRule (325.89s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_allActions (326.25s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_actionsEnabled (326.34s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_insufficientDataActions (375.92s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_alarmActions (376.01s)
--- PASS: TestAccAwsCloudWatchCompositeAlarm_okActions (377.01s)

@anGie44 anGie44 merged commit 23acbcb into hashicorp:master Jan 14, 2021
anGie44 added a commit that referenced this pull request Jan 14, 2021
@ghost
Copy link

ghost commented Jan 15, 2021

This has been released in version 3.24.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Feb 13, 2021

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!

@ghost ghost locked as resolved and limited conversation to collaborators Feb 13, 2021
@roberth-k roberth-k deleted the f-aws_cloudwatch_composite_alarm branch January 16, 2022 20:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. new-resource Introduces a new resource. provider Pertains to the provider itself, rather than any interaction with AWS. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CloudWatch composite alarms
6 participants