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
cmcfarland
Linode Staff
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.