Get the enviroment from the environment variable (#16326)

* Get the enviroment from the enviroment variable

* typo
This commit is contained in:
Malik Bougacha 2017-11-06 17:59:48 +01:00 committed by Tom Harvey
parent ec2281106f
commit ed0d57d1b7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func New() backend.Backend {
Type: schema.TypeString,
Optional: true,
Description: "The Azure cloud environment.",
Default: "",
DefaultFunc: schema.EnvDefaultFunc("ARM_ENVIRONMENT", ""),
},
"access_key": {