github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/checks/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package checks contains the models for representing various kinds of 5 // declarative condition checks that can be defined in a Terraform module 6 // and then evaluated and reported by Terraform Core during plan and apply 7 // operations. 8 package checks