mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-14 02:32:39 -06:00
06b31cd26f
Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: James Humphries <jamesh@spacelift.io>
9 lines
319 B
Go
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
|