Fixes #2212 by allowing OS_AUTH_TOKEN to set api_key config value

pull/2234/head
Travis Truman 11 years ago
parent e2e2cd097e
commit 7fe29efc1d

@ -44,7 +44,7 @@ func Provider() terraform.ResourceProvider {
"api_key": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: "",
DefaultFunc: envDefaultFunc("OS_AUTH_TOKEN"),
},
"domain_id": &schema.Schema{
Type: schema.TypeString,

Loading…
Cancel
Save