mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-31 11:17:25 -06:00
3e9c51c726
* command/jsonstate: marshal state into a machine readable blob o'json * consistent json tags are nice
4 lines
118 B
Go
4 lines
118 B
Go
// Package jsonstate implements methods for outputting a state in a
|
|
// machine-readable json format
|
|
package jsonstate
|