linode / docs

Linode guides and tutorials.
https://www.linode.com/docs/
1.38k stars 1.22k forks source link

Use Terraform to Provision Infrastructure on Linode Proposed Changes #7014

Open aweingarten opened 3 months ago

aweingarten commented 3 months ago

Link: https://www.linode.com/docs/guides/how-to-build-your-infrastructure-using-terraform-and-linode/

Issue

We are telling customers to put their tokens in code which they should never, EVER do.

provider "linode" { token = "YOUR_LINODE_API_TOKEN" }

Suggested Fix

We should recommend setting an ENV variable instead.