opentofu/command/jsonstate/doc.go
Kristin Laemmert 3e9c51c726
command/jsonstate: marshal state into a machine readable blob o'json (#19911)
* command/jsonstate: marshal state into a machine readable blob o'json
* consistent json tags are nice
2019-01-03 12:08:03 -08:00

4 lines
118 B
Go

// Package jsonstate implements methods for outputting a state in a
// machine-readable json format
package jsonstate