mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-15 22:10:37 -04:00
6 lines
172 B
Go
6 lines
172 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package states contains the types that are used to represent Terraform
|
|
// states.
|
|
package states
|