mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
9 lines
321 B
Go
9 lines
321 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 Terraform module
|
|
// and then evaluated and reported by Terraform Core during plan and apply
|
|
// operations.
|
|
package checks
|