Update internal/backend/remote-state/azure/backend.go

Co-authored-by: Tom Bamford <tbamford@hashicorp.com>
This commit is contained in:
Tom Harvey 2021-11-17 20:24:22 +01:00 committed by GitHub
parent 1d9f7f19fc
commit a1c7c0dfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ func New() backend.Backend {
"use_microsoft_graph": {
Type: schema.TypeBool,
Optional: true,
Description: "Should Terraform obtain an auth token from Microsoft Graph rather than Azure Active Directory?",
Description: "Should Terraform obtain an MSAL auth token and use Microsoft Graph rather than Azure Active Directory?",
DefaultFunc: schema.EnvDefaultFunc("ARM_USE_MSGRAPH", false),
},
},