mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-21 06:08:16 -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
|