Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 516 Bytes

I'm trying to walk a lot more, aiming to improve my stamina and explore my new home; so this is a visualisation of my progress each year.

2020: 1279km

2021: ...

Setup

module "hiking" {
  source = "./terraform"
  CLIENT_ID = var.CLIENT_ID
  CLIENT_SECRET = var.CLIENT_SECRET
}