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
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| target | - | Label | required |
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