mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05: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
|