Terraform
terraformAn infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently.
An infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently.
Otty extracts these into your secret store instead of syncing the files. Every generated manager config below leaves them out too.
tokenThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
tokenThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
plugin_cache_dirplugin_cache_dir = "/Users/octocat/.terraform.d/plugin-cache"machine-localdisable_checkpoint = true credentials "app.terraform.io" {Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
plugin_cache_dirplugin_cache_dir = "C:/Users/octocat/AppData/Roaming/terraform.d/plugin-cache"machine-localdisable_checkpoint = true credentials "app.terraform.io" {Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. Terraform writes no caches or state in your home directory.
plugin_cache_dirplugin_cache_dir = "/Users/octocat/.terraform.d/plugin-cache"machine-localdisable_checkpoint = true credentials "app.terraform.io" {Each machine keeps its own copy of these.
tokenLifted into your secret store; the rest of the file syncs.
plugin_cache_dirplugin_cache_dir = "C:/Users/octocat/AppData/Roaming/terraform.d/plugin-cache"machine-localdisable_checkpoint = true credentials "app.terraform.io" {Each machine keeps its own copy of these.
tokenLifted into your secret store; the rest of the file syncs.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
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.