mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 00:13:30 -05:00
6 lines
187 B
Go
6 lines
187 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package jsonplan implements methods for outputting a plan in a
|
|
// machine-readable json format
|
|
package jsonplan
|