Austin Valle

Results 14 issues of Austin Valle

Hey @amcdnl , I'm trying to figure out the best way to unit test a service that uses the `@Select` decorator provided by ngrx-action. Currently I'm using the TestBed from...

When starting up a new bot, I get this message when trying to retrieve the authentication token: 400 That's an error Error: invalid_scope Request Details scope=https://www.google.com/accounts/OAuthLogin response_type=code redirect_uri=urn:ietf:wg:oauth:2.0:oob client_id=936475272427.apps.googleusercontent.com Existing...

- The `certificate_arn` can only be changed to a different ARN, it cannot be added or removed or it will force a re-create of the resource. - Relevant AWS API:...

enhancement
size/L
tests
service/cognitoidp

### Terraform Version ```shell Terraform v1.7.1 on darwin_arm64 ``` ### Terraform Configuration Files _See below_ ### Debug Output N/A ### Expected Behavior The logic in `terraform-plugin-go` currently works with a...

bug
config

### Terraform CLI and terraform-plugin-docs Versions `github.com/hashicorp/terraform-plugin-docs v0.18.0` ### Use Cases or Problem Statement Bubbling up from this comment https://github.com/hashicorp/terraform-plugin-go/issues/267#issuecomment-1494874479 and a TODO in an error message here: https://github.com/hashicorp/terraform-plugin-docs/blob/6b686eefb31bc0d7e4e7a3a71952e98e882babef/schemamd/render.go#L86 Tuple...

enhancement

### Terraform CLI and terraform-plugin-docs Versions `github.com/hashicorp/terraform-plugin-docs v0.18.0` ### Use Cases or Problem Statement Currently, when documenting a provider-defined function that has an object as a parameter or return type,...

enhancement

### Module version ``` v1.6.0 ``` ### Use-cases #931 will introduce a new internal interface `fwfunction.ParameterWithValidateImplementation` and `fwfunction.ReturnWithValidateImplementation` that will enable us to implement logic for validating function parameter and...

enhancement

### Module version ``` v1.6.0 ``` ### Proposal Following #964 and the `v1.7.0` release, we should refactor the parameter `Name` required validation to utilize the `internal/fwfunction` interfaces for validating parameters....

tech-debt

## Background For the reflection package, the error message when there are mismatched/unexported fields for building a struct with `tfsdk` tags can be confusing. It is possible that a field...

enhancement
reflection

Closes #255 This PR introduces new plan enhancements to the `time_static` resource to ensure config-provided values for `rfc3339` result in known values in the plan. ```terraform resource "time_static" "example" {...

enhancement
dependencies
size/XL