RB

Results 449 issues of RB

### Describe the feature I am always frustrated I see open r2 buckets in cloudflare. It would be great to add cloudflare as a provider in cloud custodian so we...

kind/enhancement

## what - [x] add `max-count` parameter to asg resize action - [x] make lint - [x] write up options for unique cases below to help make a decision -...

### Describe the feature I am always frustrated when I spend hours and hours on this policy, use python to debug, step through the code ```yaml policies: - name: s3-do-action-on-new-buckets...

kind/enhancement

### Describe the feature When you spin up an EKS node group, it does not enable metrics and the EKS api does not support enabling metrics so the metrics have...

kind/enhancement

### Describe the feature I am always frustrated when I have to add a policy to every service role. I'd rather not create a managed IAM policy and attach it...

kind/enhancement

It would be nice to have an instance-refresh action to rotate instances in an asg on a periodic schedule. ```yaml policies - name: asg-instance-refresh resource: asg description: | Rotate autoscaling...

kind/enhancement
area/actions

### Describe the feature I am always frustrated when I scale from `100` to `300` instances and I overload a client's internal infrastructure. Of course, even though this means that...

kind/enhancement

**Description** How to exclude bots such as dependabot? Workaround https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#fetch-metadata-about-a-pull-request ```yaml - uses: mszostok/[email protected] if: ${{ github.actor != 'dependabot[bot]' }} ``` **Reasons** It would be nice to merge dependabot PRs...

### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the provider and it is...

kind/bug
triage/needs-information

### Current Terraform and Cloudflare provider version Latest ### Description Cannot import ``` $ terraform import 'cloudflare_tiered_cache.default' │ Error: resource cloudflare_tiered_cache doesn't support import ``` ### Use cases Migrating from...

kind/enhancement
needs-triage