Dave Shaw
Results
2
issues of
Dave Shaw
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem nuget ### Package manager version _No response_ ### Language version _No...
T: bug 🐞
L: dotnet:nuget
I needed to export a variable for [terraform that is a string list](https://developer.hashicorp.com/terraform/language/values/variables#complex-typed-values): If I have a single value in the array, this works fine **Before** ```sh export TF_VAR_abc='["Hello"]' ```...