Skip to content

Commit

Permalink
Fixes #2212 by allowing OS_AUTH_TOKEN to set api_key config value
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Truman committed Jun 4, 2015
1 parent e2e2cd0 commit 7fe29ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/openstack/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7fe29ef

Please sign in to comment.