Vincent Lee

Results 6 issues of Vincent Lee

### Terraform Version Terraform v1.2.8 ### Affected Resource(s) Please list the resources as a list, for example: - [datadog_synthetics_test](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/synthetics_test) ### Proposed Terraform Configuration Files ```hcl resource "datadog_synthetics_test" "test_api" { type...

## Feature Request Currently this project sends warning/critical alerts to notification provider PagerDuty through the [Events API v1](https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTc3-events-api-v1). Since the [Pagerduty Events API v2](https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTgw-events-api-v2-overview) is available, Pagerduty strongly recommends using...

## Feature Request On the [Route53 Service](https://github.com/jantman/awslimitchecker/blob/master/awslimitchecker/services/route53.py), add a call to [GetAccountLimit](https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html) which gets the specified limit for the current account, for example, the maximum number of health checks that...

## Example Config ```yml steps: - uses: trstringer/manual-approval@v1 with: approvers: org-team1 ``` If there is a suspended user in your GitHub Enterprise `org-team1`, the action will fail with the following...

## Example Config ```yml steps: - uses: trstringer/manual-approval@v1 with: secret: ${{ github.TOKEN }} approvers: org-team1 ``` If your `org-team1` has more than 10 users, only 10 users will be added...

Is there a way to turn this check off?