-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add prometheus alert manager definition resource #21431
Add prometheus alert manager definition resource #21431
Conversation
cafd538
to
c4b1afc
Compare
Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
c4b1afc
to
20bf4d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
Commercial
% make testacc PKG_NAME=internal/service/prometheus TESTARGS='-run=TestAccPrometheusAlertManagerDefinition'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/prometheus/... -v -count 1 -parallel 20 -run=TestAccPrometheusAlertManagerDefinition -timeout 180m
=== RUN TestAccPrometheusAlertManagerDefinition_basic
=== PAUSE TestAccPrometheusAlertManagerDefinition_basic
=== RUN TestAccPrometheusAlertManagerDefinition_disappears
=== PAUSE TestAccPrometheusAlertManagerDefinition_disappears
=== CONT TestAccPrometheusAlertManagerDefinition_basic
=== CONT TestAccPrometheusAlertManagerDefinition_disappears
--- PASS: TestAccPrometheusAlertManagerDefinition_disappears (104.18s)
--- PASS: TestAccPrometheusAlertManagerDefinition_basic (268.60s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/prometheus 275.019s
GovCloud
% make testacc PKG_NAME=internal/service/prometheus TESTARGS='-run=TestAccPrometheusAlertManagerDefinition'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/prometheus/... -v -count 1 -parallel 20 -run=TestAccPrometheusAlertManagerDefinition -timeout 180m
=== RUN TestAccPrometheusAlertManagerDefinition_basic
=== PAUSE TestAccPrometheusAlertManagerDefinition_basic
=== RUN TestAccPrometheusAlertManagerDefinition_disappears
=== PAUSE TestAccPrometheusAlertManagerDefinition_disappears
=== CONT TestAccPrometheusAlertManagerDefinition_basic
=== CONT TestAccPrometheusAlertManagerDefinition_disappears
=== CONT TestAccPrometheusAlertManagerDefinition_basic
acctest.go:694: skipping tests; partition aws-us-gov does not support aps service
--- SKIP: TestAccPrometheusAlertManagerDefinition_basic (1.49s)
=== CONT TestAccPrometheusAlertManagerDefinition_disappears
acctest.go:694: skipping tests; partition aws-us-gov does not support aps service
--- SKIP: TestAccPrometheusAlertManagerDefinition_disappears (1.49s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/prometheus 11.406s
@stijndehaes Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.64.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates #21236
Output from acceptance testing: