alphagov / paas-steampipe-dashboard

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

move decomission date to config.csv #37

Closed pauldougan closed 2 years ago

pauldougan commented 2 years ago
locals {
  target_date = "2023-12-23"
}
pauldougan commented 2 years ago

https://steampipe.io/docs/reference/mod-resources/locals

pauldougan commented 2 years ago

Thinking about this I will put the config in a config.csv

And use that

select value::date from config where key = 'decommission_date'

pauldougan commented 2 years ago

create a config file with

decomission_date = 2023-12-23 Foundations = [dublin:api.cloud.service.gov.uk, london:api.london.service.gov.uk]

Last_updated = time stamp