Terraform 101: types of variables



This content originally appeared on Level Up Coding – Medium and was authored by Jiadong Chen

In Terraform, the type of variable you use depends on the kind of data you need to represent. Here’s a guide on when to use each type:


This content originally appeared on Level Up Coding – Medium and was authored by Jiadong Chen