mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Get the enviroment from the environment variable (#16326)
* Get the enviroment from the enviroment variable * typo
This commit is contained in:
committed by
Tom Harvey
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": {
|
||||
|
Reference in New Issue
Block a user