opentofu_validate_test

Rules

Aspects

opentofu_validate_test

load("@rules_terraform//opentofu:opentofu_validate_test.bzl", "opentofu_validate_test")

opentofu_validate_test(name, target)

A rule for running opentofu validate on a Terraform target.

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
targetThe target to validate.Labelrequired

opentofu_validate_aspect

load("@rules_terraform//opentofu:opentofu_validate_test.bzl", "opentofu_validate_aspect")

opentofu_validate_aspect()

An aspect for running opentofu validate on targets with Terraform sources.

ASPECT ATTRIBUTES

ATTRIBUTES