Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 221 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 221 Bytes

azure_terraform

azure terraform labs

Get tenant and current user id export TF_VAR_object_id=$(az ad signed-in-user show |jq -r '.objectId') export TF_VAR_tenant_id=$(az account show --output json | jq -r '.tenantId')