Course outlines for learning terraform.
expected time | requirements |
---|---|
60 minutes | A computer with Terraform installed. |
Goal: Learn how to define input variables.
Besides the code to build the infrastructure, you may need to have some details that are required to build the infrastructure. You can use Terrafor input variables.
Examples of input are:
Follow the steps described for your cloud provider.
Howto
for your provider.input.tf
instead of variables.tf
?