How to declare Terraform Variables | What are the different types of Terraform Variables | Ep-2

preview_player
Показать описание
How to define Terraform Variables? What are the basic variable types in Terraform?

This one is the 2nd video on Terraform. We will be seeing terraform variables, how to access the terraform variable file & associated values. We have discussed further about terraform concepts and file layouts.
Please subscribe to get more video.

Environment variables for Azure authentication:
....
PowerShell:
$Env:ARM_CLIENT_ID="xxxx-xxxxx-xxxx"
$Env:ARM_CLIENT_SECRET="xxxxxxxxxxxxxxxxxxxxx"
$Env:ARM_TENANT_ID="xxxxx-xxxxxx-xxxxx"
....
Bash:
export ARM_CLIENT_ID="xxxx-xxxxx-xxxx"
export ARM_CLIENT_SECRET="xxxxxxxxxxxxxxxxxxxxx"
export ARM_TENANT_ID="xxxxx-xxxxxx-xxxxx"

Regards,

#Terraform #Variables #Azure
Рекомендации по теме
Комментарии
Автор

So well explained to the point with example !! Hats off Somnath !!

debashissinha
join shbcf.ru