RB

Results 449 issues of RB

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature I cannot seem to get the atmos workspace name in the...

bug

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature It would be nice to see ADRs as atmos continues to...

**Is your feature request related to a problem? Please describe.** I create EFS volumes in terraform, grab the ID, and then add it to the values file to use the...

kind/feature

We use renovatebot and it detects only v3 releases https://pkg.go.dev/github.com/uber-go/tally also shows that v3 is the latest while github shows v4 is the latest. Is v4 stable? If so, how...

**Is your feature request related to a problem? Please describe.** I want to sync the cf template using git **Describe the solution you'd like** Git sync https://aws.amazon.com/about-aws/whats-new/2023/11/aws-cloudformation-git-management-stacks/ **Describe alternatives you've...

**Is your feature request related to a problem? Please describe.** When we approach limits, we want to not only monitor them, but also resolve them to avoid an incident. **Describe...

enhancement
triaged

https://github.com/search?q=repo%3Arebuy-de%2Faws-nuke%20netpunesnapshot&type=code

## what - Override the default version prefix ## why - In order to use a different prefix such as `tofu_` ## references - Relates to https://github.com/warrensbox/terraform-switcher/issues/315#issuecomment-1877468973 - https://nitrocode.github.io/opentofu/

**Is your feature request related to a problem? Please describe.** Since the default branch is `master` (older commit) and the release branch is `release` (latest commit), a renovatebot configuration for...

enhancement

In the official [integration docs](https://github.com/infracost/infracost-atlantis/blob/master/examples/combined-infracost-comment/README.md#running-with-github), it shows a custom workflow with the following. ```yaml infracost comment github --repo $BASE_REPO_OWNER/$BASE_REPO_NAME \ --pull-request $PULL_NUM \ --path /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM/'*'-infracost.json \ --github-token $GITHUB_TOKEN \ --behavior...