opentofu_provider_group — alias for terraform_provider_group.

Same rule under both names.

Rules

opentofu_provider_group

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

opentofu_provider_group(name, deps, lock)

Defines a group of Terraform providers with their lock file. This ensures all providers are from the same lock file.

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
depsList of terraform_provider targets that belong to this group.List of labelsrequired
lockThe .terraform.lock.hcl file for this provider group.Labelrequired