<#21229 Terraform lockfiles should be multi-platfo...
# github-notifications
c
#21229 Terraform lockfiles should be multi-platform Issue created by kuza55 Is your feature request related to a problem? Please describe. The terraform provider produces platform-specific lockfiles, making switching between platforms annoying. Describe the solution you'd like Pants should specify multiple platforms when creating lock files: https://developer.hashicorp.com/terraform/cli/commands/providers/lock#specifying-target-platforms Having this be configurable in pants.toml seems appropriate Describe alternatives you've considered Having the terraform targets run inside a docker sandbox would also work, I have not tried to configure this. pantsbuild/pants