Skip to content

Commit

Permalink
sed /TENTANT/TENANT/
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 13, 2022
1 parent e86eedb commit b28a658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const azureEnvFile = `
export AZURE_CLIENT_ID={{ .ClientId }}
export AZURE_TENTANT_ID={{ .TenantId }}
export AZURE_TENANT_ID={{ .TenantId }}
export AZURE_CLIENT_SECRET={{ .ClientSecret }}
export ARM_USE_MSI=true
`
Expand Down

0 comments on commit b28a658

Please sign in to comment.