mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
7 lines
169 B
Go
7 lines
169 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package states contains the types that are used to represent OpenTofu
|
|
// states.
|
|
package states
|