Brian Flad
Brian Flad
https://github.com/sethvargo/chefspec#packaging-custom-matchers
https://github.com/sethvargo/chefspec#packaging-custom-matchers
## Description Hi there 👋 This project looks pretty neat, especially from its usage in [`markdown-lint-check`](https://github.com/tcort/markdown-link-check) 🎉 We are investigating the possibility of using `markdown-lint-check` via GitHub Actions to replace...
### Feature description The `AWS_ROLE_ARN` environment variable was recently added with the introduction of the web identity credential provider. It would be great if the `AWS_ROLE_ARN` environment variable could also...
### Current Terraform Version ``` Terraform v1.2.6 on darwin_arm64 ``` ### Use-cases The plugin protocol currently has the following definition for diagnostics: ```protobuf message Diagnostic { enum Severity { INVALID...
### Current Terraform Version ``` v1.1.7 ``` ### Use-cases Providers are generally required to notify Terraform CLI about the "configurability" of a managed resource, data source, or provider schema attribute...
### SDK version ``` v2.10.1 ``` ### Use-cases _This issue is a placeholder until more investigation and details can be added._ Providers may wish to use the available private state...
Closes #1023
_Please Note: This issue is being submitted in the absence of an existing one I could find and meant more for gathering other use cases and/or showing an explicit decision...
### Terraform Version ``` # go.mod github.com/hashicorp/terraform v0.12.0-beta2 ``` ### Terraform Resource Files In the Terraform AWS Provider: ```go # aws/resource_aws_route53_zone.go (inside &schema.Resource) CustomizeDiff: customdiff.All( customdiff.ForceNewIfChange("vpc", func(old, new, meta interface{})...