🚀Launch Week 01, October 2nd - 6th🚀

Configuration Files

Configuration file resource are defined using HCL in one or more Steampipe config files. Steampipe will load ALL configuration files from ~/.steampipe/config that have a .spc extension.

Typically, config files are laid out as follows:

  • Steampipe creates a ~/.steampipe/config/default.spc file for setting options.
  • Each plugin creates a ~/.steampipe/config/{plugin name}.spc (e.g. aws.spc, github.spc, net.spc, etc). Define your connections in these files.
  • Define your workspaces in ~/.steampipe/config/workspaces.spc.