Back to Terragrunt

Use Lockfile Boolean

docs/src/data/changelog/v1.0.0/use-lockfile-boolean.mdx

1.0.3281 B
Original Source

Bootstrap use_lockfile boolean handling fixed

A bug in remote state backend configuration caused use_lockfile = true to be emitted as use_lockfile = "true" (quoted string), which OpenTofu/Terraform rejects. Boolean values in backend config are now normalized correctly.