opentofu_fmt_test

Rules

Aspects

opentofu_fmt_test

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

opentofu_fmt_test(name, target)

A rule for running opentofu fmt on a Terraform target.

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
target-Labelrequired

opentofu_fmt_aspect

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

opentofu_fmt_aspect()

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

ASPECT ATTRIBUTES

ATTRIBUTES