mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-13 07:53:22 -05:00
* command/jsonstate: marshal state into a machine readable blob o'json * consistent json tags are nice
3 lines
118 B
Go
3 lines
118 B
Go
// Package jsonstate implements methods for outputting a state in a
|
|
// machine-readable json format
|
|
package jsonstate
|