Dave Shaw
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...
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"]' ```...
### Terraform Core Version 1.10 ### AWS Provider Version 5.86.0 ### Affected Resource(s) * aws_s3_bucket_lifecycle_configuration * aws_s3_bucket ### Expected Behavior When creating an S3 bucket and lifecycle configuration policy there...