Brian Flad

Results 208 issues of Brian Flad

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

technical-debt
provider
stale
linter

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

technical-debt
provider
stale
linter

## Description Version (installed via `brew install actionlint`): ```console $ actionlint -version 1.6.22 installed by building from source built with go1.19.2 compiler for darwin/arm64 ``` Given these steps: ```yaml #...

false-positive
upstream-issue

### Terraform Version ```shell Terraform v1.2.9 on linux_amd64 (although this has probably been happening for a very long time to hide terraform-plugin-sdk legacy behaviors) ``` ### Terraform Configuration Files ```terraform...

bug
cli
UX
v1.2

### SDK version ``` v2.31.0 ``` ### Use-cases The `mitchellh/mapstructure` dependency is being archived, per [this announcement](https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc). Viper has the blessed fork and published [v1.6.0 release](https://github.com/go-viper/mapstructure/releases/tag/v1.6.0). ### Proposal Replace Go...

dependencies

### SDK version ``` v2.0.0 ``` ### Use-cases Version 2 of the Terraform Plugin SDK added some awesome diagnostics handling to many of the core provider resource handling functions. It...

enhancement
subsystem/diagnostics

### SDK version ``` v2.24.0 ``` ### Relevant provider source code ```go // sdk resource logic d.Set("list", nil) // schema.TypeList d.Set("map", nil) // schema.TypeMap d.Set("set", nil) // schema.TypeSet // framework...

bug
subsystem/tests

### SDK version ``` v2.23.0 ``` ### Relevant provider source code None provided. ### Terraform Configuration Files None provided. ### Expected Behavior Acceptance testing should work with provider addresses that...

bug
subsystem/tests

### Terraform CLI and Provider Versions N/A ### Use Cases or Problem Statement Very minor technical debt. The root `go.mod` currently defines this Go module as `github.com/terraform-providers/terraform-provider-random` because that is...

technical-debt

### Description The changes on my fork were merged upstream and I have already deleted my fork (sorry about that). ### References ### Community Note * Please vote on this...