You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is requested primarily to support provider plugin testing: hashicorp/terraform-plugin-testing#321. There isn't currently a way to validate what private state values are set, and terraform-plugin-testing relies on the JSON output
Attempted 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
The text was updated successfully, but these errors were encountered:
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: hashicorp/terraform-plugin-testing#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
The text was updated successfully, but these errors were encountered: