What are the parameters for Linode Terraform?

I've got it mostly figured out, but I can't determine what my options are for region and type. Is there a list somewhere?

1 Reply

You can use the Linode CLI to list regions:

linode-cli regions list

The output will show the region, ex. us-east, the country US, and the services that are able to be deployed in that region, such as Linodes, NodeBalancers, and Cloud Firewalls to name a few.

You would execute a similar command for plan type:

linode-cli linodes types

I'll also link our Terraform provider documentation, which could be a helpful reference for you.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct