add defaultFunc for 'tenant_name'
This commit is contained in:
parent
d80a02c12d
commit
e6f3a19284
|
@ -34,7 +34,7 @@ func Provider() terraform.ResourceProvider {
|
|||
"tenant_name": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Default: "",
|
||||
DefaultFunc: envDefaultFunc("OS_TENANT_NAME"),
|
||||
},
|
||||
"password": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
|
|
Loading…
Reference in New Issue