Getting Started
Set Up the Development Environment
Clone the Repo
Set Secret Environment Variables
Storage Account Backend (Local CLI Deployment)
Use the code block below in src/providers.tf when using a storage account for the state file.
Authenticate to Azure
Login to Azure
List all available subscriptions Set the default subscriptionInit example with azure statefile
terraform -chdir=src init -backend-config=storage_account_name=nameofstorageaccount -backend-config=container_name=nameofcontainer -backend-config=key=nameofcontainerkey -backend-config=resource_group_name=nameofresourcegroup -backend-config=subscription_id=00000000-0000-0000-0000-000000000000 -backend-config=tenant_id=00000000-0000-0000-0000-000000000000