Skip to content

Commit

Permalink
Merge pull request #5466 from ministryofjustice/fix-lock-platform
Browse files Browse the repository at this point in the history
Fix platform string
  • Loading branch information
mikebell authored Apr 15, 2024
2 parents f22209b + de1f23b commit 461e7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbooks/source/working-with-tflock.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Due to the architecture difference between our mac m* chips and the pipeline eve
Because the team is mainly on mac m* chips we are generally running a different architecture (arm64) to the terraform that will run in the pipeline (amd64). Therefore if we want to commit a compatible lock file you must run before adding it to git:

```
terraform providers lock -platform=amd64
terraform providers lock -platform=linux_amd64
```

#### Further reading
Expand Down

0 comments on commit 461e7bb

Please sign in to comment.