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
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| deps | List of terraform_provider targets that belong to this group. | List of labels | required | |
| lock | The .terraform.lock.hcl file for this provider group. | Label | required |