Matthew Warman

Results 11 issues of Matthew Warman

### Describe the bug When disabling sort (so the inputs are in order of the `variables.tf`), the provider order becomes inconsistent from execution to execution. Flipping between: ```text | Name...

bug

## Motivation Preserve the line breaks from input. We use this project as dependency in a project that round trips YAML, this attempts to try and preserve the formatting. It...

#### Description Add additional variables to `github_status` to allow for a more granular view in the prompt. Takes slight inspiration from #3276 but tries to do it in away that...

### Is your feature request related to a problem? OpenTofu went GA [recently](https://opentofu.org/blog/opentofu-is-going-ga). With terraform support added in: #1554, #1576, and #1621. Similar support for `opentofu` could be added. It...

enhancement
resource-opentofu

### Is your feature request related to a problem? Recently switched to using helm auto discovery for repos. One thing I've lost in doing this is a [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) title...

Allows for remote debugging of the terraform provider. Was looking into #52 (which should be fixable if https://github.com/michaelklishin/rabbit-hole/pull/280 is merged) and added this useful snippet in order to debug it....

I couldn't find any [documentation](https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#update-a-pull-request-branch) on this for the API endpoint but after some research into the requests the UI is making itself it is possible to update PRs with...

When using a template with a hyperlink at the end, if the the line is truncated the link its closed correctly. ```bash gh api notifications --template '{{tablerow "Reason" "When" "Repo"...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When running `updatecli diff` on a yarn repository: ```yaml autodiscovery: crawlers:...

bug
resource-npm

## Description Preserve first time contributors in older change logs Fixes #891 ## Motivation and Context When a new release is created and all change logs regenerated the first time...