All tools/Terraform

Terraform

terraform

An infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently.

Detected by terraform | macOS, Linux, Windows |developer.hashicorp.com

Sync rules

What travels, what stays, what never leaves
Terraform in your home directory Every rule on this page, by file
plugin_cache_dir = "/Users/octocat/.terraform.d/plugin-cache"machine-local
disable_checkpoint = true
credentials "app.terraform.io" {

Each machine keeps its own copy of these.

token

Lifted into your secret store; the rest of the file syncs.

· ~/.terraform.d/credentials.tfrc.json Never synced
plugin_cache_dir = "C:/Users/octocat/AppData/Roaming/terraform.d/plugin-cache"machine-local
disable_checkpoint = true
credentials "app.terraform.io" {

Each machine keeps its own copy of these.

token

Lifted into your secret store; the rest of the file syncs.

· %APPDATA%/terraform.d/credentials.tfrc.json Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/terraform. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits plugin_cache_dir and plugin_cache_dir for you — that part is Otty’s own sync, or a template you write by hand.