Selena Goods

Results 15 issues of Selena Goods

Previously, the internal methods and checks for the `validate` command were reading files/directories from file paths, which made internal unit testing difficult as it required static files and directories for...

### Background The `terraform providers schema -json` command allows Terraform to output provider-based information in machine-readable JSON format. Terraform ecosystem tooling such as [terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) and the [Terraform Language Server](https://github.com/hashicorp/terraform-ls), rely...

enhancement
non-protocol-info

## Problem Statement When round-tripping certain floating point numbers such as `MaxFloat32` from Terraform config to a `type.Float32` or a `type.Float64` framework type: ```terraform resource "framework_float64_precision" "test" { float64_attribute =...

bug
types