terraform_provider_group
Rules
terraform_provider_group
load("@rules_terraform//terraform:terraform_provider_group.bzl", "terraform_provider_group")
terraform_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 |