mongodb / mongodbatlas-cloudformation-resources

MongoDB Atlas CloudFormation Resources: Deploy, update, and manage MongoDB Atlas infrastructure as code through AWS CloudFormation
https://www.mongodb.com/atlas/aws-cloudformation
Apache License 2.0
58 stars 38 forks source link

Cloudp 261730 alert configuration missing matchers #1098

Closed marcosuma closed 2 months ago

marcosuma commented 2 months ago

Proposed changes

Based on https://github.com/mongodb/awscdk-resources-mongodbatlas/pull/319, we need to update the list of matchers

ALTERNATIVE OPTION

Looking in TF, should we actually remove this enum and just leave it open as string?

Jira ticket: CLOUDP-261730

Please include a summary of the fix/feature/change, including any relevant motivation and context.

Link to any related issue(s):

Type of change:

Manual QA performed:

Required Checklist:

Further comments

github-actions[bot] commented 2 months ago

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details: CONTRIBUTING.md

No release type found in pull request title "Cloudp 261730 alert configuration missing matchers". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat
 - fix
 - chore
 - doc
 - test
 - security
 - remove
 - deprecate
 - refactor
 - perf
 - ci
 - revert
 - style