docs icon indicating copy to clipboard operation
docs copied to clipboard

Use Terraform to Provision Infrastructure on Linode Proposed Changes

Open aweingarten opened this issue 1 year ago • 0 comments

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.

aweingarten avatar Jun 24 '24 15:06 aweingarten