mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Add asdf version instructions (#20147)
This commit is contained in:
parent
a9d7031102
commit
aa9d4a43d4
@ -3,6 +3,10 @@
|
||||
- General Terraform [styleguide](https://www.terraform.io/docs/configuration/style.html)
|
||||
- Sourcegraph Terraform [Extended Guide](./extended_guide/terraform.md)
|
||||
|
||||
## Terraform versioning
|
||||
|
||||
We use [asdf](https://asdf-vm.com/#/) to manage Terraform versions. After installing Asdf into your shell, run `asdf install && asdf reshim` to pickup the Terraform version defined in the `.tool-version` file for the specific Terraform module.
|
||||
|
||||
## State
|
||||
|
||||
State must be stored using a [GCS Terraform state backend](https://www.terraform.io/docs/backends/types/gcs.html).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user