opentofu/internal/checks/doc.go
2023-05-02 15:33:06 +00:00

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