mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
7 lines
215 B
Go
7 lines
215 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package jsonprovider contains types and functions to marshal terraform
|
|
// provider schemas into a json formatted output.
|
|
package jsonprovider
|