Documentation
¶
Overview ¶
Package lock provides the built-in after.terraform.init provisioner that keeps .terraform.lock.hcl complete across all configured platforms. A network mirror or the default provider plugin cache forces `init` to record host-only checksums; this hook runs `providers lock -platform=...` to fill in every configured platform. For ephemeral or vendored components (workdir / JIT source) the canonical lock has no committable home, so the completed lock is also persisted to a per-instance dotfile (see persist).
Index ¶
Constants ¶
View Source
const HookEventAfterTerraformInit = provisioner.HookEvent("after.terraform.init")
HookEventAfterTerraformInit fires after a successful `terraform init` (implicit or explicit).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.