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

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