opentofu/internal/checks/doc.go
Christian Mesh 06b31cd26f
Replace additional Terraform -> OpenTofu (#1007)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: James Humphries <jamesh@spacelift.io>
2023-12-13 11:35:41 -05:00

9 lines
319 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Package checks contains the models for representing various kinds of
// declarative condition checks that can be defined in a OpenTofu module
// and then evaluated and reported by OpenTofu Core during plan and apply
// operations.
package checks