Skip to content

Commit

Permalink
set default for azure scope
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed Nov 22, 2023
1 parent f61f976 commit 676ef32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/provider/auth_azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ func (l *AuthLoginAzure) Init(d *schema.ResourceData, authField string) (AuthLog
envVars: []string{consts.EnvVarAzureAuthJWT},
defaultVal: "",
},
{
field: consts.FieldScope,
envVars: []string{""},
defaultVal: defaultAzureScope,
},
}
if err := l.AuthLoginCommon.Init(d, authField,
func(data *schema.ResourceData, params map[string]interface{}) error {
Expand Down

0 comments on commit 676ef32

Please sign in to comment.