Get the enviroment from the environment variable (#16326)
* Get the enviroment from the enviroment variable * typo
This commit is contained in:
parent
ec2281106f
commit
ed0d57d1b7
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue