This commit is contained in:
Guillaume Giamarchi 2015-06-07 23:01:00 +02:00
parent e04a6cacc5
commit 8d26e10aba
1 changed files with 2 additions and 2 deletions

View File

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