mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
7 lines
268 B
Go
7 lines
268 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package schemarepo deals with the cross-cutting concern of gathering together
|
|
// all of the schemas needed for manipulating data produced by the various
|
|
// kinds of plugins.
|
|
package schemarepo
|