limnh / journey

Notes and learnings along the way of becoming an engineer
0 stars 1 forks source link

2019-02-28 #11

Open limnh opened 5 years ago

limnh commented 5 years ago

Issues/Questions:

  1. how do we set environment variables in TFE?

  2. we need a packet API key, and where do we put it?

Solutions:

  1. using this and this, decided to create a terraform.tfvars file which terraform automatically searches for to populate variables.

  2. created a packet API key, looked up the terraform provider packet docs