Brian Flad

Results 208 issues of Brian Flad

### Terraform CLI and Provider Versions N/A (main branch development) ### Use Cases or Problem Statement Following the Go [support policy](https://golang.org/doc/devel/release.html#policy) and given the ecosystem availability and stability of the...

enhancement

The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's CHANGELOG...

documentation
provider

## Description When using `terrafmt diff -f` with the following configuration snippet: ```go return fmt.Sprintf(` data "aws_caller_identity" "current" {} resource "aws_signer_signing_profile" "test" { platform_id = "AWSLambda-SHA384-ECDSA" name = replace(%[1]q, "-",...

### Terraform CLI and Provider Versions 1.2.8 / 3.2.3 ### Terraform Configuration ```terraform resource "dns_a_record_set" "foo" { zone = "example.com." name = "foo" addresses = ["192.168.000.001", "192.168.000.002"] ttl = 300...

bug

The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's CHANGELOG...

documentation
provider

The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's documentation...

documentation
provider

## Description Currently, the provider acceptance testing via `internal/provider/acceptance.sh` has an explicit dependency on the `kinit` executable to verify Kerberos session authentication (versus password and keytab authentication): https://github.com/hashicorp/terraform-provider-dns/blob/69966bbca9c04c5399dde9333c45997cbda1cfe0/internal/provider/acceptance.sh#L102-L120 It might...

tests

### Module version ``` v0.9.0 ``` ### Use-cases Resource timeouts are a way for practitioners to override the acceptable amount of time for a data source read operation or resource...

enhancement
sdkv2-parity

### Module version ``` v0.10.0 ``` ### Use-cases The recent Go 1.19 release includes updates to the [Go Doc Comments](https://go.dev/doc/comment) syntax for supporting links. This updated documentation support is already...

documentation

### Module version ``` v0.11.0 ``` ### Use-cases Provider developers can be confused by these two aspects of provider development currently: * The split between these interfaces: `DataSourceType` and `DataSource`...

enhancement
breaking-change