Open gdavison opened 1 week ago
Thanks for this feature request! If you are viewing this issue and would like to indicate your interest, please use the 👍 reaction on the issue description to upvote this issue. We also welcome additional use case descriptions. Thanks again!
Terraform Version
Use Cases
This is requested primarily to support provider plugin testing: https://github.com/hashicorp/terraform-plugin-testing/issues/321. There isn't currently a way to validate what private state values are set, and
terraform-plugin-testing
relies on the JSON outputAttempted Solutions
None
Proposal
Add an option to include private values in Terraform JSON output. Since it's not something that generally should be used, use a command line flag to enable it.
References
No response