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{
|
"tenant_name": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Default: "",
|
DefaultFunc: envDefaultFunc("OS_TENANT_NAME"),
|
||||||
},
|
},
|
||||||
"password": &schema.Schema{
|
"password": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
|
|
Loading…
Reference in New Issue