Terraform

Unlike Bicep Terraform allows us to separate the variables of the definition files from the state of our infrastructure, the working folder is c:\osdcloud\terraform

File main.tf

This is the main file of terraform and contains the complete description of the future infrastructure.

File provider.tf

The providers file contains the information to connect to Azure.

File variables.tf

This file allows you to understand the role of each variable as well as the type that accepts variables, objects, lists, integer etc...

file terraform.tfvars

It is in this file that we must fill in all the necessary information.

OSDeploy is sponsored by Recast Software

Last updated

Was this helpful?