github.com/opentofu/opentofu@v1.7.1/internal/checks/doc.go (about)

     1  // Copyright (c) The OpenTofu Authors
     2  // SPDX-License-Identifier: MPL-2.0
     3  // Copyright (c) 2023 HashiCorp, Inc.
     4  // SPDX-License-Identifier: MPL-2.0
     5  
     6  // Package checks contains the models for representing various kinds of
     7  // declarative condition checks that can be defined in a OpenTofu module
     8  // and then evaluated and reported by OpenTofu Core during plan and apply
     9  // operations.
    10  package checks