mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 01:22:05 -06:00
7 lines
170 B
Go
7 lines
170 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package states contains the types that are used to represent Terraform
|
|
// states.
|
|
package states
|