mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-15 22:10:37 -04:00
6 lines
186 B
Go
6 lines
186 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package jsonplan implements methods for outputting a plan in a
|
|
// machine-readable json format
|
|
package jsonplan
|