alphagov / paas-steampipe-dashboard

a steampipe.io based dashboard for GOV.UK PaaS and related things
MIT License
13 stars 0 forks source link

add default config for csv plugin #31

Closed pauldougan closed 2 years ago

pauldougan commented 2 years ago

add a default config file for the csv plugin to the config directory

connection "csv" {
  plugin = "csv"
  paths = [ "*.csv"  ]
}