mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-29 01:59:00 -04:00
6 lines
189 B
Go
6 lines
189 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package jsonstate implements methods for outputting a state in a
|
|
// machine-readable json format
|
|
package jsonstate
|