Skip to content

saikiranrko/Azure-tf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Azure connection setup

Set the following environment variables with the proper Azure credentials:

ARM_SUBSCRIPTION_ID=<subscription-id>
ARM_CLIENT_ID=<client-id>
ARM_CLIENT_SECRET=client-secret>
ARM_TENANT_ID=<tenant-id>
  • For local testing, a simple az login command to connect to the azure portal, then subsequent commands listed below would run by connecting to Azure for creation and destroy of resources during the test run.

About

Azure Modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%