Ashvin Sharma
Ashvin Sharma
### What OS are you using (`uname -a`, or Windows version)? Mac OS 13.3.1 ### What programming language are you using (C/C++/Go/Rust)? go version go1.19 darwin/arm64 ### What did you...
**Describe the bug** Not very sure what's happening here, the value has some escaped JSON and which breaks on Unmarshal. ```go package main import ( "fmt" "github.com/goccy/go-yaml" ) type EnvironmentVariables...
### Description In the [documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_openzfs_file_system), terraform takes all the options which are available in the [CreateFileSystemOpenZFS](https://docs.aws.amazon.com/fsx/latest/APIReference/API_CreateFileSystemOpenZFSConfiguration.html) call. But [there are fields](https://docs.aws.amazon.com/fsx/latest/APIReference/API_DeleteFileSystemOpenZFSConfiguration.html) which is required when terraform tries to recreate the...