Skip to content

dbtutor/tfazurelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Azure Workshop with Terraform Cloud

Please make sure you have added the following environment variables in Terraform Cloud Variables sections

  • ARM_SUBSCRIPTION_ID - "id" from az account show
  • ARM_CLIENT_ID - Service Principal Id Or Client Id ("appId" from az ad sp create-for-rbac --name <>)
  • ARM_CLIENT_SECRET - Service principal key Or Client Secret ("password" from az ad sp create-for-rbac --name <>)
  • ARM_TENANT_ID SENSITIVE - Tenant ID ("tenant" from az ad sp create-for-rbac --name <>)

image

Environment Variables

image

Terraform Cloud Automatically Set the following values in environment variables

  • export ARM_SUBSCRIPTION_ID="XXXX-d959-4415-bb65-8aec2c90ba62"
  • export ARM_CLIENT_ID="XXXX-69bf-4483-a2cc-b726e1e65d87"
  • export ARM_CLIENT_SECRET="93b1423d-26a9-4ee7-a4f6-XXXX"
  • export ARM_TENANT_ID="72f988bf-86f1-41af-91ab-XXXX"

About

Terraform Azure Workshop with Terraform Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages